Services Generation and Adaptation

Size: px
Start display at page:

Download "Services Generation and Adaptation"

Transcription

1 SIXTH FRAMEWORK PROGRAMME Integrated Multi-layer Optimization in broadband DVB-S.2 SAtellite Networks FP Deliverable D8-F Services Generation and Adaptation Contractual Date of Delivery to the CEC M24 Actual Date of Delivery to the CEC Author(s) OPT Participant(s) OPT, DEM Workpackage WP3 Dissemination Level Public Nature Report /Prototype Version 2.0 Total number of pages 36 Page 1 of 36

2 Table of Contents 1. INTRODUCTION BROADCAST SERVICES IN IMOSAN PROJECT GENERAL SYSTEM ARCHITECTURE MPEG2 REAL TIME ENCODER H.264 REAL TIME ENCODING MODULE H.264 REAL TIME TRANSCODER REAL TIME DTA AND TRANSRATER MODULE SERVICE ADAPTATION SERVICES GENERATION AND ADAPTATION CONTROL INTERFACE SCHEMA ELEMENTS DEVICE SECTION SOURCEPARAMS SECTION TRANSPORT STREAM PARAMETERS VIDEOPARAMS SECTION AUDIO PARAMETERS PROCESSINGPARAMS SECTION TARGETPARAMS SECTION SERVICECONTROL SECTION OPTIBASE TEST SETUP MPEG2 HD ENCODER SAMPLE SERVICE ADAPTATION SERVICES GENERATION AND ADAPTATION PLATFORM CONCLUSIONS ABBREVIATIONS ANNEX 1. CONFIGURATION SAMPLE (ANALOG IO) ANNEX 1. CONFIGURATION + START COMMAND SAMPLE (ANALOG IO) ANNEX 1. BITRATE CHANGE ON THE FLY COMMAND Page 2 of 36

3 1. Introduction With its rich support for multimedia content creation, adaptation and distribution, and its implementation of the demonstration platform, the IMOSAN architecture provides an excellent platform for delivering end-to-end high quality content to the area where only satellite connection based solution can be economically justified. During recent years, there has been an ever increasing demand for such a robust content delivery solutions for satellite links. The IMOSAN project proposes an integrated management solution which covers the entire audio-visual service distribution chain allowing optimal service adaptation in order to deliver the highest quality TV and interactive services. This deliverable is intended to describe the Services Generation and Adaptation platform architecture, interfaces between the platform modules and Satellite Resource Management System (SRMS), control protocols that provide the functionality for achieving the goals described above. 2. Broadcast Services in IMOSAN project 2.1 General IMOSAN broadcast services are intended to provide high quality TV content over satellite using state of the art compression techniques with addition of adaptive on-the-fly bandwidth management to optimize spectrum usage. The integrated Broadcast TV service generation platform is able to support all major audio and video formats used in DVB-S2. Specially designed common platform interface provides a great flexibility and scalability and allows effortless integration into IMOSAN architecture. Broadcast services generation platform in IMOSAN project provides real-time MPEG2 encoding serivces in standard (SD) and high (HD) definitions, H.264 DTA in SD and HD formats as well as MPEG2 transrating and MPEG2/H.264 encoding and transcoding services. These modules can be configured and controlled both manually (using specially developed test applications) and by SRMS subsystem. Services generation and adaptation platform design to support a scalable architecture and can be based either on the standard 1U CPCI platform or carrier grade high availability platform depending on the deployment scenario. Page 3 of 36

4 2.2 System architecture Figure 1. Broadcast services system architecture. Services generation and adaptation platform comprises the following building blocks: 1. H.264 real time encoder. 2. MPEG2 SD/HD encoder. 3. MPEG2 SD/HD DTA and transrater (SD only). 4. MPEG2 / H.264 transcoder. Page 4 of 36

5 2.3 MPEG2 real time encoder. MPEG2 real time encoder provides IMOSAN platform with legacy SD and HD compression services from analog and digital video and audio sources. Uncompressed sources fed into the encoder, digitized by A/D block (when analog), preprocessed by special Preprocessor block and encoded by the encoder module according to the parameters defined by SRMS subsystem. Encoded elementary streams (ES) are then packetised by adding a packet header to the compressed data. (PES) is defined by MPEG communication protocol. Audio and Video PES then multiplexed by TS Mux module into standard MPEG2 Transport stream which is specified in MPEG-2 Part 1, Systems (ISO/IEC standard ). UDP streamer block with specially designed smoothing mechanism transmits the MPEG2 TS over IP (unicast or multicast) towards IMOSAN system multiplexer. Figure 2. Encoder Block diagram. MPEG2 SD encoder specification. 1 Video Interfaces Digital SDI Analog Composite, S-Video 2 Video formats PAL/NTSC 3 Audio Interfaces Digital AES EBU, Embedded SDI Analog Unballanced Audio 4 Video compression formats MPEG1/2 Page 5 of 36

6 5 Bitrates MBit/s 6 Audio compression formats MPEG1 Layer 2, Dolby Stereo. 7 Bitrates Kbit/s 8 Sampling frequency 32, 44.1, 48 khz 9 Stream format Transport Table 1. MPEG2 SD encoder. MPEG2 HD encoder specification. 1 Video Interfaces Digital HD SDI 2 Video formats PAL/NTSC 3 Audio Interfaces Digital AES EBU, Embedded SDI 2 Video compression formats MPEG2 3 Video Resolutions 1080ix1920/1440/1280@60i,59.94i,50i,24p,23.98p 720x1280@60p,59.94p,50p 4 Bitrates MBit/s 5 Audio compression formats MPEG1 Layer 2, Dolby Stereo. 6 Bitrates Kbit/s 7 Sampling frequency 32, 44.1, 48 khz 8 Stream format Transport Table 2. HD real time encoder. 2.4 H.264 real time encoding module. H.264 real time encoding module has similar to the MPEG2 module architecture. Encoding blocks of this module are capable of encoding state of the art H.264 (AVC) video and MPEG1 L2 and AAC Page 6 of 36

7 audio. Video bitrate and corresponding overall program bandwidth may be controlled dynamically by SRMS. H.264 SD encoder specification. 1 Video Interfaces Digital SDI Analog Composite, S-Video 2 Video formats PAL/NTSC 3 Audio Interfaces Digital AES EBU, Embedded SDI Analog Unbalanced Audio 2 Video compression formats H Video Resolutions CIF Half D1 Full D1 4 Bitrates 256K to 2.0 Mbps 5 Audio compression formats MPEG1 Layer 2, AAC. 6 Bitrates Kbit/s 7 Sampling frequency 32, 44.1, 48 khz 8 Stream format Transport Table 3. H.264 Encoder specification. 2.5 H.264 real time transcoder. H.264 (AVC) real time transcoder will be used for video content generation services with limited bandwidth scenarios providing high video quality using moderate bandwidth. Legacy MPEG2 signal will be transcoded into H.264 format in real time. As depicted in Figure 3, signal received over ASI interface from satellite or any other source of MPEG2 Transport stream over ASI is fed into TS Demux block of the transcoder. Here Video and Audio PIDs as well as special service information from different tables are extracted. Transcoder may be configured to demux specific program from the MPTS source stream and reencode it into H.264 format. Information about source video and audio parameters is detected and may be obtained later by request from the control module. Compressed video is decoded and processed in digital domain. Page 7 of 36

8 H.264 Video encoder configured by SRMS subsystem encodes video, while audio is either reencoded into different format (or same format but with different parameters) or passed through. Encoded elementary streams (ES) then pocketsized by adding a packet header to the compressed data. Audo and Video PES then multiplexed by TS Mux module into MPEG2 Transport stream UDP streamer block with specially designed smoothing mechanism transmits the MPEG2 TS over IP (unicast or multicast) towards IMOSAN system multiplexer. The overall SPTS bandwidth may be dynamically controlled by SRMS (by changing video bitrate on-the-fly ). Figure 3. Transcoder Block diagram. 2.6 Real time DTA and transrater module. DVB demultiplexer will be used to extract the selected program from standard satellite broadcast. The specific program received over ASI interface remultiplexed without altering its format and sent over IP (unicast or multicast). Real time DTA module may recast MPE2 SD/HD and H.264 SD/HD content. Transrater. Based on the DVB Demultiplexer, transrater will be used for MPEG2 SD rate shaping of TV programs. Only video bitrate of the program will be controlled. One Transrater module will be able to handle up to 6 different video programs. Transrater module will support only MPEG2 video. Page 8 of 36

9 MPEG2 SD / HD DTA (digital turn around) Figure 4. DTA / Transrater module block diagram. 2.7 Service Adaptation. Video Services Adaptation functionality greatly improves satellite bandwidth utilization. IMOSAN provides the following service modules: Adaptive transcoding modules, for on-the-fly adaptation of video services, according to the commands from SRMS. Adaptive transrating module for-on-the fly adaptation of bit rate of a service (video format not affected). Both modules comprise specially developed dynamic rate control mechanism with low latency response. When adaptation decision has been taken, SRMS issues corresponding command to the adaptive transcoding/transrating module and the resulting stream changes its video bitrate (and overall stream bandwidth) accordingly. Page 9 of 36

10 2.8 Services generation and adaptation control interface. The Adaptation Platfom control interface based on the SOAP protocol. As the adaptation platform comprises various equipment, MGWWebService module is used for SRMS (or other control application) communication. Figure 5. Service generation and adaptation platform. MGWWebService Web Service interface contains 3 methods for Platform configuration. GetServices ConfigServices Command Returns current system configuration. Configures platform configuration. Command interface. Table 4. Web Service interface. Web service interface essentially moves to/from the platform the xml data, as described below. Page 10 of 36

11 The proposed control interface provides configuration, control and monitoring mechanism for media handling services. Various services generation and adaptation devices located in one platform or many different network nodes may be controlled by one or many applications. Figure 6. Service generation and adaptation schema. Each service is identified by unique ServiceId. Services Device capabilities are determined by particular HW architecture and configuration. In order to operate the service platform, it s components should be properly configured: SourceParams - define which physical interface should receive the signal. ProcessingParams - define what operation should be performed on the stream. TargetParams - define the network target for the output. Page 11 of 36

12 2.9 Schema elements. Service Id. Unique service identifier of the MGW Services. ServiceId is created by adding _X to the service IP, where X is a channel number. For example, ServiceId _1 will be assigned to the first service located on the machine with IP, _2 to the second service based on the same machine. Service Type. Currently Broadcast Service Generation platform can provide the following services: Service Description Encoding Encoding analog or digital video / audio uncompressed signals into different formats, files & streaming. Transcoding Transcoding compressed video/audio into different formats with various parameters changes. Transrating Bit rate reduction (Rate shaping) in compressed video. No format changes. DTA MPTS demultiplexing. MPTS->SPTS. Table 5. MediaGateway Services types Device section. Specific hardware configuration of platform is represented by Device section of the schema. Device is one or more (chain of devices) pieces of interconnected equipment that provide specific Service generation and adaptation functionality. Page 12 of 36

13 Figure 7. Device section diagram. Device section specifies the capabilities of the module, its network interface and other information SourceParams section. This section is intended for accessing the detected source information and configuration of the physical interfaces and pre-processing modules. When received from the Service generation platform, it contains the stream info, when passed to the platform, it should contain configuration parameters. Page 13 of 36

14 Figure 8. SourceParams diagram. Platform modules receive an original content from different sources: ASI_in IP_in Live File One of these interfaces should be selected and configured in order to allow the source stream receiving. When properly configured and initialized, the platform detects and extracts various information from the source material and stores it internally. Page 14 of 36

15 The following information may be detected: Transport stream parameters. EPG. Video elementary stream parameters. Audio elementary streams parameters Live source Live source in the context of Services generation platform is an uncompressed signal that comes form sources live VTR, camera etc. Page 15 of 36

16 Audio Figure 9. Audio source. Page 16 of 36

17 Video Figure 10. Video source Transport stream parameters. When ASI or IP interface is selected and there is a corresponding source connected to this interface, the transcoder module will detect the transport stream parameters and store them into internal database. Page 17 of 36

18 Figure 11. TransportStream section VideoParams section. After specific program in the MPTS (or SPTS) is selected and Service generation platform (transcoder module) is initialized, video parameters are detected and stored internally. Page 18 of 36

19 Figure 12. VideoParams section. Video Coding. Video Processor may be configured to one of the following formats: Video Codecs 1 Mpeg2MP@ML 2 Mpeg2SP@ML 3 Mpeg2_422 4 H264MP Table 6. Video Codecs. Video Resolutions. Page 19 of 36

20 Video Processor may be configured to one of the following resolutions: MPEG2 SD NTSC PAL HD1 320x x x x576 2/3D1 480x x576 3/4D1 528x x x x576 FD1 640x x x x x x576 Table 7. Video Processor Resolutions. MPEG2 HD 1080ix1920/1440/ x i,59.94i,50i,24p,23.98p 60p, 59.94p, 50p Table 8. HD Video Processor Resolutions. H.264 NTSC PAL HD1 320x x576 2/3D1 480x x576 3/4D1 528x x x x x x576 FD1 720x x576 Table 9. Video Processor Resolutions. Page 20 of 36

21 Video Frame Rate. Defines how many pictures one second of video contains. In American TV system NTSC the framerate is 29.97fps and in European PAL system the framerate is 25fps. Color System. Frame Rate 1 FR_SMOOTH_MOTION 2 FR_MIDDLE 3 FR_BEST_QUALITY 4 FR_MAX_FRAME_RATE 5 FPS_1 6 FPS_2 7 FPS_3 8 FPS_4 9 FPS_5 10 FPS_ FPS_25 13 FPS_26 14 FPS_27 15 FPS_28 16 FPS_29 17 FPS_30 Table 10. Frame Rate Values. Encoding modules supports the following color systems: GOP Color System PAL NTSC Table 11. Color System. GOP is considered as ClosedGOP when all the frames in the current GOP can be decoded without previous GOPs. Page 21 of 36

22 Inverse telecine As movies are normally shot using 24.00fps frameate and American TV system, NTSC uses framerate of 29.97fps, movie framerates need to be changed in order to get them play smoothly on TV. This process, where studios add additional frames to the picture in order to increase the framerate, is called telecine. Process where various video editing tools reverse this process is called inverse telecine. In Encoding module (only with digital IO) there is a possibility to remove redundant information from the stream and save some bandwidth (3/2 pull down). In Transcoding service this information also may be retained Audio Parameters. After specific program in the MPTS or SPTS is selected and the corresponding module is initialized, audio parameters are detected and stored internally. Figure 13. AudioParams section. Audio Coding Formats Audio processor may be configured to one of the following coding formats: Coding Formats 1 PCM 2 MPEG1 Layer 2 3 MPEG1 Layer 3 4 Dolby Stereo 8 AAC LC Table 12. Audio coding formats. Page 22 of 36

23 Audio Sample Rate Audio processor may be configured to one of the following sample rates: Audio Sample Rate Table 13. Audio Sampling Rate. 1. Audio Sample Rate can only be configured for Encoding services. 2. There is a tight relationship between audio codec implementation, bit rate and sample rate, so not all of the above sample rates are applicable in all cases ProcessingParams section. This section contains the configuration parameters for the encoders and transcoders. As there are many parameters inside, it is possible to config only some of them. In this case default parameters will be set up by the platform. Page 23 of 36

24 Figure 14. ProcessingParams section TargetParams Section. This section contains configuration parameters for the platform streamers protocols, network interfaces, target params, etc. Page 24 of 36

25 Figure 15. TargetParams section ServiceControl section. This section is intended for the platform control and monitoring. Page 25 of 36

26 Figure 16. ServiceControl section. Command RESET INIT CLEAR_COMMAND_QUEUE START STOP APPLY PAUSE GET_STATUS BIT Description Reset Hardware Initialize service session. Clear internal command queue Start service. Stop service. Apply parameters change on the fly. Pause session. Get service status. Built in test Table 14. Service commands Optibase Test setup. In order to help partners with the control interface development and integration, Optibase has setup the test platform and made it accessible over the Internet. Currently, MPEG2 SD/HD encoder with Page 26 of 36

27 digital (SDI) source is available at the Encoder has Web Service interface for parameters configuration and status/detected info retrieval. Figure 17. Optibase test platform. The platform may be accessed online for integration purposes using any SOAP client. As an example, as depicted in Figure 17, the MPEG2 SD/HD encoder has been accessed using Microsoft Internet explorer. Page 27 of 36

28 Figure 18. OptibaseTest Platform in the IE. There is also Test Application supplied (written in C#) which allows full control of the platform. Test application is capable of presenting the configuration stored as an XML file and communicating with the MGWWebService. Page 28 of 36

29 Figure 19. Test Application MPEG2 HD encoder sample. The below xml file represents the actual response of MPEG2 encoder located at the test platform. <?xml version="1.0" encoding="utf-8"?> <MGW_SERVICES xsi:schemalocation=" xmlns=" xmlns:xsi=" xmlns:epg=" <Service> <ServiceId> _1</ServiceId> <ServiceType>Encoding</ServiceType> <Device> <Board> <BoardId>0</BoardId> <BoardInfo> <BoardName>MovieMaker HD : Bus 0x02 Index 0x00</BoardName> Page 29 of 36

30 </BoardInfo> </Board> </Device> <SourceParams> <Live> <Video> <VideoType>SDI</VideoType> <ColorSystem>1080_59_94i</ColorSystem> </Video> <Audio> <AES3> <Interface>1</Interface> <AudioInterfaceType>UnBalanced</AudioInterfaceType> </AES3> </Audio> </Live> </SourceParams> <ProcessingParams> <InterfaceNo>1</InterfaceNo> <ElementaryStream> <Type>Video</Type> <VideoParams> <VideoBitRate> </VideoBitRate> <FrameRate>FR_MAX_FRAME_RATE</FrameRate> <VideoResolution HorizontalSize="1920" VerticalSize="1080"/> </VideoParams> </ElementaryStream> <ElementaryStream> <Type>Audio</Type> <AudioParams> <AudioCoding>MPEG1 Layer 2</AudioCoding> <AudioMode>Stereo</AudioMode> <SampleRate>48000</SampleRate> <AudioBitrate>224000</AudioBitrate> </AudioParams> </ElementaryStream> </ProcessingParams> <TargetParams> <StreamingProtocol_IP> <IP_Out> <IP> </IP> <Port>11111</Port> <PacketSize>1316</PacketSize> <TTL>127</TTL> </IP_Out> </StreamingProtocol_IP> </TargetParams> </Service> </MGW_SERVICES> Page 30 of 36

31 After encoder configuration the following command should be sent in order to activate the streaming. <Service> <ServiceId> _1</ServiceId> <nsmgw_sc:servicecontrol xmlns:nsmgw_sc=" <ServiceId> _1</ServiceId> <nsmgw_sc:command> <CommandCode>START</CommandCode> </nsmgw_sc:command> </nsmgw_sc:servicecontrol> </Service> To retrieve the status of the unit the following command should be sent: <Service> <ServiceId> _1</ServiceId> <nsmgw_sc:servicecontrol xmlns:nsmgw_sc=" <ServiceId> _1</ServiceId> <nsmgw_sc:command> <CommandCode>GET_STATUS</CommandCode> </nsmgw_sc:command> </nsmgw_sc:servicecontrol> </Service> Current status will be returned in the CurrentStatus field: <Service> <ServiceId> _1</ServiceId> <nsmgw_sc:servicecontrol xmlns:nsmgw_sc=" <ServiceId> _1</ServiceId> <nsmgw_sc:command> <CurrentStatus>Playing</ CurrentStatus > </nsmgw_sc:command> </nsmgw_sc:servicecontrol> </Service> 2.20 Service adaptation. Specially designed adaptation mechanism allows dynamic bitrate change on-the-fly. Currently, only H.264 encoder/transcoder supports this functionality. In order to change the bitrate, new bitrate should be sent to the encoder/transcoder followed by the APPLY command. <?xml version="1.0" encoding="utf-8"?> Page 31 of 36

32 <MGW_SERVICES xsi:schemalocation=" xmlns=" xmlns:xsi=" xmlns:epg=" <Service> <ServiceId> _1</ServiceId> <ProcessingParams> <InterfaceNo>1</InterfaceNo> <ElementaryStream> <Type>Video</Type> <VideoParams> <VideoBitRate> </VideoBitRate> </VideoParams> </ElementaryStream> </ProcessingParams> < nsmgw_sc:servicecontrol Version="1.44" xmlns=" < nsmgw_sc:command> <CommandCode>APPLY</CommandCode> </ nsmgw_sc:command> </ nsmgw_sc:servicecontrol> </Service> </MGW_SERVICES> As depicted in the Figure 20, upon receiving the new bitrate value followed by APPLY command, the service adaptation platform will immediately execute a bitrate change command, providing on the fly adaptation of the broadcast service. Figure 20. Bitrate change on the fly demonstration Services generation and adaptation platform. A low density configuration platform has been selected in order to suit the needs for initial development and integration and significantly reduce cost. It may be seamlessly replaced with more capable platform (with more service modules per chassis) in the real deployment. The platform is based on off the shelf 1U height, 19" chassis compliant with standard racks. Page 32 of 36

33 Figure 21. 1U low density platform. 3. Conclusions. In order to provide a solution for service adaptation in IMOSAN project, the Service Adaptation Platform has been designed and implemented as part of WP3. The Service adaptation platform provides a comprehensive set of broadcast re-purposing tools for content and metadata creation and adaptation. Using IMOSAN Service Adaptation platform, the operator who deploys it will have a tool for high quality video and audio content production, distribution and adaptation under the SRMS management subsystem control. The D8F deliverable describes the Services Generation and Adaptation architecture, modules specifications and internal protocols and structures, the interfaces with the SRMS and a sample configuration. 4. Abbreviations ABBREVIATION MPEG SOAP DTA SD HD CPCI ASI PES ES GOP PAT PMT PCR SPTS MPTS SRMS DESCRIPTION Motion / Moving Pictures Expert Group Simple Object Access Protocol Digital turn around Standard definition High definition Compact PCI Asynchronous serial interface Packetized Elementary Stream Elementary Stream Group of pictures Program Association Table Program Map Tables Program Clock Reference Single Program Transport Stream Multiple Program Transport Stream Satellite Resource Management System Page 33 of 36

34 5. ANNEX 1. Configuration sample (Analog IO) <MGW_SERVICES xsi:schemalocation=" xmlns=" xmlns:xsi=" xmlns:epg=" <Service Version="1.55"> <ServiceId> _1</ServiceId> <SourceParams> <Live> <Video> <VideoType>Composite</VideoType> <ColorSystem>PAL</ColorSystem> </Video> <Audio> <SampleRate>48000</SampleRate> <Analog> <Interface>1</Interface> <AudioInterfaceType>UnBalanced</AudioInterfaceType> </Analog> </Audio> </Live> </SourceParams> <ProcessingParams> <InterfaceNo>1</InterfaceNo> <TransportStream> <Program> <ElementaryStreams> <ElementaryStream> <Type>Video</Type> <VideoParams> <VideoBitRate> </VideoBitRate> <VideoResolution HorizontalSize="720" VerticalSize="576"/> </VideoParams> </ElementaryStream> </ElementaryStreams> <ElementaryStreams> <ElementaryStream> <Type>Audio</Type> <AudioParams> <AudioCoding>MPEG1 Layer 2</AudioCoding> <AudioMode>Stereo</AudioMode> <SampleRate>48000</SampleRate> <AudioBitrate>128000</AudioBitrate> </AudioParams> </ElementaryStream> </ElementaryStreams> </Program> </TransportStream> </ProcessingParams> <TargetParams> <StreamingProtocol_IP> <IP_Out> <NetInterfaceIndex>1</NetInterfaceIndex> <IP> </IP> <Port>11111</Port> <PacketSize>1316</PacketSize> Page 34 of 36

35 <TTL>10</TTL> </IP_Out> </StreamingProtocol_IP> </TargetParams> </Service> </MGW_SERVICES> 6. ANNEX 1. Configuration + Start command sample (Analog IO) <MGW_SERVICES xsi:schemalocation=" xmlns=" xmlns:xsi=" xmlns:epg=" <Service Version="1.55"> <ServiceId> _1</ServiceId> <SourceParams> <Live> <Video> <VideoType>Composite</VideoType> <ColorSystem>PAL</ColorSystem> </Video> <Audio> <SampleRate>48000</SampleRate> <Analog> <Interface>1</Interface> <AudioInterfaceType>UnBalanced</AudioInterfaceType> </Analog> </Audio> </Live> </SourceParams> <ProcessingParams> <InterfaceNo>1</InterfaceNo> <TransportStream> <Program> <ElementaryStreams> <ElementaryStream> <Type>Video</Type> <VideoParams> <VideoBitRate> </VideoBitRate> <VideoResolution HorizontalSize="720" VerticalSize="576"/> </VideoParams> </ElementaryStream> </ElementaryStreams> <ElementaryStreams> <ElementaryStream> <Type>Audio</Type> <AudioParams> <AudioCoding>MPEG1 Layer 2</AudioCoding> <AudioMode>Stereo</AudioMode> <SampleRate>48000</SampleRate> <AudioBitrate>128000</AudioBitrate> </AudioParams> </ElementaryStream> </ElementaryStreams> </Program> </TransportStream> </ProcessingParams> <TargetParams> <StreamingProtocol_IP> Page 35 of 36

36 <IP_Out> <NetInterfaceIndex>1</NetInterfaceIndex> <IP> </IP> <Port>11111</Port> <PacketSize>1316</PacketSize> <TTL>10</TTL> </IP_Out> </StreamingProtocol_IP> </TargetParams> <ServiceControl Version="1.44" xmlns=" <Command> <CommandCode>START</CommandCode> </Command> </ServiceControl> </Service> </MGW_SERVICES> 7. ANNEX 1. Bitrate change on the fly command. <MGW_SERVICES xsi:schemalocation=" xmlns=" xmlns:xsi=" xmlns:epg=" <Service Version="1.55"> <ServiceId> _1</ServiceId> <ProcessingParams> <InterfaceNo>1</InterfaceNo> <TransportStream> <Program> <ElementaryStreams> <ElementaryStream> <Type>Video</Type> <VideoParams> <VideoBitRate> </VideoBitRate> </VideoParams> </ElementaryStream> </ElementaryStreams> </Program> </TransportStream> </ProcessingParams> <ServiceControl Version="1.44" xmlns=" <ServiceId> _1</ServiceId> <Command> <CommandCode>APPLY</CommandCode> </Command> </ServiceControl> </Service> </MGW_SERVICES> Page 36 of 36

DMP900 Digital Media Platform

DMP900 Digital Media Platform DMP900 Digital Media Platform DMP900 Digital Media Platform is the next generation of intelligent headend processing equipment that can be transformed into any type of digital headend or perform all kinds

More information

MPEG-2 & MPEG-1. Encoding Platforms. MPEG MovieMakerTM. 200Sand 100S

MPEG-2 & MPEG-1. Encoding Platforms. MPEG MovieMakerTM. 200Sand 100S MPEG-2 & MPEG-1 Encoding Platforms TM 200Sand 100S MPEG MovieMak 200S and 100S is Optibase's line of top quality professional MPEG-2 & MPEG-1 encoding platforms. It is ideal for content creation, broadcasting,

More information

Cisco D9034-S Encoder

Cisco D9034-S Encoder Cisco D9034-S Encoder Product Overview To help optimize bandwidth utilization in digital transmission systems, the Model D9034-S Encoder is designed to deliver high-quality MPEG-4 part 10 (also known as

More information

Transcoding Using the MFP Card

Transcoding Using the MFP Card This section covers the transcoding option of the Digital Content Manager (DCM) that is provided with an MFP card. Introduction, page 1 Routing a Service to the Output Through an MFP Card, page 6 Naming

More information

Messenger 2 Transmitter Camera-Mount (M2T-C)

Messenger 2 Transmitter Camera-Mount (M2T-C) Camera-Mount (M2T-C) The most important thing we build is trust. Applications Electronic News Gathering (ENG) Sports, Point of View Studio Wireless Links Mobile and Portable AV Applications Key System

More information

User s Manual. HD Multi-format Video Encoder. Model Name: Z3-MVE-02

User s Manual. HD Multi-format Video Encoder. Model Name: Z3-MVE-02 Z 3 Technology User s Manual HD Multi-format Video Encoder Model Name: Z3-MVE-02 Version 1.04.16 July 17, 2012 Before attempting to connect or operate this product, please read these instructions carefully

More information

IPTV 1

IPTV     1 IPTV http://bobek.cz http://nangu.tv 1 IPTV Standardization 2 IETF - Signaling Multicast-based services On-demand services RFC 3376 IGMPv3 However, IGMPv2 is by far the most common signaling protocol used

More information

UC-450E+ MPEG-4 HD/SD Encoder. User Manual. Version:

UC-450E+ MPEG-4 HD/SD Encoder. User Manual. Version: UC-450E+ MPEG-4 HD/SD Encoder User Manual Version: 07302012-01 CONTENTS UC-450E+ MPEG-4 HD Encoder... 0 Chapter 1 Product Outline... 1 1.1Outline... 1 1.3 Specifications... 2 1.4 Block Diagram... 3 Chapter

More information

About MPEG Compression. More About Long-GOP Video

About MPEG Compression. More About Long-GOP Video About MPEG Compression HD video requires significantly more data than SD video. A single HD video frame can require up to six times more data than an SD frame. To record such large images with such a low

More information

Ericsson Encoder Evolution. 12 HU Chip Set based 6 HU Chip Set based 2 HU Chip Set based 2 HU FPGA based 1 HU FPGA based

Ericsson Encoder Evolution. 12 HU Chip Set based 6 HU Chip Set based 2 HU Chip Set based 2 HU FPGA based 1 HU FPGA based Internet: e-mail: www.tellink.de Info@TelLink.de 1 Ericsson Encoder Evolution 1996 2007 2011 12 HU Chip Set based 6 HU Chip Set based 2 HU Chip Set based 2 HU FPGA based 1 HU FPGA based 2 Functionality

More information

MediaKind Encoding On-Demand

MediaKind Encoding On-Demand MediaKind Encoding On-Demand The Inspired Solution for Increased Video On-demand Processing MediaKind Encoding On-Demand is a fast, high performance file based transcoding solution. Encoding On-Demand

More information

DVBControl Intuitive tools that enables you to Control DVB!

DVBControl Intuitive tools that enables you to Control DVB! DVBControl Intuitive tools that enables you to Control DVB! Catalogue 2015/2016 DVBAnalyzer DVBMosaic DVBLoudness DVBMonitor DVBProcessor IPProbe DVBPlayer DVBEncoder DVBStreamRecorder DVBAnalyzer Powerful

More information

Deluxe MediaCloud Broadcast Delivery Network. Technical overview.

Deluxe MediaCloud Broadcast Delivery Network. Technical overview. Deluxe MediaCloud Broadcast Delivery Network. Technical overview. Deluxe s BDN Broadcast Delivery Network delivers crisp, clear, uninterrupted video, enabling global delivery and control of any live broadcast

More information

EN-100. New Products. Multi-Stream Multi-CODEC Encoder

EN-100. New Products. Multi-Stream Multi-CODEC Encoder New Products Multi-Stream Multi-CODEC Encoder EN-100 The EN-100 is Adtec s 6 th generation compression platform. This innovative multi-stream multi-codec low delay platform boasts AVC 4:2:2 10 bit, 8 bit,

More information

Triveni Digital Inc. MPEG Technology Series. MPEG 101 (MPEG 2 with a dash of MPEG 4 thrown in) Copyright 2011 Triveni Digital, Inc.

Triveni Digital Inc. MPEG Technology Series. MPEG 101 (MPEG 2 with a dash of MPEG 4 thrown in) Copyright 2011 Triveni Digital, Inc. Triveni Digital Inc. MPEG Technology Series MPEG 101 (MPEG 2 with a dash of MPEG 4 thrown in) An LG Electronics Company Copyright 2011 Triveni Digital, Inc. Course Sections Encoding Basics Transport Stream

More information

IP Video Network Gateway Solutions

IP Video Network Gateway Solutions IP Video Network Gateway Solutions INTRODUCTION The broadcast systems of today exist in two separate and largely disconnected worlds: a network-based world where audio/video information is stored and passed

More information

AVP 3000 Voyager Configuration Packs

AVP 3000 Voyager Configuration Packs AVP 3000 Voyager Configuration Packs The AVP 3000 Voyager is the latest generation of the market leading Voyager product for live news, sports and entertainment, capable of multi-codec, multi-format and

More information

DVBControl Intuitive tools that enables you to Control DVB!

DVBControl Intuitive tools that enables you to Control DVB! DVBControl Intuitive tools that enables you to Control DVB! Catalogue 2015/2016 DVBAnalyzer DVBMosaic DVBLoudness DVBMonitor DVBProcessor IPProbe DVBPlayer DVBEncoder DVBStreamRecorder DVBAnalyzer Powerful

More information

3480TXE Platform Software Defined Accelerated Encoding Platform

3480TXE Platform Software Defined Accelerated Encoding Platform Software Defined Accelerated Platform The TXE platform s fl exible architecture utilizes both software and hardware acceleration to allow for superior video quality and density, while maintaining fl exibility.

More information

Digital Television DVB-C

Digital Television DVB-C 2012 Page 1 3/27/2012 Digital Television DVB-C Digital headend series of encoder, MUX, scrambler, modulator for both SD and HD Integrated digital headend one carrier in one RU CAS / SMS Conditional Access

More information

Migrating Video Surveillance Systems from Analog to Digital

Migrating Video Surveillance Systems from Analog to Digital Migrating Video Surveillance Systems from Analog to Digital Capabilities enabling superior network video solutions This is Axis > Founded in 1984 > IT company driving the network video market > Worldwide

More information

Model: LT-122-PCIE For PCI Express

Model: LT-122-PCIE For PCI Express Model: LT-122-PCIE For PCI Express Data Sheet JUNE 2014 Page 1 Introduction... 3 Board Dimensions... 4 Input Video Connections... 5 Host bus connectivity... 6 Functional description... 7 Video Front-end...

More information

IOCAST video transmission solutions

IOCAST video transmission solutions IOCAST video transmission solutions HD, SD, Single-Encoder, Decoder, Multi-Encoder IOCAST D Flash Streaming D Quicktime Streaming (Web and 3GPP) D MPEG-TS D Quad Encoding D Multirate Encoding D DVB & DMB...

More information

Technical Specifications EN80/81/40 Encoder - RD60 IRD

Technical Specifications EN80/81/40 Encoder - RD60 IRD Technical Specifications EN80/81/40 - Multi CODEC MPEG 2 and H.264 (AVC) 422 HD/SD (EN80/81) and SD () Contribution and Digital Satellite News Gathering (DSNG) s and with optional DVBS/S2 Modulator (L-Band

More information

Bandwidth Manager and Multiplexer

Bandwidth Manager and Multiplexer SIXTH FRAMEWORK PROGRAMME Integrated Multi-layer Optimization in broadband DVB-S.2 SAtellite Networks FP6-027457 Deliverable D7-F Bandwidth Manager and Multiplexer Contractual Date of Delivery to the CEC

More information

DHE-1000 MPEG4 HD ENCODER. MPEG4 system with IP output. Technical documentation / Instruction set

DHE-1000 MPEG4 HD ENCODER. MPEG4 system with IP output. Technical documentation / Instruction set DHE-1000 MPEG4 HD ENCODER MPEG4 system with IP output Technical documentation / Instruction set Teletechnika Ltd. 3rd Edition / 6 th November 2012 General description The MPEG-2 compression that brought

More information

MediaKind CE-x Option Module

MediaKind CE-x Option Module MediaKind CE-x Option Module The CE-x/A encoder module unleashes the power of MPEG-4 AVC Fidelity Range Extensions (FRExt), enabling broadcasters and operators to capture, archive and distribute content

More information

EN-264 DVB MPEG-4 HDTV ENCODER & TRANSCODER - 0 MI1720 -

EN-264 DVB MPEG-4 HDTV ENCODER & TRANSCODER - 0 MI1720 - EN-264 DVB MPEG-4 HDTV ENCODER & TRANSCODER - 0 MI1720 - SAFETY NOTES Read the user s manual before using the equipment, mainly " SAFETY RULES " paragraph. The symbol on the equipment means "SEE INSTRUCTION

More information

AVP v22

AVP v22 AVP 4000 In a fast changing, highly competitive market, media organisations need encoding solutions that deliver high quality, high reliability and operational flexibility. The number of channels continues

More information

Cisco D9036 Modular Encoding Platform

Cisco D9036 Modular Encoding Platform Cisco D9036 Modular Encoding Platform Product Overview The Cisco D9036 Modular Encoding Platform provides multi-resolution, multi-format encoding for applications requiring high levels of video quality.

More information

Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input

Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input 1 MagicBox HD404: 4 channels HDMI/AV, HDMI/VGA/YPbPr/AV,

More information

Multi-Source Analyzer (MSA) Series

Multi-Source Analyzer (MSA) Series Multi-Source Analyzer (MSA) Series The new Multi Source Analyzer (MSA) Series from Harris offers a range of solutions that couple confidence monitoring with full testing of compressed video conformance,

More information

Cisco D9054 HDTV Advanced Compression Encoder

Cisco D9054 HDTV Advanced Compression Encoder Cisco D9054 HDTV Advanced Compression Encoder Product Overview The MPEG-4 part 10 (H.264/AVC) D9054 Encoder is the right choice for any operator who wants to compress high-definition video using MPEG-4

More information

Professional Multiplexers. Digital Modulators. Digital Media Converters

Professional Multiplexers. Digital Modulators. Digital Media Converters MPEG SD/HD Encoders 4K HEVC Encoder DME-9824HEVC 6 DSNG Encoder DMP-9724SNG 7 MPEG-2/4 AVC HD Encoder DME-9724HM 8 MPEG-2/4 AVC HD Encoder DME-9724H 9 MPEG-2/4 AVC HD Encoder DME-9624H 10 MPEG-2/4 AVC

More information

Cisco D9036 Modular Encoding Platform

Cisco D9036 Modular Encoding Platform Cisco D9036 Modular Encoding Platform The Cisco D9036 Modular Encoding Platform provides multi-resolution, multi-format encoding for applications requiring high levels of video quality. The modular platform

More information

MGW Ace Encoder. Compact HEVC / H.265 Hardware Encoder VIDEO INNOVATIONS

MGW Ace Encoder. Compact HEVC / H.265 Hardware Encoder VIDEO INNOVATIONS MGW Ace Encoder Compact HEVC / H.265 Hardware Encoder VIDEO INNOVATIONS MGW Ace Encoder Compact HEVC / H.265 Hardware Encoder H.265 - HIGH EFFICIENCY VIDEO CODING MGW Ace Encoder is the world's first HEVC

More information

DHP 400A. Module Specifications: Product Outline. Key Fetures. DHP 400A Head-end Processor

DHP 400A. Module Specifications: Product Outline. Key Fetures. DHP 400A Head-end Processor DHP 400A Product Outline Redundancy Power Supply (Optional) Two options for redundancy power supply: Non-Hot Plugging (option 1) Support Hot Plugging (option 2) DHP400A DTV head-end processor is the new

More information

HDMI/HD-SDI/VGA H.264/H.256 HEVC

HDMI/HD-SDI/VGA H.264/H.256 HEVC 1/16 chs HDMI/HD-SDI/VGA H.264/H.256 HEVC r Model: MagicBox HD4N Series HDMI input HD-SDI input VGA input 16 channels HD-SDI input 1 16 channels HDMI input Product Profile MagicBox HD4 N series The HD

More information

User Instructions Multi-Channel H.264 HD Multimedia System

User Instructions Multi-Channel H.264 HD Multimedia System User Instructions Multi-Channel H.264 HD Multimedia System High Definition Video Processor Module DM8107 Rapid Prototyping System Model Name: Z3-MVPR-02 DOC-USR-0006-01 Manual Version 1.0.3 Software Version

More information

MPEG-4: Overview. Multimedia Naresuan University

MPEG-4: Overview. Multimedia Naresuan University MPEG-4: Overview Multimedia Naresuan University Sources - Chapters 1 and 2, The MPEG-4 Book, F. Pereira and T. Ebrahimi - Some slides are adapted from NTNU, Odd Inge Hillestad. MPEG-1 and MPEG-2 MPEG-1

More information

MPEG TS. MAYAH Communications Application Note 34. MAYAH Communications GmbH Application Note 34 MPEG TS

MPEG TS. MAYAH Communications Application Note 34. MAYAH Communications GmbH Application Note 34 MPEG TS MAYAH Communications 1. GENERAL DESCRIPTION...2 1.1 GENERAL...2 1.1.1 Transport Stream (TS)...2 1.1.2 Program Stream (PS) not covered in this chapter...2 1.2 ELEMENTS OF...3 1.2.1 Packet...3 1.2.2 PID

More information

Digital video coding systems MPEG-1/2 Video

Digital video coding systems MPEG-1/2 Video Digital video coding systems MPEG-1/2 Video Introduction What is MPEG? Moving Picture Experts Group Standard body for delivery of video and audio. Part of ISO/IEC/JTC1/SC29/WG11 150 companies & research

More information

The Comprehensive IPTV Solution for Onboard Communications

The Comprehensive IPTV Solution for Onboard Communications The Comprehensive IPTV Solution for Onboard Communications SPECIALIZED Solutions for Advancing Digital Video The Comprehensive IPTV Solution LuxeVision provides a robust suite of digital video, audio,

More information

VIDEO COMPRESSION STANDARDS

VIDEO COMPRESSION STANDARDS VIDEO COMPRESSION STANDARDS Family of standards: the evolution of the coding model state of the art (and implementation technology support): H.261: videoconference x64 (1988) MPEG-1: CD storage (up to

More information

TBS8510 Transcoder Server User Guide

TBS8510 Transcoder Server User Guide TBS8510 Transcoder Server User Guide Copyright TBS Technologies 2005-2019 All Rights Reserved 2019-01-08 1 / 53 TBS8510 User Guide Catalog 1. Product Overview... 4 1.1 Product Presentation... 4 1.2 Product

More information

MPEG-2 / H.264 Mini Encoder / Transcoder

MPEG-2 / H.264 Mini Encoder / Transcoder MPEG-2 / H.264 Mini Encoder / Transcoder User s Manual Version: 1.0 Date: May 2013 MPEG-2 /H.264 Mini Encoder/Transcoder User s Manual CONTENT DIRECTORY 1. PRODUCT OUTLINE 1.1. OUTLINE 1.2. THE ENCODER

More information

TS Manipulator Requirement Specifications & High Level Design Document. George Mason University

TS Manipulator Requirement Specifications & High Level Design Document. George Mason University TS Manipulator Requirement Specifications & High Level Design Document ECE-612 Project Phase I George Mason University Version: 2.1 Revision: 2 Date: 11/02/2008 Author Mr. Pranav Varsekar Copyright Notice

More information

IVP-3000 Series Multi-channel HD/SD Encoder REFERENCE GUIDE

IVP-3000 Series Multi-channel HD/SD Encoder REFERENCE GUIDE IVP-3000 Series Multi-channel HD/SD Encoder REFERENCE GUIDE Revision History Issues of this Reference Guide are listed below: Version Date Mainboard Version Comments V1.1.0 15/02/2016 V2.4.2.1000 Updated

More information

HDMI/HD-SDI HEVC/H.264 IPTV

HDMI/HD-SDI HEVC/H.264 IPTV 1/4/16 chs HDMI/HD-SDI HEVC/H.264 IPTV Encoder Model: MagicBox HD401S MagicBox HD404S MagicBox HD416S single channel version 1 4 channels version 16 channels version Product Profile Magicbox HD4S series

More information

VMG. RGB Video Multiprocessing Gateway

VMG. RGB Video Multiprocessing Gateway VMG RGB Video Multiprocessing Gateway RGB s Video Multiprocessing Gateway (VMG) product line offers the industry s first high-density, carrier-class platform for the delivery of advanced video services,

More information

HD Encodulator for Professional Head End

HD Encodulator for Professional Head End AII in one HD Encoder + DTV Modulator (ATSC/OpenCabIe/DVB-T /DVB-C/ISDB-T/DTMB) HD Encodulator for Professional Head End The HD Encodulator is professional HD encoder + digital modulator, selectable as

More information

Datasheet EdgeVision Multichannel Quality of Experience Monitoring

Datasheet EdgeVision Multichannel Quality of Experience Monitoring Datasheet Multichannel Quality of Experience Monitoring Stay in control with customizable monitoring and interfaces. offers richly featured, Quality of Experience (QoE) monitoring across an entire network

More information

MPEG-2 Encoder System for DSNG

MPEG-2 Encoder System for DSNG 17, rue du Petit Albi BP 8244 95801 Cergy Pontoise Cedex FRANCE tel +33 1 34 20 70 00 fax +33 1 34 20 70 47 DBE 4110 THOMSON broadcast system reserves the right to change product characteristics without

More information

DVBControl. DVBAnalyzer DVBMosaic DVBLoudness DVBMonitor. Catalogue 2011/2012. Intuitive tools that enables you to Control DVB!

DVBControl. DVBAnalyzer DVBMosaic DVBLoudness DVBMonitor. Catalogue 2011/2012. Intuitive tools that enables you to Control DVB! DVBControl Catalogue 2011/2012 Intuitive tools that enables you to Control DVB! DVBAnalyzer DVBMosaic DVBLoudness DVBMonitor DVBAnalyzer DVBAnalyzer enables powerful analyzing of all aspects of DVB/ATSC/ISDB

More information

DHP 200. Principle Chart. Product Outline. Key Features. DHP 200 Digital Head-end Processor

DHP 200. Principle Chart. Product Outline. Key Features. DHP 200 Digital Head-end Processor DHP 200 Product Outline DHP200 DTV head-end processor is the newest generation of professional head-end processing equipment. This 1-U case comes with 3 independent module slots, and it can be combined

More information

PROFESSIONAL GRADE HD ENCODER

PROFESSIONAL GRADE HD ENCODER POWER SUP PLY PROFESSIONAL GRADE ENCODER EN8410 & EN8411 Encodes 8 channels per encoder module. Logo insertion for watermarking. Maintains original/broadcast picture quality even at low bit rates. Low

More information

IO [io] MAYAH. IO [io] Audio Video Codec Systems

IO [io] MAYAH. IO [io] Audio Video Codec Systems IO [io] MAYAH IO [io] Audio Video Codec Systems MPEG 4 Audio Video Embedded 24/7 Real-Time Solution MPEG 4 Audio Video Production and Streaming Solution ISMA compliant 24/7 Audio Video Realtime Solution

More information

MEA: Telephony systems MEB: Voice over IP MED: VoIP systems MEC: C7 signalling systems MEE: Video principles MEF: Video over IP

MEA: Telephony systems MEB: Voice over IP MED: VoIP systems MEC: C7 signalling systems MEE: Video principles MEF: Video over IP learntelecoms interactive e-learning suite of courses from PTT: MediaNet v3 Voice and video service delivery MediaNet is a suite of interactive, online e-learning courses that provides training in the

More information

MISB EG Motion Imagery Standards Board Engineering Guideline. 24 April Delivery of Low Bandwidth Motion Imagery. 1 Scope.

MISB EG Motion Imagery Standards Board Engineering Guideline. 24 April Delivery of Low Bandwidth Motion Imagery. 1 Scope. Motion Imagery Standards Board Engineering Guideline Delivery of Low Bandwidth Motion Imagery MISB EG 0803 24 April 2008 1 Scope This Motion Imagery Standards Board (MISB) Engineering Guideline (EG) provides

More information

DISCOVER THE POWER OF HEVC HEVC AND H.264 VIDEO ENCODERS AND DECODERS FEC H.264 CLOSED CAPTIONING

DISCOVER THE POWER OF HEVC HEVC AND H.264 VIDEO ENCODERS AND DECODERS FEC H.264 CLOSED CAPTIONING DISCOVER THE POWER OF HEVC AND H.264 VIDEO ENCODERS AND DECODERS HEVC 4K FEC CLOSED CAPTIONING H.264 ZEUS VIDEO ENCODERS ARE THE BEST WAY TO DELIVER BROADCAST QUALITY VIDEO AT STUNNING PERFORMANCE LEVELS

More information

Picture Quality Analysis of the SDTV MPEG-2 Encoder Ericsson EN8100. Dagmar Driesnack, IRT V1.1

Picture Quality Analysis of the SDTV MPEG-2 Encoder Ericsson EN8100. Dagmar Driesnack, IRT V1.1 03.05.2010 Picture Quality Analysis of the SDTV MPEG-2 Encoder Ericsson EN8100 Dagmar Driesnack, IRT V1.1 Copyright Notice This document and all contents are protected by copyright law. All rights reserved.

More information

COMPUTING. SharpCaster PCIE-8205 Broadcast Video Accelerator. Preliminary Data Sheet

COMPUTING. SharpCaster PCIE-8205 Broadcast Video Accelerator. Preliminary Data Sheet COMPUTING Preliminary Data Sheet SharpCaster PCIE-8205 Broadcast Video Accelerator All-in-one solution enables broadcast-quality video applications in standard servers Complete software and hardware encode

More information

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes:

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes: Page 1 of 8 1. SCOPE This Operational Practice sets out guidelines for minimising the various artefacts that may distort audio signals when low bit-rate coding schemes are employed to convey contribution

More information

IP-9610 V02L007 Enhancement List

IP-9610 V02L007 Enhancement List IP-9610 V02L007 Enhancement List & Version 1 IP-9610 Single Encoder IP-9610 Multi Encoder IP-9610 Codec (Encoder) 2 IP-9610 Single Encoder IP-9610 Multi Encoder IP-9610 Codec (Encoder) 3 IP-9610 Single

More information

Cisco 8389DVB MPEG-4 HD Digital Video Recorder

Cisco 8389DVB MPEG-4 HD Digital Video Recorder Cisco 8389DVB MPEG-4 HD Digital Video Recorder The Cisco 8389DVB MPEG-4 High-Definition (HD) Digital Video Recorder (DVR) offers subscribers some of the latest enhancements in cable television viewing.

More information

AVP4000 MODEL SYSTEM ENCODERS

AVP4000 MODEL SYSTEM ENCODERS MODEL AVP4000 SYSTEM ENCODERS In a fast changing, highly competitive market, media organisations need encoding solutions that deliver high quality, high reliability and operational flexibility. The number

More information

Model: LT-101-USB. LT-101 For USB

Model: LT-101-USB. LT-101 For USB Model: LT-101-USB LT-101 For USB Data Sheet JUNE 2014 Page 1 Introduction... 3 Input Video and Audio Connections... 4 Host bus connectivity... 6 Functional description... 7 Video Front-end... 7 Color Adjustment...

More information

Makito X Series. Professional Encoding and Streaming Solutions from Haivision

Makito X Series. Professional Encoding and Streaming Solutions from Haivision Professional Encoding and Streaming Solutions from Haivision Haivision s award-winning series of encoders and decoders enables ultra low latency end-to-end transport of secure, high-quality HD video, even

More information

NetPlus M400. Integrated Receiver/Decoder FEATURES

NetPlus M400. Integrated Receiver/Decoder FEATURES NetPlus M400 Integrated Receiver/Decoder The NetPlus M400 is a broadcast-grade, satellite integrated receiver/decoder (IRD) that supports a wide range of global standards for video and audio compres-sion.

More information

Encode and Stream Solutions.

Encode and Stream Solutions. Encode and Stream Solutions www.avermedia.com/professional AVerCaster Encoder Series The AVerCaster encoder is a video capturing, encoding, and streaming solution for the OTT and IPTV industries. It not

More information

ITU-T. FS-VDSL White Paper. Full-Service VDSL. Focus Group White Paper. Required ONU/OLT Bandwidth capacity for Video Services

ITU-T. FS-VDSL White Paper. Full-Service VDSL. Focus Group White Paper. Required ONU/OLT Bandwidth capacity for Video Services INTERNATIONAL TELECOMMUNICATION UNION ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU FS-VDSL White Paper Full-Service VDSL Focus Group White Paper Required ONU/OLT Bandwidth capacity for Video Services

More information

Using Streambox ACT-L3 over BGAN

Using Streambox ACT-L3 over BGAN Using Streambox ACT-L3 over BGAN Version 1.0 06.10.06 Overview The Streambox ACT-L3 TM News Gathering solution has been specifically developed to meet the performance, compression, and quality requirements

More information

MGW Ace Encoder. Compact HEVC / H.265 Hardware Encoder

MGW Ace Encoder. Compact HEVC / H.265 Hardware Encoder MGW Ace Encoder Compact HEVC / H.265 Hardware Encoder V I D E O I N N O VAT I O N S MGW Ace Encoder Compact HEVC / H.265 Hardware Encoder H.265 - HIGH EFFICIENCY VIDEO CODING MGW Ace Encoder is the world's

More information

The Leaders of Intelligent Video Delivery. Product Overview

The Leaders of Intelligent Video Delivery. Product Overview The Leaders of Intelligent Video Delivery Product Overview Why choose Inca s Intelligent Headend Products? Inca Networks provides carrier-grade video delivery solutions with a world-class user experience

More information

CineLink HD-D IP Decoder

CineLink HD-D IP Decoder CineLink HD-D IP Decoder [product image] We are receiving data on a moment-to-moment basis from all of our programs, and the video wall gives us a snapshot of events happening globally. - Ed Shubert, Senior

More information

A Converged Content Delivery Platform for IP and QAM Video

A Converged Content Delivery Platform for IP and QAM Video A Converged Delivery Platform for IP and QAM Video Abstract James Barkley, Weidong Mao Comcast Cable HTTP based Adaptive Bit Rate (ABR) video delivery to IP enabled CPEs via Delivery Network (CDN) for

More information

A 120 fps High Frame Rate Real-time Video Encoder

A 120 fps High Frame Rate Real-time Video Encoder : Creating Immersive UX Services for Beyond 2020 A High Frame Rate Real-time Video Encoder Yuya Omori, Takayuki Onishi, Hiroe Iwasaki, and Atsushi Shimizu Abstract This article describes a real-time HEVC

More information

Cisco Digital Content Manager Series Multi-Format Processor Card

Cisco Digital Content Manager Series Multi-Format Processor Card Data Sheet Cisco Digital Content Manager Series Multi-Format Processor Card Product Overview The Cisco Digital Content Manager (DCM) Series Multi-Format Processor Card adds high-density, high-quality advanced

More information

Stream Media Platform

Stream Media Platform Stream Media Platform OVERVIEW The is Wellav s high-value product for medium and small sized service operators. It provides proven headend technology in a compact, 1RU chassis. With over 30 different input

More information

Multiple Encoding interface optional

Multiple Encoding interface optional NDS3543B DVB-S/S2 Encoder Modulator Product Overview Multiple interface optional NDS3543B DVB-S/S2 products are DEXIN s all-in-one devices which integrate encoding, multiplexing and modulation to convert

More information

Digital Media Capabilities of the Modero X Series Touch Panels

Digital Media Capabilities of the Modero X Series Touch Panels WHITE PAPER Digital Media Capabilities of the Modero X Series Touch Panels Page 1 AMX White Paper Digital Media Capabilities of the Modero X Series Touch Panels v3 7.13 Table of Contents INTRODUCTION...

More information

Cisco TelePresence Server MSE 8710

Cisco TelePresence Server MSE 8710 Data Sheet Cisco TelePresence Server MSE 8710 Product Overview The Cisco TelePresence Server is a pioneering solution that brings together telepresence, high-definition (HD), and standard-definition (SD)

More information

TBS8520 Transcoder Server User Guide

TBS8520 Transcoder Server User Guide TBS8520 Transcoder Server User Guide Copyright TBS Technologies 2005-2018 All Rights Reserved 2018-06-21 1 / 37 TBS8520 User Guide Catalog 1. Product Overview... 3 1.1 Product Presentation... 3 1.2 Product

More information

TransMu x. Users Manual. Version 3. Copyright PixelTools Corporation

TransMu x. Users Manual. Version 3. Copyright PixelTools Corporation TransMu x Version 3 Users Manual Copyright 1997-2003 PixelTools Corporation Contact Information: PixelTools Corporation 10721 Wunderlich Drive Cupertino, CA 95014 USA Tel: +1 (408) 374-5327 Fax: +1 (408)

More information

Operating instruction

Operating instruction Professional Headend Solutions Operating instruction Contents 1. Introduction... 2 1.1 Safety and operating instructions... 2 1.2 Contact... 2 1.3 Basic properties... 3 1.4 Unit options... 3 1.5 Basic

More information

Deploying The All-IP Studio Today

Deploying The All-IP Studio Today Deploying The All-IP Studio Today Migrate your legacy broadcast infrastructure to IP IP-BASED STUDIO SYSTEMS Unified IP Switched Infrastructure: Offers an optimized method of handling streams and files

More information

SEL-1ENC1. MPEG-2/H.264 Universal Encoder FEATURES

SEL-1ENC1. MPEG-2/H.264 Universal Encoder FEATURES SEL-1ENC1 MPEG-2/H.264 Universal The Selenio SEL-1ENC1 module is among the most compact, power-efficient, full-featured encoders on the market today. It incorporates the latest silicon architectures to

More information

Layered Compression Technologies for Digital Cinematography. and Cross Media Conversion. 15 Feb 07 1

Layered Compression Technologies for Digital Cinematography. and Cross Media Conversion. 15 Feb 07 1 Layered Compression Technologies for Digital Cinematography and Cross Media Conversion 15 Feb 07 1 Motivation Optimized workflow for the complete production chain for Digital Cinema in 4k does not exist

More information

MA5400 IP Video Gateway. Introduction. Summary of Features

MA5400 IP Video Gateway. Introduction. Summary of Features MA5400 IP Video Gateway Introduction The MA5400 IP Video Gateway bridges the gap between the MPEG-2 and IP domains providing an innovative solution to the need to transport real-time broadcast quality

More information

MISB ST STANDARD. MPEG-2 Transport Stream for Class 1/Class 2 Motion Imagery, Audio and Metadata. 27 October Scope.

MISB ST STANDARD. MPEG-2 Transport Stream for Class 1/Class 2 Motion Imagery, Audio and Metadata. 27 October Scope. MISB ST 1402.2 STANDARD MPEG-2 Transport Stream for Class 1/Class 2 Motion Imagery, Audio and Metadata 27 October 2016 1 Scope This standard provides guidance and specifies requirements for encapsulating

More information

Integration of Systems and Components

Integration of Systems and Components SIXTH FRAMEWORK PROGRAMME Integrated Multi-layer Optimization in broadband DVB-S.2 SAtellite Networks FP6-027457 Integration of Systems and Components Author(s) Participant(s) Work package WP5, Task 5.1

More information

VISLINK UltraCoder 4K Capable 4 Channel H.265 Encoder

VISLINK UltraCoder 4K Capable 4 Channel H.265 Encoder VISLINK UltraCoder 4K Capable 4 Channel H.265 Encoder UltraCoder 4K Capable H.265 Encoder UtraCoder Half Rack Width Encoder with ASI & IP In and Outputs 19 x 1RU Half Rack Width

More information

Cisco Digital Media Suite: Cisco Digital Media Encoder 2200

Cisco Digital Media Suite: Cisco Digital Media Encoder 2200 Cisco Digital Media Suite: Cisco Digital Media Encoder 2200 The Cisco Digital Media Suite (DMS) is a comprehensive offering of webcasting and video sharing, digital signage and business IPTV applications

More information

SRD x DVB- S/S2 SD/HD Decoder

SRD x DVB- S/S2 SD/HD Decoder SRD 8000 4x DVB- S/S2 SD/HD Decoder TABLE OF CONTENTS 1. SAFETY INSTRUCTION... 4 2. Overview... 5 3. Technical Specification... 6 3.1. Input Port... 7 3.2. Output Port... 7 4. Equipment composition...

More information

MISB ST STANDARD. MPEG-2 Transport Stream for Class 1/Class 2 Motion Imagery, Audio and Metadata. 25 February Scope.

MISB ST STANDARD. MPEG-2 Transport Stream for Class 1/Class 2 Motion Imagery, Audio and Metadata. 25 February Scope. MISB ST 1402.1 STANDARD MPEG-2 Transport Stream for Class 1/Class 2 Motion Imagery, Audio and Metadata 25 February 2016 1 Scope This standard provides guidance and specifies requirements for encapsulating

More information

White Paper Scalable Infrastructures supporting OTT and IPTV in Hospitality, Health Care, and Corporate Networks

White Paper Scalable Infrastructures supporting OTT and IPTV in Hospitality, Health Care, and Corporate Networks White Paper Scalable Infrastructures supporting OTT and IPTV in Copyright 2018 by GMIT GmbH, Berlin, Germany Live TV over IP networks (IPTV) is an important service for hospitality, health care and corporate

More information

Cisco TelePresence Server MSE 8710

Cisco TelePresence Server MSE 8710 Data Sheet Cisco TelePresence Server MSE 8710 Product Overview The Cisco TelePresence Server is a pioneering solution that brings the immersive telepresence conferencing experience to the office worker

More information

Cisco Digital Media System: Cisco Digital Media Encoder 2000

Cisco Digital Media System: Cisco Digital Media Encoder 2000 Cisco Digital Media System: Cisco Digital Media Encoder 2000 The Cisco Digital Media System (DMS) enables organizations to create, manage, and access compelling digital media to easily connect customers,

More information

Perfect Video over Any Network. State-of-the-art Technology for Live Video Comunications

Perfect Video over Any Network. State-of-the-art Technology for Live Video Comunications Perfect Video over Any Network State-of-the-art Technology for Live Video Comunications Who We Are Established in 2004 Focus on the Professional Video Market Over 30 years of combined experience in Broadcast

More information

Using M-Link H.264 over BGAN Video delivery from Livewire Digital Ltd

Using M-Link H.264 over BGAN Video delivery from Livewire Digital Ltd Using M-Link H.264 over BGAN Video delivery from Livewire Digital Ltd Version 3 (Feb 2013) Whilst the above information has been prepared by Inmarsat in good faith, and all reasonable efforts have been

More information