High-Definition Multimedia for Multiparty Low-Latency Interactive Communication

Size: px
Start display at page:

Download "High-Definition Multimedia for Multiparty Low-Latency Interactive Communication"

Transcription

1 High-Definition Multimedia for Multiparty Low-Latency Interactive Communication Petr Holub a,b, Luděk Matyska a,b,, Miloš Liška a,b, Lukáš Hejtmánek a,b, Jiří Denemark a,b, Tomáš Rebok a,b, Andrei Hutanu c, Ravi Paruchuri c, Jan Radil a, Eva Hladká a,b a CESNET z.s.p.o., Zikova 4, Praha, Czech Republic b Masaryk University, Botanická 68a, Brno, Czech Republic c Center for Computation and Technology, 302 Johnston Hall, Louisiana State University, Baton Rouge, LA Abstract We describe the high quality collaborative environment that uses High Definition (HD) video to achieve near realistic perception of remote sites. The capture part, consisting of a HD camera, HD-SDI capture Centaurus card and UltraGrid software produces a 1.5 Gbps UDP data stream of uncompressed HD video that is transferred over the 10GE network interface to the high speed IP network. The display part uses UltraGrid to down-sample the color depth and de-interlace the video, using either software solution or another Centaurus card to display the HD stream. Distribution to individual participants of the videoconference is achieved through user controlled UDP packet reflector based on the Active Element idea. The viability of this system has been demonstrated at the igrid 2005 conference for a three-way high quality videoconference among sites in Czech Republic, Louisiana and California. Key words: High Definition Video, Video Conference, Uncompressed HD Video, High Speed Multipoint Data Distribution Corresponding author. Address: Institute of Computer Science, Masaryk University, Botanická 68a, Brno, Czech Republic addresses: hopet@ics.muni.cz (Petr Holub), ludek@ics.muni.cz (Luděk Matyska), xliska@fi.muni.cz (Miloš Liška), xhejtman@fi.muni.cz (Lukáš Hejtmánek), jirka@ics.muni.cz (Jiří Denemark), xrebok@fi.muni.cz (Tomáš Rebok), ahutanu@cct.lsu.edu (Andrei Hutanu), ravi9@cct.lsu.edu (Ravi Paruchuri), radil@cesnet.cz (Jan Radil), eva@fi.muni.cz (Eva Hladká). Preprint submitted to Elsevier Science 31 October 2005

2 1 Introduction Evolution of collaborative environments, following the development of the highbandwidth low-latency networks brings new possibilities to the quality and extent of collaboration. The truly interactive communication requires high-resolution video and audio transmitted fast over the network, with end to end latency below 100 ms to avoid hearing artifacts. Even if captured and transmitted independently, the video and audio must be synchronized, and the low latency requirement holds true both for audio and video transmission. The perceived latency is generated on all the components of the end to end path, so use of uncompressed media is a way to minimize it. The buffering must be also minimized or completely removed, posing strict conditions on the network close to zero packet loss or reordering and minimal jitter are needed. Such a network can be efficiently constructed using a dedicated network circuits over fiber optic network. In this paper we describe a multiparty high-definition (HD) video quality videoconferencing system and the experience gained with its use during the igrid 2005 conference. In Section 2, we deal with the generation and multipoint distribution of HD video stream, including tools for video capture, transmission and display, and the UDP reflectors used to distribute the traffic. In Section 3 we compare the real-world behavior during igrid 2005 experiment with laboratory behavior. Section 4 briefs related work and Section 5 gives some concluding remarks and ideas for future development. 2 HD Video Transport and Distribution 2.1 Uncompressed HD Video Transmission The highest resolution for the HD video defined by the common HDTV norms [6,7] is the 1080i mode with resolution with interlaced line scanning. We use the uncompressed HD digital video as defined in SMPTE 292M [8], which uses the Serial Digital Interface (HD-SDI). The bandwidth for such a video-stream with 60 interlaced fields per second, 10 bits per color plane, and 4:2:2 color space sampling is 1,485,000,000 bits per second or Gbps. This payload is further encapsulated into UDP/IP stream (44 bytes per packet), leading to around 1.5 Gbps bandwidth requirement when transmitted over the network. To efficiently work with such a data stream, highly balanced components are required. The capture and display parts of the whole system are depicted in Fig. 1. 2

3 The capture part uses the DVS Centaurus 1 HD capture card a solution dictated by the selection of Linux operating system environment. We rewrote the UltraGrid software package [5] to support the 1080i mode 2. While the same card can be used also for video display, we extended the UltraGrid with support for software only display, including field de-interlace algorithm and color space down-sampling from 10 to 8 bits per color plane to avoid the use of expensive DVS Centaurus cards on both ends of the HD video paths. The computation and data manipulation intensive parts of the UltraGrid software were optimized for use on the AMD64 (Opteron) based computers. Capture part: PC (IA32/AMD64) HD-SDI DVS Centaurus Uncompressed raw HD UltraGrid 10GE NIC 10GE Display part: PC (IA32/AMD64) HD-SDI display device HD-SDI DVS Centaurus Uncompressed raw HD UltraGrid 10GE NIC 10GE network PC (AMD64) Display device (LCD, beamer) DVI-D/ VGA Graphics card Uncompressed raw HD UltraGrid 10GE NIC 10GE Fig. 1. Site connection scheme for HD transmission. The whole capture part started with the SONY HVR-Z1E camera whose analog output has been converted to HD-SDI using the AJA HD10A converter 3. The HD-SDI stream has been captured by the DVS Centaurus card, encapsulated into UDP/IP stream with the UltraGrid and sent over the Chelsio T110 LR 10GE card 4 to the network. On the receiving part, the IP stream has been captured by the same brand 10GE card, stripped of the IP header, color re-sampled and de-interlaced by the UltraGrid and sent to the graphic card. The computers used were dual AMD64 Opteron 250 machines running at 2.4 GHz with 4 GB RAM. The Centaurus and Chelsio cards were placed in the PCI-X 133 MHz slots. We used Linux kernel with drivers and manufacturer provided patches for both cards. The total end to end latency in a laboratory setup (both computers on the same 10 GE Cisco Catalyst 6506 switch) was 175±5 ms. We have also measured part The older releases available before igrid 2005 conference supported only the 720p mode

4 wise latencies: 4 fields are buffered on the capture card 5 (66.7 ms), 10 b to 8 b down-sampling (7±.5 ms), de-interlacing (7±.5 ms), software display (41±.5 ms), LCD display delay (25 ms). This counts up to 147 ms and we are attributing the remaining delay (28 ms) to camera and component to HD-SDI converter processing, sender processing, buffering on network interfaces and in networking stack of the operating system, and to the processing on the graphics card. It is worth noting that the duration of down-sampling and de-interlacing corresponds to memory copying speed (approx. 1 GBps on testbed machines, one frame has approx. 5 MB in 10 bit and 4 MB in 8 bit per color plane depth). On sender box, the CPU load was approximately 25%, while the receiver box showed 72% CPU load on average. While the audio is the main driver for the use of uncompressed video streams, it does not generate a comparable data flow. As we did not have embedded audio, we used a rat tool [1] from MBone Tools. The generated audio stream has been synchronized on the receiving machine via the UltraGrid capability to use time information from the RTP/RTCP packets. 2.2 HDV Transmission When the bandwidth or available hardware disables the use of uncompressed HD video, it can be transmitted in the HDV format. It is a proprietary MPEG-2 based compression scheme developed by SONY and it is transmitted in MPEG-TS envelope over the IEEE-1394 interface in a similar way to the DV format for standard definition resolution. It uses only resolution, 50 or 60 interlaced fields per second, 8-bit color space, 4:2:0 color space sampling, and interframe 60:1 compression resulting in approximately 25 Mbps video stream. We have analyzed how the HDV format is sent over IEEE-1394 interface and implemented a tool [3] for FreeBSD 5/6 to read it. The data are then rendered using VideoLAN Client (VLC) tool 6 and sent over the network either using VLC or some other tools like netcat 7. The VLC Linux implementation has serious problems (packet drop) with reading streams with data bandwidth above 10 Mbps. The Windows XP VLC implementation does not have this drawback and has been used instead. The measured end to end latency for the 60i HDV stream in the same laboratory setup as mentioned above is 1,907±13 ms. As the delay of camera compression is below 1 s, the highest latency is gathered in the VLC buffering, decompression and rendering process. The almost 2 s latency practically hinders any real time communication. If it must be used, the audio stream must be independent and should not be 5 The 2 fields reported by DVS did not work

5 Table 1 Reflector performance on the testbed. (a) gives maximum bandwidth of a single stream with packet loss <0.01% with respect to packet size in use, (b) gives packet loss with respect to bandwidth of a single stream given 8500 B packet size. packet size [B] max. bandwidth [Mbps] (a) bandwidth packet loss CPU load [Mbps] [%] [%] synchronized with the video. This way, acceptable interactivity level is guaranteed via audio and video visibly lags behind. (b) 2.3 Multipoint Data Distribution To distribute data among more parties in a multipoint videoconference, we used the generalized Active network Element [4] with distribution capabilities, based on the design of UDP packet reflector [2]. This gives us more control over the distribution than a network native scheme (multicast or broadcast), which also may not be available for very high speed networks. We have optimized the Active Element to provide a sustainable UDP packet replication rate of up to 2.0 Gbps on high end IA-32 or AMD64 workstation or server. The actual performance on the dual Opteron 250 computer (same as used for the video capture and display) is summarized in Table 1. Data stream was generated and captured by another dual Opteron machine. The results confirms the necessity to use Jumbo frames (long MTU) to achieve the highest performance. Also, the network card to memory bandwidth is important, as use of only 100 MHz PCI-X slot reduced the usable reflecting capability to 1.7 Gbps. 3 igrid 2005 Experiment The goal of the CZ101 igrid 2005 experiment was to provide low latency multiparty collaborative environment with HD video. The setup comprised three par- 5

6 ticipating sites: igrid premises at San Diego UCSD campus, Masaryk University/CESNET in Brno, Czech Republic, and Louisiana State University (LSU) in Baton Rouge. There were three networking circuits meeting at StarLight, Chicago, each coming from one participating site: igrid circuit from San Diego (round-trip time 78.2±.2 ms, 4 hops), NLR circuit from LSU (round-trip time 31.09±.04 ms, 2 hops) and a circuit from Brno spanning CzechLight and NetherLight (through Prague and Amsterdam, round-trip time 126.7±.3 ms, 2 hops). Though we originally requested L2 connectivity, we were given full L3 connectivity. The video capture and display setup described above has been used at all sites with the exception of LSU, where the unavailability of DVS Centaurus card 8 lead to the fallback HDV solution. The video was displayed on DELL UltraSharp 2405FPW 24 LCD (LSU, Brno), Sony SDM-P LCD (Brno) and on 63 Samsung PPM63H3 plasma screens (San Diego), all at resolution of San Diego StarLight Brno San Diego StarLight Brno LSU LSU (a) (b) Fig. 2. Connection scheme for (a) the first and (b) the second experiment. The full lines show uncompressed HD streams, dotted line shows compressed HDV streams. Empty circles denote sending computers, full circles stand for display computers, and full boxes are AEs. UDP packet reflectors were set up at StarLight (Chicago), running on dual Opteron computers as those used in laboratory testbed described above. Each reflector was replicating stream from one site to the remaining two sites. Because of situation described above, one of the reflectors was replicating only 30 Mbps stream, while the other two were replicating full 1.5 Gbps streams. To stress the infrastructure in the same way as if there were full HD stream coming from LSU, we changed the setup for a part of the demo and cascaded two of the reflectors so that Brno was receiving two identical streams from San Diego. This way we achieved total network flow of 4.5 Gbps on Brno StarLight circuit. This setup also proved the feasibility of AEs combination to provide scalable data distribution [4] even at very high data rates. Network statistics shown in Fig. 3 were gathered on Cisco Catalyst 6506 switch in Brno during the last demo when Brno was receiving two uncompressed HD streams 8 It has been stuck at customs because of hurricanes. 6

7 (a) in (b) out (c) in (d) out Fig. 3. Network statistics gathered on Brno uplink. The lines are five minute averages, while the surface is an envelope curve with min/max values within 5 minute interval. (a) gives in throughput in Gbps, (b) gives out throughput in Gbps, (c) gives in throughput in packets per second (pps), and (d) gives out throughput in pps. as described above. The statistics were gathered at the WAN-PHY interface, which is the uplink to the StarLight aggregating all the traffic from and to the Brno site. The outgoing traffic has been rather regular, while the incoming traffic displayed some burstiness. We attribute this behavior to the use of L3 network, where the packets are still buffered at some intermediate network elements and the jitter is still rather uneven. We expect the use of pure end to end optical network with no intermediate buffers will remove this problem (the video and audio flutter has been subjectively perceived during the demo). 3.1 Experiences and Problems The largest jumbo frames have 9216 bytes, but we used only 8500 byte frames due to a problem with the pre-production version of the WAN-PHY XENPAK on the Cisco Catalyst 6506 switch. As seen in Fig. 4, the packets are lost for frames larger than 8628 bytes packet loss [%] frame size [B] Fig. 4. Dependence of packet loss on frame size on pre-production WAN-PHY XENPAK in Cisco Catalyst

8 In contrast to the measurement probes used in the laboratory tests of the AEs duplicating capabilities, the UltraGrid produces very bursty traffic (see Fig. 5). Similar effect but at much lower bandwidth occurs also with the HDV transport using either VLC (Fig. 5c) or even worse using netcat (Fig. 5d). This severely reduced the duplicating capacity of the AE to some Mbps with large fluctuation but no packet loss. (a) (b) (c) (d) Fig. 5. Bursty traffic produced by uncompressed HD transport (a) compared to smooth traffic produced by the measurement probes (b). Bursty traffic produced by HDV transport with VLC (c) and netcat (d). The main reason for this slowdown has been the blocking character of the reading thread in such bursty environment. We modified the AE to use the non-blocking read() function giving precedence to the sending thread when no input data is available. This modification increased CPU load to 100%, but has been able to process even the bursty uncompressed HD streams at the necessary speed. The burstiness is very serious problem, as the unmodified AE has not been able to duplicate even the 25 Mbps stream fast enough because the burstiness in this case has been much higher and regularly overloaded the AE. Another source of problems encountered has been the overheating and instability of dual Opteron computers with Chelsio and especially Chelsio and Centaurus cards. The fast assemblage and setup of dual Opteron computers at San Diego even resulted in one of the machines unable to receive or send data with the Chelsio card on speed above 800 Mbps (the same card worked perfectly if moved into any of the other two machines). As this machines has been used to capture the HDV stream, this behavior did not have negative impact on the whole demonstration. 4 Related Work Our work follows development of UltraGrid [5], enhancing it with 1080i resolution support and extending its software display including de-interlacing and color space 8

9 scaling. We also further extend work on the use of Active Element based reflector for the efficient data distribution under strict user control (see discussion in [4]). During the igrid 2005, ResearchChannel had a similar demonstration [9] of multipoint HD videoconference. In contrast to their setup, we used the software display instead of SDI, we used independent audio stream (externally synchronized) and used Active Elements instead of multicast for data distribution. Also, we used Linux and not Windows operating system environment. 5 Conclusions and Future Work During the igrid 2005 conference we demonstrated that a high quality multiparty videoconference based on transmission of uncompressed HD streams is already achievable provided adequate networking resources are available. Although the use of L3 network instead of dedicated optical circuits together with software reflector lead to higher than theoretically minimal latency and jitter, the whole setup provided a realistic high quality collaborative environment. The same data distribution setup plus HD video transmission has also been used in another demonstration during the igrid 2005 conference. However, the experience also demonstrated deficiencies and open challenges for future research and development. At the network level, we plan to repeat the experiment over L2 and possibly even L1 network, to prove the hypothesis that it can reduce the rather high observed variation in delivered bandwidth. The rather complicated setup of the network for the demonstration also proved necessity for a special control plane over (optical) networks spanning several administrative domains if dedicated circuits are to be provided. If access to the L1 network is granted, we also plan to replace software based Active Elements with optical splitters that would further reduce the latency for multiparty transmission. Based on the theoretical research and experiments with cascading AEs we will work on a distributed AE for scalable replication of high speed data stream, as this is necessary for many-party videoconferencing but also for situation where each site provides several HD streams (e.g., visualization, stereo-transmission etc.). Acknowledgments We would like to thank Tom Košnar for gathering network performance statistics using his GTDMSIII system developed at CESNET, Martin Míchal and Josef 9

10 Vojtěch for preparation of CzechLight lines and experiments with optical splitters, and Alan Verlo, Pieter de Boer, Paola Grosso and other people at igrid 2005 NOC for network provisioning. Also, the help of Cisco (lending the pre-production WAN-PHY Xenpak) and especially Chelsio (lending two 10GE cards) is highly appreciated. This project has been supported by a research intent Optical Network of National Research and Its New Applications (MŠM ) and also by Parallel and Distributed Systems (MŠM ). References [1] V. Hardman, A. Sasse, M. Handley, and A. Watson. Reliable audio for use over the internet. In Proceedings of INET 95, Honolulu, Hawaii, June [2] E. Hladká, P. Holub, and J. Denemark. An active network architecture: Distributed computer or transport medium. In Proceedigns of 3rd International Conference on Networking (ICN 04), pages , Gosier, Guadeloupe, Mar [3] P. Holub. HDV capture for FreeBSD 5/6 operating system. hopet/hdv/ and 0+archive/2005/freebsd-firewire/ freebsd-firewire. [4] P. Holub, E. Hladká, and L. Matyska. Scalability and robustness of virtual multicast for synchronous multimedia distribution. In Networking - ICN 2005: 4th International Conference on Networking, Reunion Island, France, April 17-21, 2005, Proceedings, Part II, volume 3421/2005 of Lecture Notes in Computer Science, pages , La Réunion, France, Apr Springer-Verlag Heidelberg. [5] C. Perkins, L. Gharai, T. Lehman, and A. Mankin. Experiments with delivery of HDTV over IP networks. In 12th International Packet Video Workshop, Pittsburgh, PA, USA, Apr [6] Society of Motion Picture and Television Engineers. 1280x720 scanning, analog and digital representation and analog interfaces. SMPTE 296M [7] Society of Motion Picture and Television Engineers. 1920x1080 scanning and analog and parallel digital interfaces for multiple picture rates. SMPTE 274M [8] Society of Motion Picture and Television Engineers. Bit-serial digital interface for high-definition television systems. SMPTE 292M [9] M. Wellings, J. DeRoest, A. Philipson, J. Eveleth, J. Brown, C. Latham, R. Johnson, G. McLaughlin, A. Howard, J. O Callaghan, M. Lack, E. Verharen, D. Devereaux- Weber, and A. Kato. Global N-way interactive high-definition video conferencing over long-pathway, high-bandwidth networks. US118 igrid 2005 demo, igrid2005.org/program/applications/videoservices nwayconf.html. 10

High-Definition Multimedia for Multiparty Low-Latency Interactive Communication

High-Definition Multimedia for Multiparty Low-Latency Interactive Communication High-Definition Multimedia for Multiparty Low-Latency Interactive Communication Petr Holub a,b, Luděk Matyska a,b,, Miloš Liška a,b, Lukáš Hejtmánek a,b, Jiří Denemark a,b, Tomáš Rebok a,b, Andrei Hutanu

More information

High-Definition CESNET

High-Definition CESNET High-Definition Video @ CESNET Petr Holub hopet@ics.muni.cz CESNET z. s. p. o. Laboratory of Advanced Networking Technologies Institute of Computer Science and Faculty of Informatics Masaryk University

More information

UltraGrid: from point-to-point uncompressed HD to flexible multi-party high-end collaborative environment

UltraGrid: from point-to-point uncompressed HD to flexible multi-party high-end collaborative environment UltraGrid: from point-to-point uncompressed HD to flexible multi-party high-end collaborative environment Jiří Matela (matela@ics.muni.cz) Masaryk University EVL, UIC, Chicago, 2008 09 03 1/33 Laboratory

More information

Digital Video & The PC. What does your future look like and how will you make it work?

Digital Video & The PC. What does your future look like and how will you make it work? What does your future look like and how will you make it work? Roy A. Hermanson Jr., CTS-I, CTS-D Regional Applications Specialist NorthEast RHermanson@extron.com Let s all be Green Objectives Digital

More information

DVTS Workshop Internet2 Fall Conference, 2005

DVTS Workshop Internet2 Fall Conference, 2005 DVTS Workshop Internet2 Fall Conference, 2005 DVTS Consortium Kazunori Sugiura, Ph.D. WIDE Project / Keio University ( uhyo@sfc.wide.ad.jp ) September, 2005 DVTS: Motivations Using the Internet Realization

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

MULTIMEDIA TECHNOLOGIES

MULTIMEDIA TECHNOLOGIES MULTIMEDIA TECHNOLOGIES LECTURE 08 VIDEO IMRAN IHSAN ASSISTANT PROFESSOR VIDEO Video streams are made up of a series of still images (frames) played one after another at high speed This fools the eye into

More information

High Definition Video at the University of Costa Rica

High Definition Video at the University of Costa Rica High Definition Video at the University of Costa Rica Luis D. Espinoza-Sanchez, Strategic and Planning, CI-UCR Sergio Calvo, IT Support of Presidency, UCR Agenda Introduction in HDTV Medicine Applications

More information

Open Call Deliverable OCI-DS3.2 Final Report (emusic)

Open Call Deliverable OCI-DS3.2 Final Report (emusic) 19-03-2015 Open Call Open Call Grant Agreement No.: 605243 Activity: NA1 Task Item: 10 Nature of Deliverable: R (Report) Dissemination Level: PU (Public) Lead Partner: CESNET Authors: Sven Ubik, Claudio

More information

Introduction. Packet Loss Recovery for Streaming Video. Introduction (2) Outline. Problem Description. Model (Outline)

Introduction. Packet Loss Recovery for Streaming Video. Introduction (2) Outline. Problem Description. Model (Outline) Packet Loss Recovery for Streaming Video N. Feamster and H. Balakrishnan MIT In Workshop on Packet Video (PV) Pittsburg, April 2002 Introduction (1) Streaming is growing Commercial streaming successful

More information

By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist

By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist White Paper Slate HD Video Processing By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist High Definition (HD) television is the

More information

Using the VideoEdge IP Encoder with Intellex IP

Using the VideoEdge IP Encoder with Intellex IP This application note explains the tradeoffs inherent in using IP video and provides guidance on optimal configuration of the VideoEdge IP encoder with Intellex IP. The VideoEdge IP Encoder is a high performance

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

Professional Media. over IP Networks. An Introduction. Peter Wharton Happy Robotz. Introduction to Video over IP

Professional Media. over IP Networks. An Introduction. Peter Wharton Happy Robotz. Introduction to Video over IP Professional Media over IP Networks An Introduction Peter Wharton Happy Robotz SDI has been the backbone of video facilities for over 20 years SDI has been the backbone of video facilities for over 20

More information

DVS Whitepaper. DVS and JPEG2000: Hydra OEM board

DVS Whitepaper. DVS and JPEG2000: Hydra OEM board DVS and JPEG2000: Hydra OEM board 2007 Contents Overview... 3 Applications... 3 Video... 3 Decompression... 3 Security... 4 Watermarking... 4 Hardware and SDK... 5 Processing for Post Production... 5 Integration...

More information

IP LIVE PRODUCTION UNIT NXL-IP55

IP LIVE PRODUCTION UNIT NXL-IP55 IP LIVE PRODUCTION UNIT NXL-IP55 OPERATION MANUAL 1st Edition (Revised 2) [English] Table of Contents Overview...3 Features... 3 Transmittable Signals... 3 Supported Networks... 3 System Configuration

More information

A320 Supplemental Digital Media Material for OS

A320 Supplemental Digital Media Material for OS A320 Supplemental Digital Media Material for OS Lecture 1 - Introduction November 8, 2013 Sam Siewert Digital Media and Interactive Course Topics Digital Media Digital Video Encoding/Decoding Machine Vision

More information

Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm

Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm Daisuke Shirai NTT Network Innovation Laboratories Nippon Telegraph and Telephone Corp. shirai.daisuke@lab.ntt.co.jp Kunitake

More information

Today s Speaker. SMPTE Standards Update: 3G SDI Standards. Copyright 2013 SMPTE. All rights reserved. 1

Today s Speaker. SMPTE Standards Update: 3G SDI Standards. Copyright 2013 SMPTE. All rights reserved. 1 SDI for Transport of 1080p50/60, 3D, UHDTV1 / 4k and Beyond Part 1 - Standards Today s Speaker John Hudson Semtech Corp 2 Copyright. All rights reserved. 1 Your Host Joel E. Welch Director of Professional

More information

Datasheet Densité IPG-3901

Datasheet Densité IPG-3901 Datasheet Densité IPG-3901 High Density /IP Gateway for Densité 3 Platform Bidirectional, modular gateway for transparent /IP bridging The Densité IP Gateway (IPG-3901) plug-and-play modules from Grass

More information

VNP 100 application note: At home Production Workflow, REMI

VNP 100 application note: At home Production Workflow, REMI VNP 100 application note: At home Production Workflow, REMI Introduction The At home Production Workflow model improves the efficiency of the production workflow for changing remote event locations by

More information

2.1 Introduction. [ Team LiB ] [ Team LiB ] 1 of 1 4/16/12 11:10 AM

2.1 Introduction. [ Team LiB ] [ Team LiB ] 1 of 1 4/16/12 11:10 AM 2.1 Introduction SONET and SDH define technologies for carrying multiple digital signals of different capacities in a flexible manner. Most of the deployed optical networks are based on SONET and SDH standards.

More information

Cisco D9894 HD/SD AVC Low Delay Contribution Decoder

Cisco D9894 HD/SD AVC Low Delay Contribution Decoder Cisco D9894 HD/SD AVC Low Delay Contribution Decoder The Cisco D9894 HD/SD AVC Low Delay Contribution Decoder is an audio/video decoder that utilizes advanced MPEG 4 AVC compression to perform real-time

More information

Cisco Explorer 8650HD DVR

Cisco Explorer 8650HD DVR Cisco Explorer 8650HD DVR The Cisco Explorer 8650HD DVR provides high quality video, audio, DVR, and two-way capabilities that cable operators have come to expect. The platform provides faster processing

More information

A Unified Approach for Repairing Packet Loss and Accelerating Channel Changes in Multicast IPTV

A Unified Approach for Repairing Packet Loss and Accelerating Channel Changes in Multicast IPTV A Unified Approach for Repairing Packet Loss and Accelerating Channel Changes in Multicast IPTV Ali C. Begen, Neil Glazebrook, William Ver Steeg {abegen, nglazebr, billvs}@cisco.com # of Zappings per User

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video How does interlaced scan display video? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 Housekeeping Project 4 is assigned

More information

Transitioning from NTSC (analog) to HD Digital Video

Transitioning from NTSC (analog) to HD Digital Video To Place an Order or get more info. Call Uniforce Sales and Engineering (510) 657 4000 www.uniforcesales.com Transitioning from NTSC (analog) to HD Digital Video Sheet 1 NTSC Analog Video NTSC video -color

More information

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com PixelNet The Distributed Display Wall System Jupiter by InFocus infocus.com PixelNet The Distributed Display Wall System PixelNet, a Jupiter by InFocus product, is a revolutionary new way to capture,

More information

Messenger Veta Receiver Decoder (MVRD)

Messenger Veta Receiver Decoder (MVRD) The most important thing we build is trust. Product Highlights Two Channel Maximal-Ratio Diversity Receiver Supports DVB-T and Narrow-Band 1 modes down to 1.25 MHz BW Provides Ultra-Low-Latency for Real-Time

More information

62 nd Annual Midwest Clinic Chicago, IL December 17, Midwest Clinic, Chicago, IL 12/17/2008. Video

62 nd Annual Midwest Clinic Chicago, IL December 17, Midwest Clinic, Chicago, IL 12/17/2008. Video Music Teaching and Learning from a Distance: Viable and Effective Through Technology Paul Bauer Northern Illinois University Greg Howe Cleveland Institute of Music Christianne Orto Manhattan School of

More information

Implementation of an MPEG Codec on the Tilera TM 64 Processor

Implementation of an MPEG Codec on the Tilera TM 64 Processor 1 Implementation of an MPEG Codec on the Tilera TM 64 Processor Whitney Flohr Supervisor: Mark Franklin, Ed Richter Department of Electrical and Systems Engineering Washington University in St. Louis Fall

More information

PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60

PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60 PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60 Product ID: PEXHDCAP60L2 This PCIe video capture card lets you record 1080p HD video and 2-channel stereo audio (HDMI/RCA) to

More information

AN MPEG-4 BASED HIGH DEFINITION VTR

AN MPEG-4 BASED HIGH DEFINITION VTR AN MPEG-4 BASED HIGH DEFINITION VTR R. Lewis Sony Professional Solutions Europe, UK ABSTRACT The subject of this paper is an advanced tape format designed especially for Digital Cinema production and post

More information

A Software-based Real-time Video Broadcasting System

A Software-based Real-time Video Broadcasting System A Software-based Real-time Video Broadcasting System MING-CHUN CHENG, SHYAN-MING YUAN Dept. of Computer & Information Science National Chiao Tung University 1001 Ta Hsueh Road, Hsinchu, Taiwan 300 TAIWAN,

More information

New Technologies for Premium Events Contribution over High-capacity IP Networks. By Gunnar Nessa, Appear TV December 13, 2017

New Technologies for Premium Events Contribution over High-capacity IP Networks. By Gunnar Nessa, Appear TV December 13, 2017 New Technologies for Premium Events Contribution over High-capacity IP Networks By Gunnar Nessa, Appear TV December 13, 2017 1 About Us Appear TV manufactures head-end equipment for any of the following

More information

SMPTE STANDARD Gb/s Signal/Data Serial Interface. Proposed SMPTE Standard for Television SMPTE 424M Date: < > TP Rev 0

SMPTE STANDARD Gb/s Signal/Data Serial Interface. Proposed SMPTE Standard for Television SMPTE 424M Date: < > TP Rev 0 Proposed SMPTE Standard for Television Date: TP Rev 0 SMPTE 424M-2005 SMPTE Technology Committee N 26 on File Management and Networking Technology SMPTE STANDARD- --- 3 Gb/s Signal/Data Serial

More information

IP FLASH CASTER. Transports 4K Uncompressed 4K AV Signals over 10GbE Networks. HDMI 2.0 USB 2.0 RS-232 IR Gigabit LAN

IP FLASH CASTER. Transports 4K Uncompressed 4K AV Signals over 10GbE Networks. HDMI 2.0 USB 2.0 RS-232 IR Gigabit LAN IP FLASH CASTER Transports 4K Uncompressed 4K AV Signals over 10GbE Networks CAT 5e/6 Fiber HDMI SDI RS-232 USB 2.0 HDMI 2.0 USB 2.0 RS-232 IR Gigabit LAN Arista's IP FLASH CASTER The future of Pro-AV

More information

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface DIAS Infrared GmbH Publications No. 19 1 Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface Uwe Hoffmann 1, Stephan Böhmer 2, Helmut Budzier 1,2, Thomas Reichardt 1, Jens Vollheim

More information

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015 UG110 Version 1.0, June 2015 Introduction MIPI D-PHY Bandwidth Matrix Table User Guide As we move from the world of standard-definition to the high-definition and ultra-high-definition, the common parallel

More information

Introduction to image compression

Introduction to image compression Introduction to image compression 1997-2015 Josef Pelikán CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ Compression 2015 Josef Pelikán, http://cgg.mff.cuni.cz/~pepca 1 / 12 Motivation

More information

Introduction. Fiber Optics, technology update, applications, planning considerations

Introduction. Fiber Optics, technology update, applications, planning considerations 2012 Page 1 Introduction Fiber Optics, technology update, applications, planning considerations Page 2 L-Band Satellite Transport Coax cable and hardline (coax with an outer copper or aluminum tube) are

More information

Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops

Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops Power, flexibility, and advanced security features highlight the Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops. The 4640HD and 4650HD

More information

Vicon Valerus Performance Guide

Vicon Valerus Performance Guide Vicon Valerus Performance Guide General With the release of the Valerus VMS, Vicon has introduced and offers a flexible and powerful display performance algorithm. Valerus allows using multiple monitors

More information

A better way to get visual information where you need it.

A better way to get visual information where you need it. A better way to get visual information where you need it. Meet PixelNet. The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display video and audio

More information

NAS vs. SAN: Storage Considerations for Broadcast and Post- Production Applications

NAS vs. SAN: Storage Considerations for Broadcast and Post- Production Applications NAS vs. SAN: Storage Considerations for Broadcast and Post- Production Applications As more content is created in, and as the industry transitions to, higher resolutions, many broadcast and post-production

More information

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL HEADEND SYSTEM H.264 TRANSCODING_DVB-S2/CABLE/_TROPHY HEADEND is the most convient and versatile for digital multichannel satellite&cable solution.

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Infortrend Technologies 5000 Series NVR 12-15-2015 Table of Contents Executive Summary:... 4 Introduction... 4 Certified Products...

More information

3D D HDTV over ATM. Ahn, Chieteuk Radio & Broadcasting Research Laboratory ETRI

3D D HDTV over ATM. Ahn, Chieteuk Radio & Broadcasting Research Laboratory ETRI 3D D HDTV over ATM 2003. 8. 27. Ahn, Chieteuk Radio & Broadcasting Research Laboratory ETRI 2003-08-27 0 Contents! Introduction Abstract Related Work What is 3D HDTV?! Delivery Schemes 3D HDTV over IP

More information

Tabbycat: an Inexpensive Scalable Server for Video-on-Demand

Tabbycat: an Inexpensive Scalable Server for Video-on-Demand Tabbycat: an Inexpensive Scalable Server for Video-on-Demand Karthik Thirumalai Jehan-François Pâris Department of Computer Science University of Houston Houston, TX 77204-300 {karthik, paris}@cs.uh.edu

More information

SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p Video & Audio Capture Ideal for Video streaming and

SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p Video & Audio Capture Ideal for Video streaming and SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p & Audio Capture Ideal for streaming and conferencing Compatible to all motherboards and chipsets Up to 1080p

More information

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved.

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved. AFFICHER a true cloud digital signage system AFFICHER INTRODUCTION AFFICHER (Sign in French) is a HIGH-END full function turnkey cloud based digital signage system for you to manage your screens. The AFFICHER

More information

HDMI Over IP Technical Review

HDMI Over IP Technical Review M U L T I C A S T HDMI Over IP Technical Review HDMI OVER IP TENICAL REVIEW Table Of Contents Introduction 03 Multicast operational modes 04 Features 05 Why do we need HDMI over IP? 06 Network infrastructure

More information

Display-Shoot M642HD Plasma 42HD. Re:source. DVS-5 Module. Dominating Entertainment. Revox of Switzerland. E 2.00

Display-Shoot M642HD Plasma 42HD. Re:source. DVS-5 Module. Dominating Entertainment. Revox of Switzerland. E 2.00 of Display-Shoot M642HD Plasma 42HD DVS-5 Module Dominating Entertainment. Revox of Switzerland. E 2.00 Contents DVS Module Installation DSV Connection Panel HDMI output YCrCb analogue output DSV General

More information

New Standards That Will Make a Difference: HDR & All-IP. Matthew Goldman SVP Technology MediaKind (formerly Ericsson Media Solutions)

New Standards That Will Make a Difference: HDR & All-IP. Matthew Goldman SVP Technology MediaKind (formerly Ericsson Media Solutions) New Standards That Will Make a Difference: HDR & All-IP Matthew Goldman SVP Technology MediaKind (formerly Ericsson Media Solutions) HDR is Not About Brighter Display! SDR: Video generally 1.25x; Cinema

More information

TIME-COMPENSATED REMOTE PRODUCTION OVER IP

TIME-COMPENSATED REMOTE PRODUCTION OVER IP TIME-COMPENSATED REMOTE PRODUCTION OVER IP Ed Calverley Product Director, Suitcase TV, United Kingdom ABSTRACT Much has been said over the past few years about the benefits of moving to use more IP in

More information

Case Study: Can Video Quality Testing be Scripted?

Case Study: Can Video Quality Testing be Scripted? 1566 La Pradera Dr Campbell, CA 95008 www.videoclarity.com 408-379-6952 Case Study: Can Video Quality Testing be Scripted? Bill Reckwerdt, CTO Video Clarity, Inc. Version 1.0 A Video Clarity Case Study

More information

V9A01 Solution Specification V0.1

V9A01 Solution Specification V0.1 V9A01 Solution Specification V0.1 CONTENTS V9A01 Solution Specification Section 1 Document Descriptions... 4 1.1 Version Descriptions... 4 1.2 Nomenclature of this Document... 4 Section 2 Solution Overview...

More information

ANALYSIS OF SOUND DATA STREAMED OVER THE NETWORK

ANALYSIS OF SOUND DATA STREAMED OVER THE NETWORK ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume LXI 233 Number 7, 2013 http://dx.doi.org/10.11118/actaun201361072105 ANALYSIS OF SOUND DATA STREAMED OVER THE NETWORK Jiří

More information

Using the MAX3656 Laser Driver to Transmit Serial Digital Video with Pathological Patterns

Using the MAX3656 Laser Driver to Transmit Serial Digital Video with Pathological Patterns Design Note: HFDN-33.0 Rev 0, 8/04 Using the MAX3656 Laser Driver to Transmit Serial Digital Video with Pathological Patterns MAXIM High-Frequency/Fiber Communications Group AVAILABLE 6hfdn33.doc Using

More information

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English]

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English] IP LIVE PRODUCTIO UIT XL-IP55 USO RESTRITO OPERATIO MAUAL 1st Edition (Revised 2) [English] Table of Contents Overview... 3 Features... 3 Transmittable Signals... 3 Supported etworks... 3 System Configuration

More information

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS CHARACTERIZATION OF END-TO-END S IN HEAD-MOUNTED DISPLAY SYSTEMS Mark R. Mine University of North Carolina at Chapel Hill 3/23/93 1. 0 INTRODUCTION This technical report presents the results of measurements

More information

Pattern Smoothing for Compressed Video Transmission

Pattern Smoothing for Compressed Video Transmission Pattern for Compressed Transmission Hugh M. Smith and Matt W. Mutka Department of Computer Science Michigan State University East Lansing, MI 48824-1027 {smithh,mutka}@cps.msu.edu Abstract: In this paper

More information

White Paper. Video-over-IP: Network Performance Analysis

White Paper. Video-over-IP: Network Performance Analysis White Paper Video-over-IP: Network Performance Analysis Video-over-IP Overview Video-over-IP delivers television content, over a managed IP network, to end user customers for personal, education, and business

More information

A Video Broadcasting System

A Video Broadcasting System A Video Broadcasting System Simon Sheu (sheu@cs.nthu.edu.tw) Department of Computer Science, National Tsing Hua University, Hsinchu, Taiwan 30013, R.O.C. Wallapak Tavanapong (tavanapo@cs.iastate.edu) Department

More information

ELEC 691X/498X Broadcast Signal Transmission Fall 2015

ELEC 691X/498X Broadcast Signal Transmission Fall 2015 ELEC 691X/498X Broadcast Signal Transmission Fall 2015 Instructor: Dr. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Time: Tuesday, 2:45

More information

Digital Video Engineering Professional Certification Competencies

Digital Video Engineering Professional Certification Competencies Digital Video Engineering Professional Certification Competencies I. Engineering Management and Professionalism A. Demonstrate effective problem solving techniques B. Describe processes for ensuring realistic

More information

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT780PCI Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - PCI 2.2, 32 bit, 33/66MHz 3.3V. - Bus Master DMA, Scatter

More information

AT270USB, imod. Digital Video Interfacing Products. Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input

AT270USB, imod. Digital Video Interfacing Products. Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Digital Video Interfacing Products AT270USB, imod Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Standard Features DVB-C Modulator with VHF & UHF Up converter. - High Speed USB

More information

Jupiter PixelNet. The distributed display wall system. infocus.com

Jupiter PixelNet. The distributed display wall system. infocus.com Jupiter PixelNet The distributed display wall system infocus.com InFocus Jupiter PixelNet The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display

More information

SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV

SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV First Presented at the SCTE Cable-Tec Expo 2010 John Civiletto, Executive Director of Platform Architecture. Cox Communications Ludovic Milin,

More information

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16, MICHIGAN OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION

More information

MediaKind Content Processing

MediaKind Content Processing MediaKind Content Processing Multi Codec Professional Decoder The MediaKind Content Processing Decoder is a multi-codec multi-service professional decoder specifically designed to meet the needs of the

More information

HEVC/H.265 CODEC SYSTEM AND TRANSMISSION EXPERIMENTS AIMED AT 8K BROADCASTING

HEVC/H.265 CODEC SYSTEM AND TRANSMISSION EXPERIMENTS AIMED AT 8K BROADCASTING HEVC/H.265 CODEC SYSTEM AND TRANSMISSION EXPERIMENTS AIMED AT 8K BROADCASTING Y. Sugito 1, K. Iguchi 1, A. Ichigaya 1, K. Chida 1, S. Sakaida 1, H. Sakate 2, Y. Matsuda 2, Y. Kawahata 2 and N. Motoyama

More information

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM.

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM. VideoJet 8000 8-Channel, MPEG-2 Encoder ARCHITECTURAL AND ENGINEERING SPECIFICATION Section 282313 Closed Circuit Video Surveillance Systems PART 2 PRODUCTS 2.01 MANUFACTURER A. Bosch Security Systems

More information

MT300 Pico Broadcaster

MT300 Pico Broadcaster MT300 Pico Broadcaster Version 1.0 OPERATOR MANUAL 1 August 21, 2012 Table of Contents 1. PREFACE... 3 2. IMPORTANT NOTICE... 3 3. INTRODUCTION... 3 3.1 OVERVIEW... 3 3.2 DEFAULT SETTINGS... 4 3.3 GENERAL

More information

A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles

A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles Tito Tang, Frederic Chucholowski, Min Yan and Prof. Dr. Markus Lienkamp 9th International Conference on Intelligent Unmanned

More information

Data Converters and DSPs Getting Closer to Sensors

Data Converters and DSPs Getting Closer to Sensors Data Converters and DSPs Getting Closer to Sensors As the data converters used in military applications must operate faster and at greater resolution, the digital domain is moving closer to the antenna/sensor

More information

OddCI: On-Demand Distributed Computing Infrastructure

OddCI: On-Demand Distributed Computing Infrastructure OddCI: On-Demand Distributed Computing Infrastructure Rostand Costa Francisco Brasileiro Guido Lemos Filho Dênio Mariz Sousa MTAGS 2nd Workshop on Many-Task Computing on Grids and Supercomputers Co-located

More information

Digital Signal Coding

Digital Signal Coding UCRL-JC-127333 PREPRINT Digital Signal Coding R. Gaunt This paper was prepared for submittal to the Association for Computing Machinery Special Interest Group on Computer Graphics (SIGGRAPH) '97 Conference

More information

AT278USB, imod. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input

AT278USB, imod. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Digital Video Interfacing Products AT278USB, imod DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Standard Features DVB-T/H/C Modulator with VHF & UHF Up converter. - High Speed

More information

Stream Labs, JSC. Stream Logo SDI 2.0. User Manual

Stream Labs, JSC. Stream Logo SDI 2.0. User Manual Stream Labs, JSC. Stream Logo SDI 2.0 User Manual Nov. 2004 LOGO GENERATOR Stream Logo SDI v2.0 Stream Logo SDI v2.0 is designed to work with 8 and 10 bit serial component SDI input signal and 10-bit output

More information

Using Software Feedback Mechanism for Distributed MPEG Video Player Systems

Using Software Feedback Mechanism for Distributed MPEG Video Player Systems 1 Using Software Feedback Mechanism for Distributed MPEG Video Player Systems Kam-yiu Lam 1, Chris C.H. Ngan 1 and Joseph K.Y. Ng 2 Department of Computer Science 1 Computing Studies Department 2 City

More information

Therefore, HDCVI is an optimal solution for megapixel high definition application, featuring non-latent long-distance transmission at lower cost.

Therefore, HDCVI is an optimal solution for megapixel high definition application, featuring non-latent long-distance transmission at lower cost. Overview is a video transmission technology in high definition via coaxial cable, allowing reliable long-distance HD transmission at lower cost, while complex deployment is applicable. modulates video

More information

Error Resilient Video Coding Using Unequally Protected Key Pictures

Error Resilient Video Coding Using Unequally Protected Key Pictures Error Resilient Video Coding Using Unequally Protected Key Pictures Ye-Kui Wang 1, Miska M. Hannuksela 2, and Moncef Gabbouj 3 1 Nokia Mobile Software, Tampere, Finland 2 Nokia Research Center, Tampere,

More information

HD-3500 Series. HD Video, Audio, Data & Tally/GPIO Channels FEATURES

HD-3500 Series. HD Video, Audio, Data & Tally/GPIO Channels FEATURES FEATURES w w 1 SDI, up to 3Gbs Supports SMPTE -424M -259M -292M -310M Ethernet EQ s and re-clocks w w 4 analog audio or 2 (AES to Base) Two 4-wires for intercom 3 data (RS232, 422, 485) 4 GPIO 1 1, 2 or

More information

Radian Video Wall Processor

Radian Video Wall Processor VWP-2090 VWX-2110 VCC-SD-HD-A-2 VCC-DP-2 VWS-2001 VWP-2110 VGC-DP-4 VCC-SD-HD-3 VCC-HD-4-H VWS-2002 VWP-2040 VGC-HD-4-D VCC-SDI-SD-HD-3 VCC-HD-4-D VWS-2003 VWX-2090 VGC-HD-4-H VCC-HD-4 VCC-SDI-4 Product

More information

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS Radu Arsinte Technical University Cluj-Napoca, Faculty of Electronics and Telecommunication, Communication

More information

Monitor and Display Adapters UNIT 4

Monitor and Display Adapters UNIT 4 Monitor and Display Adapters UNIT 4 TOPIC TO BE COVERED: 4.1: video Basics(CRT Parameters) 4.2: VGA monitors 4.3: Digital Display Technology- Thin Film Displays, Liquid Crystal Displays, Plasma Displays

More information

VU + SOLO2 performance above all

VU + SOLO2 performance above all VU + SOLO2 performance above all A brand new model of popular digital satellite receivers series has come to the market. It is called SOLO2, but the number 2 in the name stands for superscript so it should

More information

Adding the community to channel surfing: A new Approach to IPTV channel change

Adding the community to channel surfing: A new Approach to IPTV channel change Adding the community to channel surfing: A new Approach to IPTV channel change The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Video-on-Demand. Nick Caggiano Walter Phillips

Video-on-Demand. Nick Caggiano Walter Phillips Video-on-Demand Nick Caggiano Walter Phillips Video-on-Demand What is Video-on-Demand? Storage, transmission, and display of archived video files in a networked environment Most popularly used to watch

More information

Advice on the use of 3 Gbit/s HD-SDI interfaces

Advice on the use of 3 Gbit/s HD-SDI interfaces EBU TECHNICAL Advice on the use of 3 Gbit/s HD-SDI interfaces Technical Report 002 HIPS EBU Strategic Programme focused on the; Harmonisation and the Interoperability of HDTV Production Standards The project

More information

Video Services. Paris- La Defense April 2002 Jean-Christophe Dessange Session Number Presentation_ID

Video Services. Paris- La Defense April 2002 Jean-Christophe Dessange Session Number Presentation_ID Video Services Paris- La Defense April 2002 Jean-Christophe Dessange jdessang@cisco.com Session Number Presentation_ID 1 Video Service End to End Video Delivery Solution True VIDEO = INCREMENTAL BUSINESS

More information

Module 7. Video and Purchasing Components

Module 7. Video and Purchasing Components Module 7 Video and Purchasing Components Objectives 1. PC Hardware A.1.11 Evaluate video components and standards B.1.10 Evaluate monitors C.1.9 Evaluate and select appropriate components for a custom

More information

Date <> Time-of-day <> Frequency <> Phase

Date <> Time-of-day <> Frequency <> Phase Sorry I can t be there! This is the first time David s presented my slides so be gentle (and fingers crossed) TIME-COMPENSATED REMOTE OVER IP David Atkins Technical Director Ed Calverley Product Director

More information

DOCSIS SET-TOP GATEWAY (DSG): NEXT GENERATION DIGITAL VIDEO OUT-OF-BAND TRANSPORT

DOCSIS SET-TOP GATEWAY (DSG): NEXT GENERATION DIGITAL VIDEO OUT-OF-BAND TRANSPORT DOCSIS SET-TOP GATEWAY (DSG): NEXT GENERATION DIGITAL VIDEO OUT-OF-BAND TRANSPORT Sanjay Dhar Cisco Systems, Inc Abstract The cable industry has found a perfect weapon to create a sustainable competitive

More information

Ending the Multipoint Videoconferencing Compromise. Delivering a Superior Meeting Experience through Universal Connection & Encoding

Ending the Multipoint Videoconferencing Compromise. Delivering a Superior Meeting Experience through Universal Connection & Encoding Ending the Multipoint Videoconferencing Compromise Delivering a Superior Meeting Experience through Universal Connection & Encoding C Ending the Multipoint Videoconferencing Compromise Delivering a Superior

More information

Technical Solution Paper

Technical Solution Paper Digital Video Broadcasting - Cable Technical Solution Paper LOGIC EASTERN INDIA PVT. LTD. B-2, Sector-31, Noida, U.P., INDIA. Ph. No. +0129-2455112/13/14, info@logiceastern.com http://www.logiceastern.com

More information

The Art House & Digital Cinema

The Art House & Digital Cinema The Art House & Digital Cinema Making sense of D-CinemaD Alternative Content Video Upgrades to existing systems Planning for the future use Presented by: Robert Harris - Manager, Film & Video Systems Boston

More information