Design and Implementation of a Mobile Medical Information System

Size: px
Start display at page:

Download "Design and Implementation of a Mobile Medical Information System"

Transcription

1 Design and Implementation of a Mobile Medical Information System Ying-Wen Bai Department of Electronic Engineering Fu Jen Catholic University Taiwan, R.O.C. bai@ee.fju.edu.tw Yung-Sung Huang Department of Electronic Engineering Fu Jen Catholic University Taiwan, R.O.C. a @st2.fju.edu.tw ABSTRACT In this paper, we design and implement a mobile medical information that integrates the remote medical videoconference, the real-time electronic medical records and the wireless communication network, which provides users with accessing the through wireless channel and hand-held devices such as, Tablet PC and PDA. Our design use the videoconference compress technology using the MPEG-4 standard, a large amount of shortens video stream data at 1/24 sizes. Each picture or frame is compressed from K bytes to 6.21 K bytes, with effective error detection, which balances the quality of the medical pictures and transmission efficiency of the wireless communication network. In addition, our design provides integration of the medical records with images, text, and waveform of the medical information obtained by the database mechanism that is easily stored, searched, transmitting and shared with the authorized medical persons. KEY WORDS Electronic Medical, Video Stream, Error Correction 1. Introduction Recently,videoconferencing used the ISDN (Integrated Services Digital Network), which uses H.320 of CCITT to compress the information. The general users can accept H.320 image quality, but cannot accept the sound quality. Hence, some software methods compress the sound by an individual specification. In order to preserve the quality of H.320 and compatibility, every manufacturer may have different H.320 selections for receiving and decoding. But the selections can cause compatibility problems, such as control of cine-camera, form sharing, and conveying materials. Basically, H.320 only can provide the image and the sound transmission compatibility, but representation compatibility may not be preserved. Unless we use the same selections, otherwise the compatibility may be a problem [1], [2], [3]. Moreover, previous designs only provided text and still pictures of the medical record. Our design provides the dynamic images that are needed in many medical applications such as, ultrasonic images, when the doctor needs to look around over patient's bodies. Otherwise, the doctor can only see a certain picture that is shot at a specific angle. The single picture is not able to see that ultrasonic pictures appearing on the original medical information. This helps the doctor lacking omnidirectional reference material while judging the medical condition. Our prototype provides the video information functions, which use the compression technology by MPEG-4, within a limited bandwidth to obtain a high elasticity and efficiency to exchange the patient's image through the wireless communication network and hand-held devices. We also enhance the electronic medical records, so the patient's instant quantity the physiological data can be stored in one s medical record in the database, enabling one to read them from a distant place through the wireless networks. There are communication channels, client platform, database and servers that are developed by the platform as shown in Fig. 1 [9], [10]. The users at client side use PDA with embedded operating, Tablet PC with Windows, and other hand devices. The communication channels of the can be from outdoor wireless WAN and in hospitals through wire LAN. IBM PC Patient Patient Medical development platform Notebook Order Order PDA Physiological Physiological Database Access Component SQL Database Mobile Phone Streaming Server Datebase Server Mobile Server DICOM Image Information System HL7 Medical Information System Message Legacy System Examine Examine Interface Application Componet Server Fig. 1 Development platform for medical information Customer Platform Develop Platform Protocol Platform 2. The Technological Discussion for Video Systems Our video needs a streaming server and proxy server both using MPEG-4 in respect to the video

2 broadcast equipments. The video stream server is located the far-end to offer the stream of video service, and responsible to transmit the video stream file to the proxy server at the near-end. The client side uses b or cell-phone, such as PHS to obtain MPEG-4 compress stream by wireless transmission technology. After MPEG-4 decompressing and decoding at the client site, the user can watch the video stream. In our prototype, the video stream server uses a general PC to perform the video stream to a proxy server, as well as provide MPEG-4 Encoder & Metadata Generator, MPEG-4 Bit stream Transponder, MPEG-4 Key Frame Generator to offer better functions. In the prototype, the proxy server also uses a general PC to offer wireless stream services. 2.1 The Key Modules of the Video Stream Server (a) (b) (c) (d) When there are clients on line, the can set up two carry out threads to each client, which includes the control channel thread and the data channel thread. The server can tabulate and manage the clients to access database through control channel. When the client requests a video streaming, the server starts the service and controls the hybrid ARQ mechanism module, and turn on the packetizer and bitstream modules. In order to meet the user selection for the transmission mode, the server carries out the data channel thread, check each data of the package in order to convey with transmission mode Hybrid ARQ Mechanism Because the wireless communication environment has noise interference, the video stream may have more restriction. We must adopt UDP protocol in order to maintain the transmitting efficiency even in unreliable operations which are obtained by the mechanism of correcting errors during the transmitting and processing. In addition, by using the hybrid ARQ mechanism, we adopt Reed-Solomon code, which has the ability to read the n firsthand information pieces of packets, after which the FEC yard will produce m (m> n) convey and send out pieces of package via server. After the client receives n pieces of the packet, it can reduce firsthand information, composite method of ARQ (Hybrid ARQ Mechanism). The server end sends n packet data first, begin and convey parity packets, once recipient accept get n pieces of packets, the server will send out an acknowledge, and the server begin and convey next materials section at once promptly (n pieces of packets). Like this, even if the server does not receive acknowledge, it can continue the processing to accomplish ARQ MPEG-4 Bitstream Transcoder Module Fig. 2 shows the transformation of the encoder for the prime field series connection and shape of the frame composition. In each block I represents a reversed direction, Q represents quantilization, DCT represents discrete cosine transform, F represents frame memory, MC represents motion compensation, MV represents motion vector quantity and DS represents down sampling. Input MPEG 2/4 MPEG-4 Decoder IQ1 MV IDCT1 DS F MC MC DCT MPEG-4 Encoder Fig. 2 Transformation of the encoder F Q2 IQ2 IDCT2 Output MPEG 4 simple profile Decode and encode can use different standard (such as MPEG-2 and MPEG-4), such as with different bit-rate, frame-rate, sport vector and MB (Macro block) code attitude. To increase the processing speed of the picture elements, we adopt sport vector and MB code that provide the adjusting ability of the processing speed of the code. By using the picture element to simplify the picture characteristic, the shape controls of the encoding method are described as follows: (1) Reduce the speed of processing picture Because the MPEG-2 standard has a structure of I- B-P (GOP) and picture speed 30 frames per second (fps), but MPEG-4 use B-frame forms, the picture (or frame) speed is 10Hz; therefore the needs to reduce the picture speed. By using each frame head information, we learn whether the decode frame will be B-frame. The will jump over downward frame information, until finding an I-frame to continue decoding. There are two advantages. First, B-frame does not refer to other pictures, and does not affect other frame and degrade the picture quality. Second, in order to increase processing efficiency, the MPEG-2 B- frame movement vector is the bidirectional forecast and compensates the operation of P-frame two times, if there is a jump over the next frame, we can reduce large amount of the computation complexity. (2) Spatial downscaling By using the spatial downscaling, we can reduce the video stream by 1/4 or 1/16. For YUV, within the neighboring we take 4 or 16 values and average in Y, U, and V. In the movement vector aspect, we use a vector median filter. For some N movement

3 vectors V={V 1,V 2,.,V N }, the mathematical formula is shown as Eq. (1). Vmed V N N Vmed Vl Vi Vl, i = 1,2,..., N...(1) L= 1 K= 1 After Vmed as shown in Eq. (1) is obtained, this value is used to replace the synthesis in the MB movement vector. 2.2 The Key Modules of the Client End The client end establishes the connection for each user's running the, which has three main functions: (1) Control Channel Thread by use of the TCP protocol and the Streaming Video Server. The channel provides a segment channel, picks up the program table which the server provides, as well as the request broadcast movement and feedback to the server hypothesis as well as the network transmission condition. (2) Data Channel Thread and Packet Assembler provide the data channel used for receiving the video stream, the offer the client the order of the video stream, with a multiple broadcast and transmit bit by bit only. After receiving the video stream, the must use the packet assembler and make up a package frame, and then the frame can be decompressed for broadcasting. (3) The modules of the Control Playing, Decoding, Error Detection and Concealment provides broadcast smoothly and avoids the problems of the buffer underflow. Client can monitor the buffer capacity when it receives the data; it takes the control of MPEG-4 decoding. Because the error rate of the wireless network is higher than that of the wired network, we use application layers to control and avoid the packet loss in the Video Coding (VCL) state. Because the package must be checked via CRC and Check sum in the transmission course, when the Application receives the packages that have been corrected. Some of packages might have losses, but the Application can reduce the packet error in wireless network by the error correction mechanism. In the control part of picture playing, we will check every frame is full, or judge whether this frame can be decoded successfully. In addition, the decoder can detect the error, and then fix the packet error or loss. 2.3 Error Detection The different compression standards before MPEG-4 are relied mainly on code structure that contains the Video Objects. There is a lot of Video Object under Video Object. There are 4 small blocks under MB. The mainstream decodes the Video Object Plane. It appears the Video packet utilize VLC to judge the VP block to be solved by using the MPEG-4 specification. Errors in the blocks are detected by calculating the average of the block, and then find out the first block error. 3. Data Flow Diagram Fig. 3 shows the database of the medical information [8]. Four kinds of professionals, such as doctor, nursing staff, patient and information manager will access the database. The doctors use the to access medical records for reading and updating. The nurses need to treat patients according to the medical record daily form for required prescriptions. The manager will maintain the movements of the medical records based on every user's authority. The manager will set up information sub, which includes medical record sub, medicines sub and nurse's database sub. DT doctor 3.0 Medical record Medicial history Diagnosis record Login 2.0 NSS nurse database medical history record Physiological record PT patient remedy 0 Medical information Diagnosis medicine command NS nurse symptom 4.0 MDS medicine database Select medicines Jurisdiction setup 1.0 PIS person input SA analysis Basic document input Fig. 3 The flow diagram of the medical database 4. Error Correction Simulation 4.1 MPEG 4 video transmission simulation under the wireless communication The error detection simulation is realized by using Matlab based on the wireless communication environment establishing, MPEG-4 parameter establishing and I picture error detection and simulation results The Wireless Communication Environment Establishing Our prototype uses FEC (Forward Error Correction) in the wireless environment for the (Signal Noise Ratio) = 0~16dB. The error rate of at 16dB may be too high, therefore unsuitable to transfer MPEG-4 video-stream. In order to simulate the feasible channel, we select several kinds of to do the simulation, and the results are shown in Fig. 4 and Table 1.

4 Table 1 Bit error rate with respect to different (db) FEC(BER) (db) FEC(BER) E E E E E E-04 BER FEC 1.00E E E E E (db) Fig. 4 Bit error rate with respect to different MPEG4 Parameter Establishing The simulation provides four segments of the video-information (Claire, Salesman, Grandma, Container), picture form QCIF in MPEG-4 with 30-frame and different video-information of each one in simulation of I picture I Picture Error Detection and Simulation Results Simulation Techniques The video stream is formatted by MPEG-4 code, transmitted the code via The receiving end after decoding through , passing the MPEG-4 decoding, and improves the efficiency of the video stream Simulation Results and Discussion MPEG-4 format are transmitted in the wireless environment, the error of the channel can be spread over space and time. The index of the error detection has defined the examining data rate (DR), and the frame data rate (FDR). The DR shows the error detection accuracy of examining. The FDR is used for detecting the errors of the frame data. Because I picture including a large amount of picture information behind for P picture, the will imitate an I picture error and can be hidden by inserting the latency inside. The quantity under each picture and different examines the results as shown in Table 2 and 3, or Fig. 5 and 6, include two kinds of No FEC of P (1) on average without the error and hidden the latent picture, (2) totally detection and hide latently. Table 2 The average error detection accuracy for No FEC protection of I picture (16dB) (18dB) DR(%) Pictures Clairs Salesman Grandma Container Average DR 87.95% 84.39% 84.17% 88.07% Average FDR 11.01% 13.23% 9.89% 8.01% Average DR 89.32% 86.09% 89.45% 89.71% Average FDR 7.71% 8.98% 5.05% 6.06% 90.00% 89.00% 88.00% 87.00% 86.00% 85.00% 84.00% No 2/3FEC (db) Claire Salesman Grandma Container Fig. 5 FEC protection picture EC under access (a)claire(b) Salesman (c)grandma(d)container Table 3 The average error detection accuracy for FEC protection of I picture Clairs Pictures Salesman Grandma Container Average DR 91.22% 86.34% 92.11% 92.67% (16dB) Average FDR 6.66% 7.10% 5.09% 4.01% (18dB) DR(%) 96.00% 94.00% 92.00% 90.00% 88.00% 86.00% Average DR 94.89% 91.99% 95.82% 92.98% Average FDR 1.96% 1.98% 1.88% 3.01% 2/3FEC (db) Claire Salesman Grandma Container Fig. 6 I picture has 2/3FEC under the protection the EC simulation by (a)claire,(b)salesman,(c)grandma, and(d)container Wireless Access to Packet Loss Network For the case of packet loss network, we choose the packet size L b = 47 bytes, the same as ATM payload with one byte for sequence. If we use the Internet packet size, the proposed video streaming can be adopted for Internet video stream. The average packet loss rate (P 1 ) of testing packet is from 0 to 10%, and the average burst length is

5 fixed to 5 packets. We use the Reed-Solomon codes with channel block size =128 bytes and the allowed redundancy for error protection is fixed to 10% of the total bandwidth. Fig. 7 shows the average P results and average throughput over 30 simulations under different packet loss rates. The simulation shows the performance with pre-interleaving is much better than that of the without pre-interleaving. For the case of P 1 =0.1, the with pre-interleaving achieves more than 2dB gain in P and about 40% improvement in throughput comparing with the without pre-leaving. When the average packet loss rate P 1 decreases, the difference between the with and without pre-interleaving becomes smaller. This is because more lost packet can be recovered via channel coding in a low packet loss rate. Therefore, the proposed preinterleaving is more efficient when the network experiences moderate and high loss rate. we should fine- tune the storing devices, set up the videoinformation in PDA with the quality of 320X240, transferring 6 frames per second. The X-Ray image for the electronic medical record Video Conference System Administration Fig. 8 Medical information appear at a Tablet PC P(dB) Packet Loss Rate with preinterleaving without preinterleaving Supersonic waveforms of the dynamic images (a) Throughput (%) Packet Loss Rate with preinterleaving without preinterleaving (b) Fig. 7 The comparison of pre-interleaving under different packet loss rates (a) P (b) Throughput 5. Experimental Results The prototype includes two sets of client ends. The first one as shown in Fig. 8 is developed on Tablet PC; the instant picture of video-stream can be launched larger to 640X480, transfer 24 pictures or frames per second for electronic medical record, including X-Ray images and supersonic waveform files. The second one is developed on PDA as shown in Fig. 9 that the user accesses the ultrasonic file of a patient's belly. Because the operation ability of PDA is different from PC, so we will broadcast the pictures ahead. To broadcast smoothly, Fig. 9 Medical information appear at a PDA 6. Conclusion In this paper, we design and implement the mobile medical information by the integration of the software and hardware from the wireless communication, PDA, Tablet PC, and the wire networks. Due to the consideration of the power consumption, we choose the PHS as the wireless communication. The power consumption of the PHS is lower than that of the GSM. In addition, the bandwidth of the PHS is larger than that of GSM by 6 times. Overall, the PHS may not interfere with the medical apparatus signals; therefore it can be accepted by many medical units. The electronic medical record has simplified the of patient's information, as well as maintaining the use of the static image, already unable to meet the requirement of the pathology need. The related wireless networks can provide a certain bandwidth of a limited quality of the dynamic images. However, by using the compression technology of MPEG-4, our design can provide the electronic medical record at 24 frames per second for

6 receiving the video stream for Tablet PC. In addition, due to the performance difference of the CPU in PDA and Tablet PC, our prototype can present different performances as shown in Table 4.Because CPU operation ability institute of PDA is smaller than Tablet PC, so there will be a lot of differences in carrying out error rate,transmission frames and resolution Symposium on System Theory, March 2002, Page(s): [10] Morales, M.A.; Dalmiani, S.; Carpeggiani, C.; Macerata, A.; Ghione, S., Electronic medical records in a cardiological outpatient clinic, 2002 Proceedings of the Thirty-Fourth Southeastern Symposium on System Theory, March 2002, Page(s): Table 4 The performance measurements of the dynamic image of Tablet PC and PDA Picture (or frame) resolution Average image transmission rate Error rate Transmission frames per second Tablet 640x K bps 5.3% 24 fps PC PDA 320x K bps 8.98% 6~8 fps References: [1] J. Presedo, D. Castro, J. Vila, M. Fednandez-Delgado, S. Fraga, M.LAMA, S. Barro, Wireless Interface for Monitored Patients in Coronary Care Units. Proceedings of the 22 nd Annual EMBS International Conference, July 23-28, 2000, Chicago IL, vol.3, Page(s): [2] Ying-Wen Bai and Chien-Yung Cheng, Design and Implementation of a Remote Electrocardiogram System, 2003 IEEE International Symposium on Consumer Electronics, Dec. 2003, TA1-1, pp [3] Jing Bai, Yonghong Zhang, and Bing Dai, Design and Development of an Interactive Medical Teleconsultation System over the World Wide Web, IEEE Transactions on Information Technology in Biomedicine, Volume: 2 Issue: 2, June 1998, Page(s): [4] Wanjium Liao, Member, IEEE, Mobile Internet Telephony: Mobility Extension to H.323, IEEE Transactions on Vehicular Technology, Volume: 50 Issue: 6, Nov. 2001, Page(s): [5] V. Parthasarathy, J. Modestino, and K. S. Vastola, Reliable transmission of high-quality video over ATM network, IEEE Trans. on Image Processing, Vol. 8, No.3, pp , March [6] Satyanarayanan, M, Accessing information on demand at any location. Mobile information access, IEEE Personal Communications, Volume: 3 Issue: 1, Feb. 1996, Page(s): [7] Ching-Liang Su, Medical record and medical image processing by use the Internet SQL searching engine, 2000 Proceedings of International Symposium on Multimedia Software Engineering, Dec Page(s): [8] Hall, E.S.; Vawdrey, D.K.; Knutson, C.D.; Archibald, J.K., Enabling remote access to personal electronic medical records. IEEE Engineering in Medicine and Biology Magazine, Volume: 22 Issue: 3, May-June 2003, Page(s): [9] Dahle, J.; Callahan, D.W. Methodology for the development of an electronic medical record. 2002, Proceedings of the Thirty-Fourth Southeastern

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet K. Ramkishor James. P. Mammen

More information

Study and Implementation of Video Compression standards (H.264/AVC, Dirac)

Study and Implementation of Video Compression standards (H.264/AVC, Dirac) Study and Implementation of Video Compression standards (H.264/AVC, Dirac) EE 5359-Multimedia Processing- Spring 2012 Dr. K.R Rao By: Sumedha Phatak(1000731131) Objective A study, implementation and comparison

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Version ECE IIT, Kharagpur Lesson H. andh.3 Standards Version ECE IIT, Kharagpur Lesson Objectives At the end of this lesson the students should be able to :. State the

More information

Quality Estimation for Scalable Video Codec. Presented by Ann Ukhanova (DTU Fotonik, Denmark) Kashaf Mazhar (KTH, Sweden)

Quality Estimation for Scalable Video Codec. Presented by Ann Ukhanova (DTU Fotonik, Denmark) Kashaf Mazhar (KTH, Sweden) Quality Estimation for Scalable Video Codec Presented by Ann Ukhanova (DTU Fotonik, Denmark) Kashaf Mazhar (KTH, Sweden) Purpose of scalable video coding Multiple video streams are needed for heterogeneous

More information

Chapter 3 ATM and Multimedia Traffic

Chapter 3 ATM and Multimedia Traffic In the middle of the 1980, the telecommunications world started the design of a network technology that could act as a great unifier to support all digital services, including low-speed telephony and very

More information

White paper. H.264 video compression standard. New possibilities within video surveillance.

White paper. H.264 video compression standard. New possibilities within video surveillance. White paper H.264 video compression standard. New possibilities within video surveillance. Table of contents 1. Introduction 3 2. Development of H.264 3 3. How video compression works 4 4. H.264 profiles

More information

QOS Requirements and Service Level Agreements. LECTURE 4 Lecturer: Associate Professor A.S. Eremenko

QOS Requirements and Service Level Agreements. LECTURE 4 Lecturer: Associate Professor A.S. Eremenko QOS Requirements and Service Level Agreements LECTURE 4 Lecturer: Associate Professor A.S. Eremenko Application SLA Requirements Different applications have different SLA requirements; the impact that

More information

Video Coding Basics. Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu

Video Coding Basics. Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Video Coding Basics Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Outline Motivation for video coding Basic ideas in video coding Block diagram of a typical video codec Different

More information

Multidimensional Transcoding for Adaptive Video Streaming

Multidimensional Transcoding for Adaptive Video Streaming Multidimensional Transcoding for Adaptive Video Streaming Jens Brandt, Lars Wolf Institut für Betriebssystem und Rechnerverbund Technische Universität Braunschweig Germany NOSSDAV 2007, June 4-5 Jens Brandt,

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

Classes of multimedia Applications

Classes of multimedia Applications Classes of multimedia Applications Streaming Stored Audio and Video Streaming Live Audio and Video Real-Time Interactive Audio and Video Others Class: Streaming Stored Audio and Video The multimedia content

More information

ADVANTAGES OF AV OVER IP. EMCORE Corporation

ADVANTAGES OF AV OVER IP. EMCORE Corporation ADVANTAGES OF AV OVER IP More organizations than ever before are looking for cost-effective ways to distribute large digital communications files. One of the best ways to achieve this is with an AV over

More information

Figure 1: Relation between codec, data containers and compression algorithms.

Figure 1: Relation between codec, data containers and compression algorithms. Video Compression Djordje Mitrovic University of Edinburgh This document deals with the issues of video compression. The algorithm, which is used by the MPEG standards, will be elucidated upon in order

More information

Simple Voice over IP (VoIP) Implementation

Simple Voice over IP (VoIP) Implementation Simple Voice over IP (VoIP) Implementation ECE Department, University of Florida Abstract Voice over IP (VoIP) technology has many advantages over the traditional Public Switched Telephone Networks. In

More information

Glossary of Terms and Acronyms for Videoconferencing

Glossary of Terms and Acronyms for Videoconferencing Glossary of Terms and Acronyms for Videoconferencing Compiled by Irene L. Ferro, CSA III Education Technology Services Conferencing Services Algorithm an algorithm is a specified, usually mathematical

More information

H 261. Video Compression 1: H 261 Multimedia Systems (Module 4 Lesson 2) H 261 Coding Basics. Sources: Summary:

H 261. Video Compression 1: H 261 Multimedia Systems (Module 4 Lesson 2) H 261 Coding Basics. Sources: Summary: Video Compression : 6 Multimedia Systems (Module Lesson ) Summary: 6 Coding Compress color motion video into a low-rate bit stream at following resolutions: QCIF (76 x ) CIF ( x 88) Inter and Intra Frame

More information

APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13. VoIP Solution (101)

APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13. VoIP Solution (101) APTA TransiTech Conference Communications: Vendor Perspective (TT) Phoenix, Arizona, Tuesday, 3.19.13 VoIP Solution (101) Agenda Items Introduction What is VoIP? Codecs Mean opinion score (MOS) Bandwidth

More information

Design and Implementation of an Integrated Remote Test System for Mobile Phones

Design and Implementation of an Integrated Remote Test System for Mobile Phones IEEE International Symposium on Industrial Electronics (ISIE 2009) Seoul Olympic Parktel, Seoul, Korea July 5-8, 2009 Design and Implementation of an Integrated Remote Test System for Mobile Phones Ying-Wen

More information

Study and Implementation of Video Compression Standards (H.264/AVC and Dirac)

Study and Implementation of Video Compression Standards (H.264/AVC and Dirac) Project Proposal Study and Implementation of Video Compression Standards (H.264/AVC and Dirac) Sumedha Phatak-1000731131- sumedha.phatak@mavs.uta.edu Objective: A study, implementation and comparison of

More information

White paper. Latency in live network video surveillance

White paper. Latency in live network video surveillance White paper Latency in live network video surveillance Table of contents 1. Introduction 3 2. What is latency? 3 3. How do we measure latency? 3 4. What affects latency? 4 4.1 Latency in the camera 4 4.1.1

More information

Performance Analysis and Comparison of JM 15.1 and Intel IPP H.264 Encoder and Decoder

Performance Analysis and Comparison of JM 15.1 and Intel IPP H.264 Encoder and Decoder Performance Analysis and Comparison of 15.1 and H.264 Encoder and Decoder K.V.Suchethan Swaroop and K.R.Rao, IEEE Fellow Department of Electrical Engineering, University of Texas at Arlington Arlington,

More information

Multimedia Data Transmission over Wired/Wireless Networks

Multimedia Data Transmission over Wired/Wireless Networks Multimedia Data Transmission over Wired/Wireless Networks Bharat Bhargava Gang Ding, Xiaoxin Wu, Mohamed Hefeeda, Halima Ghafoor Purdue University Website: http://www.cs.purdue.edu/homes/bb E-mail: bb@cs.purdue.edu

More information

DVoIP: DYNAMIC VOICE-OVER-IP TRANSFORMATIONS FOR QUALITY OF SERVICE IN BANDWIDTH CONSTRAINED ENVIRONMENTS

DVoIP: DYNAMIC VOICE-OVER-IP TRANSFORMATIONS FOR QUALITY OF SERVICE IN BANDWIDTH CONSTRAINED ENVIRONMENTS DVoIP: DYNAMIC VOICE-OVER-IP TRANSFORMATIONS FOR QUALITY OF SERVICE IN BANDWIDTH CONSTRAINED ENVIRONMENTS Matthew Craven, Tuong N. Le, and Patrick Lardieri Lockheed Martin Advanced Technology Laboratories

More information

Video Coding Technologies and Standards: Now and Beyond

Video Coding Technologies and Standards: Now and Beyond Hitachi Review Vol. 55 (Mar. 2006) 11 Video Coding Technologies and Standards: Now and Beyond Tomokazu Murakami Hiroaki Ito Muneaki Yamaguchi Yuichiro Nakaya, Ph.D. OVERVIEW: Video coding technology compresses

More information

Understanding Network Video Security Systems

Understanding Network Video Security Systems Understanding Network Video Security Systems Chris Adesanya Panasonic System Solutions Company adesanyac@us.panasonic.com Introduction and Overview This session will provide vendor neutral introduction

More information

AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS

AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS Hubert GRAJA, Philip PERRY and John MURPHY Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

More information

Understanding Latency in IP Telephony

Understanding Latency in IP Telephony Understanding Latency in IP Telephony By Alan Percy, Senior Sales Engineer Brooktrout Technology, Inc. 410 First Avenue Needham, MA 02494 Phone: (781) 449-4100 Fax: (781) 449-9009 Internet: www.brooktrout.com

More information

MPEG-4 Video Transfer with SCTP-Friendly Rate Control Mohamed N. El Derini

MPEG-4 Video Transfer with SCTP-Friendly Rate Control Mohamed N. El Derini MPEG-4 Video Transfer with SCTP-Friendly Rate Control Mohamed N. El Derini elderini@ieee.org Amr A.Elshikh elshikha@emro.who.int Faculty of Engineering, Alexandria University, Egypt Computer Science and

More information

Power management of video transmission on wireless networks for multiple receivers

Power management of video transmission on wireless networks for multiple receivers Power management of video transmission on wireless networks for multiple receivers Christos Bouras, Kostas Stamos and Giannis Zaoudis Research Academic Computer Technology Institute and Computer Engineering

More information

UGLYDATV 0.1 by F5OEO Evariste

UGLYDATV 0.1 by F5OEO Evariste UGLYDATV 0.1 by F5OEO Evariste November 2014 Introduction This documentation describes a solution to use the Raspberry Pi as a main component of a DVB-S modulator. Two modes are available : - Output I/Q

More information

RESEARCH PROFILE: VIDEO TECHNOLOGIES FOR NETWORKED MULTIMEDIA APPLICATIONS

RESEARCH PROFILE: VIDEO TECHNOLOGIES FOR NETWORKED MULTIMEDIA APPLICATIONS RESEARCH PROFILE: VIDEO TECHNOLOGIES FOR NETWORKED MULTIMEDIA APPLICATIONS Chia-Wen Lin ( 林 嘉 文 ) cwlin@cs.ccu.edu.tw Tel: (05) 272-0411 ext. 33120 Networked Video Lab Dept. CSIE National Chung Cheng University

More information

Digital Subscriber Line (DSL) Transmission Methods

Digital Subscriber Line (DSL) Transmission Methods Digital Subscriber Line (DSL) Transmission Methods 1. Overview... 1 2. SHDSL Transmission Methods... 1 SHDSL Transmission System Versions... 1 SHDSL Transmission Subsystem Structure... 1 SHDSL Modulation

More information

Overview: Video Coding Standards

Overview: Video Coding Standards Overview: Video Coding Standards Video coding standards: applications and common structure Relevant standards organizations ITU-T Rec. H.261 ITU-T Rec. H.263 ISO/IEC MPEG-1 ISO/IEC MPEG-2 ISO/IEC MPEG-4

More information

Native ATM Videoconferencing based on H.323

Native ATM Videoconferencing based on H.323 Native Videoconferencing based on H.323 Rodrigo Rodrigues, António Grilo, Miguel Santos and Mário S. Nunes INESC R. Alves Redol nº 9, 1 Lisboa, Portugal Abstract Due to the potential of videoconference

More information

Discussion Paper Category 6 vs Category 5e Cabling Systems and Implications for Voice over IP Networks

Discussion Paper Category 6 vs Category 5e Cabling Systems and Implications for Voice over IP Networks Discussion Paper Category 6 vs Category 5e Cabling Systems and Implications for Voice over IP Networks By Galen Udell Belden CDT Networking 2006 Category 6 vs Category 5e Cabling Systems and Implications

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

More information

2695 P a g e. IV Semester M.Tech (DCN) SJCIT Chickballapur Karnataka India

2695 P a g e. IV Semester M.Tech (DCN) SJCIT Chickballapur Karnataka India Integrity Preservation and Privacy Protection for Digital Medical Images M.Krishna Rani Dr.S.Bhargavi IV Semester M.Tech (DCN) SJCIT Chickballapur Karnataka India Abstract- In medical treatments, the integrity

More information

Parametric Comparison of H.264 with Existing Video Standards

Parametric Comparison of H.264 with Existing Video Standards Parametric Comparison of H.264 with Existing Video Standards Sumit Bhardwaj Department of Electronics and Communication Engineering Amity School of Engineering, Noida, Uttar Pradesh,INDIA Jyoti Bhardwaj

More information

Networked AV Systems Pretest

Networked AV Systems Pretest Networked AV Systems Pretest Instructions Choose the best answer for each question. Score your pretest using the key on the last page. If you miss three or more out of questions 1 11, consider taking Essentials

More information

The Analysis of DVB-C signal in the Digital Television Cable Networks

The Analysis of DVB-C signal in the Digital Television Cable Networks The Analysis of DVB-C signal in the Digital Television Cable Networks Iulian UDROIU (1, Nicoleta ANGELESCU (1,Ioan TACHE (2, Ion CACIULA (1 1- "VALAHIA" University of Targoviste, Romania 2- POLITECHNICA

More information

Efficient Motion Estimation by Fast Three Step Search Algorithms

Efficient Motion Estimation by Fast Three Step Search Algorithms Efficient Motion Estimation by Fast Three Step Search Algorithms Namrata Verma 1, Tejeshwari Sahu 2, Pallavi Sahu 3 Assistant professor, Dept. of Electronics & Telecommunication Engineering, BIT Raipur,

More information

IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD

IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD R.Dhanya 1, Mr. G.R.Anantha Raman 2 1. Department of Computer Science and Engineering, Adhiyamaan college of Engineering(Hosur).

More information

Design and implementation of IPv6 multicast based High-quality Videoconference Tool (HVCT) *

Design and implementation of IPv6 multicast based High-quality Videoconference Tool (HVCT) * Design and implementation of IPv6 multicast based High-quality conference Tool (HVCT) * Taewan You, Hosik Cho, Yanghee Choi School of Computer Science & Engineering Seoul National University Seoul, Korea

More information

CSE 237A Final Project Final Report

CSE 237A Final Project Final Report CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards

More information

Basic principles of Voice over IP

Basic principles of Voice over IP Basic principles of Voice over IP Dr. Peter Počta {pocta@fel.uniza.sk} Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina, Slovakia Outline VoIP Transmission

More information

Measure wireless network performance using testing tool iperf

Measure wireless network performance using testing tool iperf Measure wireless network performance using testing tool iperf By Lisa Phifer, SearchNetworking.com Many companies are upgrading their wireless networks to 802.11n for better throughput, reach, and reliability,

More information

Megapixel Surveillance

Megapixel Surveillance White Paper The Latest Advances in Megapixel Surveillance Table of Contents Development of IP Surveillance 03 Benefits of IP Surveillance 03 Development of Megapixel Surveillance 04 Benefits of Megapixel

More information

How To Test Video Quality With Real Time Monitor

How To Test Video Quality With Real Time Monitor White Paper Real Time Monitoring Explained Video Clarity, Inc. 1566 La Pradera Dr Campbell, CA 95008 www.videoclarity.com 408-379-6952 Version 1.0 A Video Clarity White Paper page 1 of 7 Real Time Monitor

More information

Video Transmission over Wireless LAN. Hang Liu Hang.liu@thomson.net

Video Transmission over Wireless LAN. Hang Liu Hang.liu@thomson.net Video Transmission over Wireless LAN Hang Liu Hang.liu@thomson.net Page 1 Introduction! Introduction! Wi-Fi Multimedia and IEEE 802.11e for QoS Enhancement! Error Control Techniques Page 2 Introduction!

More information

VS-100. PoE. H.264 PoE Video Server. H.264 Compression H.264 DI/DO. Compression Rate Comparison MJPEG MPEG4 H.264.

VS-100. PoE. H.264 PoE Video Server. H.264 Compression H.264 DI/DO. Compression Rate Comparison MJPEG MPEG4 H.264. H.264 Video Server T he AirLive is a one channel video server for easily upgrade your old CCTV camera to a network-enabled IP camera and hence convert your local surveillance system into a global one.

More information

Multiple Description Coding (MDC) and Scalable Coding (SC) for Multimedia

Multiple Description Coding (MDC) and Scalable Coding (SC) for Multimedia Multiple Description Coding (MDC) and Scalable Coding (SC) for Multimedia Gürkan Gür PhD. Candidate e-mail: gurgurka@boun.edu.tr Dept. Of Computer Eng. Boğaziçi University Istanbul/TR ( Currenty@UNITN)

More information

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks 1 Mr. Praveen S Patil, 2 Mr. Rabinarayan Panda, 3 Mr. Sunil Kumar R D 1,2,3 Asst. Professor, Department of MCA, The Oxford College of Engineering,

More information

Quality Optimal Policy for H.264 Scalable Video Scheduling in Broadband Multimedia Wireless Networks

Quality Optimal Policy for H.264 Scalable Video Scheduling in Broadband Multimedia Wireless Networks Quality Optimal Policy for H.264 Scalable Video Scheduling in Broadband Multimedia Wireless Networks Vamseedhar R. Reddyvari Electrical Engineering Indian Institute of Technology Kanpur Email: vamsee@iitk.ac.in

More information

Embedded Real Time Video Monitoring System using Arm

Embedded Real Time Video Monitoring System using Arm IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 7 (July. 2013), V6 PP 14-18 Embedded Real Time Video Monitoring System using Arm Kavitha Mamindla, Dr.V.Padmaja,

More information

Video Coding Standards. Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu

Video Coding Standards. Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Video Coding Standards Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Yao Wang, 2003 EE4414: Video Coding Standards 2 Outline Overview of Standards and Their Applications ITU-T

More information

We are presenting a wavelet based video conferencing system. Openphone. Dirac Wavelet based video codec

We are presenting a wavelet based video conferencing system. Openphone. Dirac Wavelet based video codec Investigating Wavelet Based Video Conferencing System Team Members: o AhtshamAli Ali o Adnan Ahmed (in Newzealand for grad studies) o Adil Nazir (starting MS at LUMS now) o Waseem Khan o Farah Parvaiz

More information

Real-Time DMB Video Encryption in Recording on PMP

Real-Time DMB Video Encryption in Recording on PMP Real-Time DMB Video Encryption in Recording on PMP Seong-Yeon Lee and Jong-Nam Kim Dept. of Electronic Computer Telecommunication Engineering, PuKyong Nat'l Univ. sylee9997@pknu.ac.kr, jongnam@pknu.ac.kr

More information

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone The International Arab Journal of Information Technology, Vol. 7, No. 4, October 2010 343 Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone Mohd Ismail Department

More information

AirCam PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264

AirCam PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264 AirCam -2600HD 802.3af H.264 2.0 Mega-Pixel PT IP Camera T he AirCam -2600HD is the high-end pan tile network camera with day and night function and it supports up to 15 meters IR. It is the smallest 2.0

More information

A Prediction-Based Transcoding System for Video Conference in Cloud Computing

A Prediction-Based Transcoding System for Video Conference in Cloud Computing A Prediction-Based Transcoding System for Video Conference in Cloud Computing Yongquan Chen 1 Abstract. We design a transcoding system that can provide dynamic transcoding services for various types of

More information

Design and Implementation of Video Conference System Over the Hybrid Peer-to- Peer Networks

Design and Implementation of Video Conference System Over the Hybrid Peer-to- Peer Networks Design and Implementation of Conference System Over the Hybrid Peer-to- Peer Networks Hyen Ki Kim Department of Multimedia Engineering Andong National University 388 Songcheon-dong Andong city Kyungbuk

More information

A Survey of Error Resilient Coding Schemes for Image/Video Transmission Based on Data Embedding

A Survey of Error Resilient Coding Schemes for Image/Video Transmission Based on Data Embedding A Survey of Error Resilient Coding Schemes for Image/Video Transmission Based on Data Embedding Li-Wei Kang*( 康 立 威 ) and Jin-Jang Leou # ( 柳 金 章 ) *Institute of Information Science Academia Sinica, Taipei

More information

Mike Perkins, Ph.D. perk@cardinalpeak.com

Mike Perkins, Ph.D. perk@cardinalpeak.com Mike Perkins, Ph.D. perk@cardinalpeak.com Summary More than 28 years of experience in research, algorithm development, system design, engineering management, executive management, and Board of Directors

More information

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks Kam-Yiu Lam 1, Joe Yuen 1, Sang H. Son 2 and Edward Chan 1 Department of Computer Science 1 City University

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS Friday 2 nd October 2015 Morning Answer any FOUR questions out of SIX. All questions carry

More information

Unequal Packet Loss Resilience for Fine-Granular-Scalability Video

Unequal Packet Loss Resilience for Fine-Granular-Scalability Video IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 3, NO. 4, DECEMBER 2001 381 Unequal Packet Loss Resilience for Fine-Granular-Scalability Video Mihaela van der Schaar Hayder Radha, Member, IEEE Abstract Several embedded

More information

Introduction: Why do we need computer networks?

Introduction: Why do we need computer networks? Introduction: Why do we need computer networks? Karin A. Hummel - Adapted slides of Prof. B. Plattner, plattner@tik.ee.ethz.ch - Add-on material included of Peterson, Davie: Computer Networks February

More information

Scalable Video Streaming in Wireless Mesh Networks for Education

Scalable Video Streaming in Wireless Mesh Networks for Education Scalable Video Streaming in Wireless Mesh Networks for Education LIU Yan WANG Xinheng LIU Caixing 1. School of Engineering, Swansea University, Swansea, UK 2. College of Informatics, South China Agricultural

More information

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC Masahiro Matsuda Kazuki Matsui Yuichi Sato Hiroaki Kameyama Thin client systems on smart devices have been attracting interest from

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

Video Conferencing Glossary of Terms

Video Conferencing Glossary of Terms Video Conferencing Glossary of Terms A Algorithm A step-by-step problem-solving procedure. Transmission of compressed video over a communications network requires sophisticated compression algorithms.

More information

How To Analyze The Security On An Ipa Wireless Sensor Network

How To Analyze The Security On An Ipa Wireless Sensor Network Throughput Analysis of WEP Security in Ad Hoc Sensor Networks Mohammad Saleh and Iyad Al Khatib iitc Stockholm, Sweden {mohsaleh, iyad}@iitc.se ABSTRACT This paper presents a performance investigation

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

The Design and Realization of the Wireless Video Monitoring System Based on Embedded Linux and CDMA1X

The Design and Realization of the Wireless Video Monitoring System Based on Embedded Linux and CDMA1X The 2008 International Conference on Embedded Software and Systems Symposia (ICESS2008) The Design and Realization of the Wireless Video Monitoring System Based on Embedded Linux and CDMA1X Yi Wu 1,2,

More information

WAN OPTIMIZATIONS IN VEHICULAR NETWORKING. Lorenzo Di Gregorio 1 Danica Gajic 1 Christian Liß 1 Andreas Foglar 1 Francisco Vázquez-Gallego 2

WAN OPTIMIZATIONS IN VEHICULAR NETWORKING. Lorenzo Di Gregorio 1 Danica Gajic 1 Christian Liß 1 Andreas Foglar 1 Francisco Vázquez-Gallego 2 OPTIMIZATIONS IN VEHICULAR NETWORKING Lorenzo Di Gregorio 1 Danica Gajic 1 Christian Liß 1 Andreas Foglar 1 Francisco 2 1 InnoRoute GmbH 2 Centre Tecnològic de Telecomunicacions de Catalunya Wireless Congress,

More information

PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264

PoE-2600HD. 355 Pan. 90 Tilt. PoE. 802.3af PoE H.264 2.0 Mega-Pixel PT IP Camera 16 :9 FPS H.264 -2600HD 802.3af H.264 2.0 Mega-Pixel PT IP Camera T he -2600HD is the high-end pan tile network camera with day and night function and it supports up to 15 meters IR. It is the smallest 2.0 Megapixels

More information

ACN2005 Term Project Improve VoIP quality

ACN2005 Term Project Improve VoIP quality ACN2005 Term Project Improve VoIP quality By introducing TCP-Friendly protocol Burt C.F. Lien ( 連 矩 鋒 ) CSIE Department, National Taiwan University p93007@csie.ntu.edu.tw Abstract The most notorious of

More information

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

Mobile video streaming and sharing in social network using cloud by the utilization of wireless link capacity

Mobile video streaming and sharing in social network using cloud by the utilization of wireless link capacity www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 7 July, 2014 Page No. 7247-7252 Mobile video streaming and sharing in social network using cloud by

More information

Wireless Ultrasound Video Transmission for Stroke Risk Assessment: Quality Metrics and System Design

Wireless Ultrasound Video Transmission for Stroke Risk Assessment: Quality Metrics and System Design Wireless Ultrasound Video Transmission for Stroke Risk Assessment: Quality Metrics and System Design A. Panayides 1, M.S. Pattichis 2, C. S. Pattichis 1, C. P. Loizou 3, M. Pantziaris 4 1 A.Panayides and

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

Hybrid Passive and Active Surveillance Approach with Interchangeable Filters and a Time Window Mechanism for Performance Monitoring

Hybrid Passive and Active Surveillance Approach with Interchangeable Filters and a Time Window Mechanism for Performance Monitoring International Journal of Computer Sciences and Engineering Vol.-4(4), PP(25-29) April 2016, E-ISSN: 2347-2693 International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4,

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

More information

Fast Hybrid Simulation for Accurate Decoded Video Quality Assessment on MPSoC Platforms with Resource Constraints

Fast Hybrid Simulation for Accurate Decoded Video Quality Assessment on MPSoC Platforms with Resource Constraints Fast Hybrid Simulation for Accurate Decoded Video Quality Assessment on MPSoC Platforms with Resource Constraints Deepak Gangadharan and Roger Zimmermann Department of Computer Science, National University

More information

Complexity-rate-distortion Evaluation of Video Encoding for Cloud Media Computing

Complexity-rate-distortion Evaluation of Video Encoding for Cloud Media Computing Complexity-rate-distortion Evaluation of Video Encoding for Cloud Media Computing Ming Yang, Jianfei Cai, Yonggang Wen and Chuan Heng Foh School of Computer Engineering, Nanyang Technological University,

More information

How To Improve Performance Of The H264 Video Codec On A Video Card With A Motion Estimation Algorithm

How To Improve Performance Of The H264 Video Codec On A Video Card With A Motion Estimation Algorithm Implementation of H.264 Video Codec for Block Matching Algorithms Vivek Sinha 1, Dr. K. S. Geetha 2 1 Student of Master of Technology, Communication Systems, Department of ECE, R.V. College of Engineering,

More information

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT October 2009 EXAMINERS' REPORT Computer Networks General Comments The responses to questions were of marginally better quality than April 2009

More information

A Secure Data Transmission By Integrating Cryptography And Video Steganography

A Secure Data Transmission By Integrating Cryptography And Video Steganography A Secure Data Transmission By Integrating Cryptography And Video Steganography Shafna P K Computer Science Department KMEA Engineering College Ernakulam, India shabanapk9999@gmail.com Abstract Advances

More information

Digital Audio and Video Data

Digital Audio and Video Data Multimedia Networking Reading: Sections 3.1.2, 3.3, 4.5, and 6.5 CS-375: Computer Networks Dr. Thomas C. Bressoud 1 Digital Audio and Video Data 2 Challenges for Media Streaming Large volume of data Each

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

Network Security Systems Fundamentals for ITS Professionals

Network Security Systems Fundamentals for ITS Professionals Network Security Systems Fundamentals for ITS Professionals Chris Adesanya Sr. Systems Engineer Panasonic System Solutions Company adesanyac@us.panasonic.com BICSI Southeast Regional Meeting Dulles, VA

More information

7 MEGAPIXEL 180 DEGREE IP VIDEO CAMERA

7 MEGAPIXEL 180 DEGREE IP VIDEO CAMERA Scallop Imaging is focused on developing, marketing and manufacturing its proprietary video imaging technology. All our activities are still proudly accomplished in Boston. We do product development, marketing

More information

TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS

TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS 1. Bandwidth: The bandwidth of a communication link, or in general any system, was loosely defined as the width of

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

How To Understand The Quality Of A Wireless Voice Communication

How To Understand The Quality Of A Wireless Voice Communication Effects of the Wireless Channel in VOIP (Voice Over Internet Protocol) Networks Atul Ranjan Srivastava 1, Vivek Kushwaha 2 Department of Electronics and Communication, University of Allahabad, Allahabad

More information

Proactive Video Assurance through QoE and QoS Correlation

Proactive Video Assurance through QoE and QoS Correlation A Complete Approach for Quality and Service Assurance W H I T E P A P E R Introduction Video service providers implement new technologies to maximize the quality and diversity of their entertainment program

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK PACKET SNIFFING MS. SONALI A. KARALE 1, MS. PUNAM P. HARKUT 2 HVPM COET Amravati.

More information

White paper. An explanation of video compression techniques.

White paper. An explanation of video compression techniques. White paper An explanation of video compression techniques. Table of contents 1. Introduction to compression techniques 4 2. Standardization organizations 4 3. Two basic standards: JPEG and MPEG 4 4. The

More information