4Kp60 H.265/HEVC Glass-to-Glass Real-Time Encoder Reference Design

Size: px
Start display at page:

Download "4Kp60 H.265/HEVC Glass-to-Glass Real-Time Encoder Reference Design"

Transcription

1 White Paper 4Kp60 H.265/HEVC Glass-to-Glass Real-Time Encoder Reference Design By Dr. Greg Mirsky, VP Product Development and Valery Gordeev, Director, Application Development January 12, 2015 Vanguard Video, LLC. 974 Commercial Street, Suite 200 Palo Alto, CA (650) (voice) (650) (fax)

2 TABLE OF CONTENTS Introduction...3 System Architecture...3 Video Playback Subsystem... 3 Encoding and Streaming Subsystem... 5 Display Subsystem... 8 Implementation...9 Conclusion Copyright 2015 Vanguard Video, LLC. All rights reserved.

3 INTRODUCTION The purpose of this whitepaper is to provide a detailed description and a verifiable reference for the development of a 4K H.265/HEVC glass-to-glass encoder utilizing Vanguard Video s V.265 codec SDK. Vanguard Video s 4K realtime encoder was designed as a software package with a verified hardware platform to perform 4Kp60 H.265/HEVC encoding, video/audio multiplexing and live streaming. This reference design includes a set of reference hardware and software required to achieve this goal. SYSTEM ARCHITECTURE The system architecture includes three major subsystems (Figure 1): 1. Video playback subsystem (4K HD-SDI player) 2. Encoding and streaming subsystem 3. Display subsystem Figure 1: 4K HEVC glass-to-glass real time encoder system architecture VIDEO PLAYBACK SUBSYSTEM The video playback subsystem is designed to provide a stable playout of the prerecorded video source material at a required resolution and frame rate. It is implemented using a commercial server-grade PC with a HD-SDI video playout card to support the required throughput of UHD (3840 x 2160) or 4K (4096x 2160) resolution at 60 fps. A professional reference 4K video monitor is used for source quality control. Tested and verified hardware configuration includes: Software configuration includes: Dell Precision 7600 with: Village Island software video player o Dual Intel Xeon CPU GHz Vanguard Video s V.265 decoder SDK 3 Copyright 2015 Vanguard Video, LLC. All rights reserved.

4 o 64 GB RAM Matrox DSX SDK o MATROX DSX-LE3 4K graphic board with 4 HD-SDI outputs Operating System: Windows 7 Ultimate o LSI Logic MegaRAID SAS i 8 port 6 GB/sec RAID controller o NVIDIA EVGA GeForce GTX780 TI graphic card o 1 TB Intel SSD (4x 256 GB) in RAID-0 configuration o Monitor, keyboard and mouse (for command and control) Professional Reference 4K Video Monitor: Sony BVM- X300 The video player functionality is implemented using software from Village Island Co. LTD, specifically their VillageStudio 4K playout server, which supports reading of 4K video files in various formats including MXF, MP4, XAVC, and TS formats with 48 khz MPEG-2 AAC, MPEG-4 AAC audio. It performs video and audio playout to the quad HD-SDI outputs of MATROX DSX-LE3 4K graphic board (Figure 2). Figure 2: Software Architecture of Video Playback subsystem NOTES: 1. An alternative option to the Village Island VillageStudio 4K playout server can be the Video Clarity ClearView 4K Player. This option is not yet verified or tested, but according to its specifications it should be a viable alternative. 4 Copyright 2015 Vanguard Video, LLC. All rights reserved.

5 2. If a live 4K feed is required instead of playout of prerecorded video clips, Sony, Red, AJA, or BlackMagic 4K video cameras or other reputable vendors can be recommended, as long as they support quad HD-SDI live output for required resolution and frame rate. ENCODING AND STREAMING SUBSYSTEM The encoding and streaming subsystem is responsible for capturing 4K quad HD-SDI signal as well as encoding and multiplexing it using H.265/HEVC and AAC codecs. Verified hardware configuration includes: Software configuration includes: SuperMicro SuperServer with Quad Intel Xeon CPU GHz Vanguard Video 4K reference software package 64 GB RAM Vanguard Video Media Framework AJA KONA 4K Capture board Vanguard Video s V.265 codec SDK LSI Logic MegaRAID SAS i 8 port 6 GB/sec RAID controller Matrox DSX SDK NVIDIA EVGA GeForce GTX780 TI graphic card Apache Web Server 1 TB Intel SSD (4x 256 GB) in RAID-0 configuration Operating System: Windows 7 Ultimate Monitor, keyboard and mouse (for command and control) The encoding and streaming subsystem has three main parts (Figure 3): 1. Real-time encoder service provides main functionality of the subsystem : a. capture/read source material b. encoding and streaming c. support functionality i. load configuration ii. prepare preview iii. collect statistics iv. command and control 2. Configuration store provides persistent storage of configuration data. 5 Copyright 2015 Vanguard Video, LLC. All rights reserved.

6 3. Web UI service Web-based HTTP front end service based on Apache Web Server and Web UI Application (based on AJAX). Real-Time Encoder Service Vanguard Video Media Framework AJA Capture Board (KONA-3/4) DirectShow source YUV/RGB file AJA DX RAW Source provider V.265 Encoder VV AAC Encoder Writer/Streamer TS RTP ES File Network ES file Configuration module Control/Preview/ Statistics WebUI API Configuration store WEB UI HTTP Service (Powered by Apache Web Server) Figure 3: Encoding and streaming subsystem: Software Architecture Diagram The real-time encoder service is a console application that can also run as a service. This application is based on Vanguard Video s Media Framework. The framework is a set of different components, which are designed to process media and also have standardized interfaces. There are three major groups of the components of the framework: source providers, encoders, and streamers/writers. These components can be connected into a single chain for the complex media processing/workflow. The encoding and streaming subsystem supports variety of inputs including: YUV/RGB uncompressed video file, DirectShow source, and AJA Kona 3 or AJA KONA 4 capture board. The deployed hardware configuration uses AJA KONA 4 capture board. The output of the encoding and streaming subsystem can be one of the following options: H.265/HEVC elementary stream file, MPEG-2 transport stream over UDP, or RTP stream with elementary stream payload. 6 Copyright 2015 Vanguard Video, LLC. All rights reserved.

7 In the hardware configuration including VIXs Golden Reference Decoder (see section Display Subsystem for details) we are using MPEG 2 TS over UDP option. The real-time encoder service has three major functions: 1. Create a source-encoder-streamer/writer chain for the encoding media content. 2. Load configuration from the configuration store, configure the chain and maintenance in the running state (getting source material, encoding and streaming/writing). NOTE: video encoder settings depend on the source resolution, the encoder service monitors it and applies appropriate settings to the video encoder on the fly. 3. Respond on command from the Web UI application. The persistent configuration store is a set of configuration files. There are the following types of files: encoderbox.cfg main configuration file that contains major settings related to the encoder service and reference to other configuration files. source.cfg contains information about a selected source provider and settings related to the source provider itself. video. <resolution_name>.cfg several files that contain settings for the video encoder. They depend on the source resolution (one file per resolution). output.cfg contains settings about streamer/writer to use and settings for the provider itself. In order to easily configure the encoding and streaming subsystem, the Web UI Application provides the following functionality: Real time configuration of the encoder service Shows preview and statistics Restarts the encoder service Error notification The Web UI Application has the following UI elements: Header contains logo, status, statistics and error notification area. Menu contains five items: source, video, audio, output, and misc. Each menu item has an appropriate content page. Content contains a content page, which depends on selected menu item. Footer contains action buttons: save settings and restart encoder service. Advanced Settings editor popup window that allows editing appropriate configuration file directly. 7 Copyright 2015 Vanguard Video, LLC. All rights reserved.

8 Figure 4: Encoding and streaming subsystem: Web UI one of the screens. DISPLAY SUBSYSTEM The display subsystem is responsible for decoding and rendering the incoming video and audio. It should be implemented using a consumer 4K TV with HDMI 2.0 input and a set-top-box with a H.265/HEVC decoder capable of decoding a 4K signal up to 60 fps. The tested and verified hardware configuration includes the Samsung UHD TV Model UN40HU6950 with HDMI 2.0 interface. HDMI 2.0 interface is critical to achieve support for UHD (3840 x fps ViXS UHD Golden Reference Decoder o Based on ViXS' XCode 6400 series System-on-Chip (SoC). o UHD (3840 x o Gigabit Ethernet connection o HDMI Copyright 2015 Vanguard Video, LLC. All rights reserved.

9 UHD 4K Golden Reference decoder allows for easy decoding and displays files from storage or from IP networks up to 4Kp60 HEVC 10-bit. The Golden Reference Decoder also enables users to verify stream compliance, encoder quality parameters, etc. IMPLEMENTATION The reference design described in this white paper was successfully implemented by Vanguard Video and demonstrated during multiple industry forums and trade shows (NAB 2014, IBC 2014, etc.). Vanguard Video s implementation of this reference design was able to achieve stable 4Kp60 playout and UDP streaming using the set of hardware and software described above. A number of companies/customers used this reference design and confirmed/verified specifications for development of their own products with similar functionality. Some of these products were already announced as commercially available. Please contact sales@vanguardvideo.com for more information. CONCLUSION The 4K H.265/HEVC glass-to-glass real time encoder reference design is a verified and confirmed example of real world encoding and streaming applications using Vanguard Video s V.265 codec SDK. It demonstrates not only the industry leading performance of V.265, but also the integration capabilities and flexibility of its professional, robust API. It uses midrange commercial hardware components to achieve a 4Kp60 performance target with good video and audio quality. Scaling up the hardware platform of this reference design has the potential to increase performance or channel density as required by a customer application. 9 Copyright 2015 Vanguard Video, LLC. All rights reserved.

10 About Vanguard Video Founded in 1995, Vanguard Video is a supplier of professional, broadcast quality H.265/HEVC and H.264 codec SDKs to top tier customers around the world. With deep codec expertise, unparalleled performance and quality, and world class support, Vanguard Video has helped its customers capitalize on many first to market opportunities by pioneering top tier encoding solutions including the release of the world s first commercially deployed H.265/HEVC service. Vanguard Video codecs support a wide range of platforms including software implementations for x86 and ARM microprocessors as well as OpenCL acceleration for GPUs. For more information about our technologies please visit our website Corporate Headquarters 974 Commercial Street, Suite 200 Palo Alto, CA, USA Phone: +1 (650) Fax: +1 (650) Copyright 2015 Vanguard Video, LLC. All rights reserved.

Using Mobile Processors for Cost Effective Live Video Streaming to the Internet

Using Mobile Processors for Cost Effective Live Video Streaming to the Internet Using Mobile Processors for Cost Effective Live Video Streaming to the Internet Hans-Joachim Gelke Tobias Kammacher Institute of Embedded Systems Source: Apple Inc. Agenda 1. Typical Application 2. Available

More information

CLOUD GAMING WITH NVIDIA GRID TECHNOLOGIES Franck DIARD, Ph.D., SW Chief Software Architect GDC 2014

CLOUD GAMING WITH NVIDIA GRID TECHNOLOGIES Franck DIARD, Ph.D., SW Chief Software Architect GDC 2014 CLOUD GAMING WITH NVIDIA GRID TECHNOLOGIES Franck DIARD, Ph.D., SW Chief Software Architect GDC 2014 Introduction Cloud ification < 2013 2014+ Music, Movies, Books Games GPU Flops GPUs vs. Consoles 10,000

More information

COMPUTING. SharpStreamer Platform. 1U Video Transcode Acceleration Appliance

COMPUTING. SharpStreamer Platform. 1U Video Transcode Acceleration Appliance COMPUTING Preliminary Data Sheet SharpStreamer Platform 1U Video Transcode Acceleration Appliance The SharpStreamer 1U Platform enables high density voice and video processing in a 1U rack server appliance

More information

How To Use The Galaxy Moonlight Digital Signage System On A Network With A Smart Phone Or Tablet Or Ipad Or Ipod Or Ipo Or Ipode Or Ipro Or Ipor Or Ipore Or Ipos Or Ipon Or Ipom

How To Use The Galaxy Moonlight Digital Signage System On A Network With A Smart Phone Or Tablet Or Ipad Or Ipod Or Ipo Or Ipode Or Ipro Or Ipor Or Ipore Or Ipos Or Ipon Or Ipom Samsung MagicInfo Premium Edition Create, deploy and manage digital signage over a network Highlights Leverage a wide range of MagicInfo Premium Edition features to optimize content creation and management

More information

MAXPRO. NVR Software NETWORK VIDEO RECORDING SOLUTION

MAXPRO. NVR Software NETWORK VIDEO RECORDING SOLUTION NETWORK VIDEO RECORDING SOLUTION Honeywell s MAXPRO is a flexible, scalable and open IP video surveillance system. Supporting Honeywell's high definition (HD) cameras and broad integration with third party

More information

Monitor Wall 4.0. Installation and Operating Manual

Monitor Wall 4.0. Installation and Operating Manual Monitor Wall 4.0 en Installation and Operating Manual Monitor Wall 4.0 Table of Contents en 3 Table of Contents 1 Introduction 4 1.1 About this Manual 4 1.2 Conventions in this Manual 4 1.3 Minimum Installation

More information

1000-Channel IP System Architecture for DSS

1000-Channel IP System Architecture for DSS Solution Blueprint Intel Core i5 Processor Intel Core i7 Processor Intel Xeon Processor Intel Digital Security Surveillance 1000-Channel IP System Architecture for DSS NUUO*, Qsan*, and Intel deliver a

More information

Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze

Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze Whitepaper December 2012 Anita Banerjee Contents Introduction... 3 Sorenson Squeeze... 4 Intel QSV H.264... 5 Power Performance...

More information

General Pipeline System Setup Information

General Pipeline System Setup Information Product Sheet General Pipeline Information Because of Pipeline s unique network attached architecture it is important to understand each component of a Pipeline system in order to create a system that

More information

VS-4112U-RP Pro+ Hardware Spec.

VS-4112U-RP Pro+ Hardware Spec. VS-4112U-RP Pro+ Hardware Spec. Processor Dual-core Intel processor Memory 4GB RAM HDD Capacity 4x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The standard system is shipped without HDD. For the

More information

How To Use A Davinci Resolve For Mac (Mac) With A Powerbook Or Ipad (Apple)

How To Use A Davinci Resolve For Mac (Mac) With A Powerbook Or Ipad (Apple) MAC OS X SYSTEM CONFIGURATIONS June 2014 Edition BETA Table of Contents DaVinci Resolve for Mac 3 Which Mac? 4 UHD and 4K-DCI Image Processing 6 GUI Monitor 6 Thunderbolt Expanders 6 Connecting a Calibrated

More information

How to setup and use VLC Media Player for video streaming across a school site

How to setup and use VLC Media Player for video streaming across a school site How to setup and use VLC Media Player for video streaming across a school site Version 1.4 August 2015 VLC Media Player Streaming Guide V1.4 Page 1 Contents Contents Background and Purpose... 3 Prerequisites...

More information

GV-Hot Swap Backup Center System (Rev. B) 3U, 16 / 8-Bay

GV-Hot Swap Backup Center System (Rev. B) 3U, 16 / 8-Bay -1- GV-Hot Swap Backup Center System (Rev. B) 3U, 16 / 8-Bay Introduction The GV Hot Swap Backup Center System, designed for large scale video surveillance deployments, provides a secure remote backup

More information

Logitech ConferenceCam CC3000e. Best Practices for use with Software Clients. UC for Real People

Logitech ConferenceCam CC3000e. Best Practices for use with Software Clients. UC for Real People Logitech ConferenceCam CC3000e Best Practices for use with Software Clients UC for Real People Product Functionality Check 1 Skype 2 Cisco Jabber 3 Cisco WebEx 4 Microsoft Lync 5 Google Hangouts 6 Simple

More information

2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please

2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please VS-2104 Pro+ Hardware Spec. Processor Memory HDD Capacity Dual-core Intel processor 4GB RAM 2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The standard system is shipped without HDD. 2. For the

More information

File System Design and Implementation

File System Design and Implementation WAN Transfer Acceleration Product Description Functionality Interfaces Specifications Index 1 Functionality... 3 2 Integration... 3 3 Interfaces... 4 3.1 Physical Interfaces...5 3.1.1 Ethernet Network...5

More information

Datasheet EdgeVision

Datasheet EdgeVision 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

Wirecast 5.0.3 Release Notes

Wirecast 5.0.3 Release Notes System Requirements Wirecast 5.0.3 Release Notes Mac OS X Operating System: OS X 10.7 (Lion), OS X 10.8 (Mountain Lion), OS X 10.9 (Mavericks) supported* o OS X 10.8 or 10.9 required for Local Desktop

More information

DS-7600NI-SE/P Series NVR. Technical Specification

DS-7600NI-SE/P Series NVR. Technical Specification DS-7600NI-SE/P Series NVR Technical Specification Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

Video Monitoring and Log System

Video Monitoring and Log System HDCS-2U06-S 2U Rack-Mounted 6 SDI Channel H.264 Real-Time Video Serve HDCS-2U06-S Series HDC-502E 2CH SDI HW Compression Card H.264 MPEG-4/AVC Full HD 1080 SDI 32/64 bit Features SDI 1080p 60fps real time

More information

Recording. http://www.qnap.com/nvr/compatibilityx01.html. Smart recording (depending on the camera models)

Recording. http://www.qnap.com/nvr/compatibilityx01.html. Smart recording (depending on the camera models) VS-2108L Hardware Spec. CPU Marvell 1.6GHz DRAM 512MB DDRIII RAM Flash Memory 512MB Hard Disk Drive 2 x 3.5" SATA I/II hard disk drive (HDD) NOTE: 1. The system is shipped without hard disk drives. 2.

More information

Datasheet EDIUS Pro 8 Nonlinear Editing Software

Datasheet EDIUS Pro 8 Nonlinear Editing Software Datasheet EDIUS Pro 8 Nonlinear Editing Software When an editor has to wait for technology, creativity suffers. That doesn t happen with EDIUS Pro 8. EDIUS Pro 8 means more formats and more resolutions

More information

Super-Accelerated, Simultaneous Transport & Transcoding

Super-Accelerated, Simultaneous Transport & Transcoding Super-Accelerated, Simultaneous Transport & Transcoding Solution Overview Solution Comparisons Hardware Requirements On-Boarding Process (800) 420-4459 Solution Breakthrough Solution for Media Workflows

More information

IDIS Solution Suite. Backup Service. Software Manual. Powered by

IDIS Solution Suite. Backup Service. Software Manual. Powered by Solution Suite Software Manual Backup Service Powered by Before reading this manual This Operation Manual provides instructions for using Solution Suite, a network integration solution enabling remote

More information

IDIS Solution Suite. Streaming Service. Software Manual. Powered by

IDIS Solution Suite. Streaming Service. Software Manual. Powered by Solution Suite Software Manual Streaming Service Powered by Before reading this manual This Operation Manual provides instructions for using Solution Suite, a network integration solution enabling remote

More information

IDIS Solution Suite. Backup Service. Software Manual. Powered by

IDIS Solution Suite. Backup Service. Software Manual. Powered by Solution Suite Software Manual Backup Service Powered by Before reading this manual This Operation Manual provides instructions for using Solution Suite, a network integration solution enabling remote

More information

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events.

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events. Deciding what event you want to stream live that s the easy part. Figuring out how to stream it? That s a different question, one with as many answers as there are options. Cameras? Encoders? Origin and

More information

Samsung Content Management Solution 2.0 Helping hospitality management control guest room TV viewing options

Samsung Content Management Solution 2.0 Helping hospitality management control guest room TV viewing options Samsung Content Management Solution 2.0 Helping hospitality management control guest room TV viewing options Property managers can tailor TV content by guest room. Control costs while catering to patrons

More information

Dialogic PowerMedia Extended Media Server

Dialogic PowerMedia Extended Media Server Dialogic PowerMedia Extended Media Server (PowerMedia XMS) is a powerful software media server that enables standards-based, real-time multimedia communications solutions for mobile and broadband environments.

More information

Quick Start Guide. GV-Redundant Server GV-Failover Server. 1 Introduction. Packing List

Quick Start Guide. GV-Redundant Server GV-Failover Server. 1 Introduction. Packing List 1 Introduction Quick Start Guide GV-Redundant Server GV-Failover Server Welcome to the GV-Redundant Server / Failover Server Quick Start Guide. In the following sections, you will be guided through the

More information

NVIDIA GeForce GTX 580 GPU Datasheet

NVIDIA GeForce GTX 580 GPU Datasheet NVIDIA GeForce GTX 580 GPU Datasheet NVIDIA GeForce GTX 580 GPU Datasheet 3D Graphics Full Microsoft DirectX 11 Shader Model 5.0 support: o NVIDIA PolyMorph Engine with distributed HW tessellation engines

More information

Handling Multimedia Under Desktop Virtualization for Knowledge Workers

Handling Multimedia Under Desktop Virtualization for Knowledge Workers Handling Multimedia Under Desktop Virtualization for Knowledge Workers Wyse TCX Multimedia capabilities deliver the applications and performance required, for less A white paper by Wyse Technology Inc.

More information

MAXPRO. NVR Software. www.honeywellvideo.com NETWORK VIDEO RECORDING SOLUTION

MAXPRO. NVR Software. www.honeywellvideo.com NETWORK VIDEO RECORDING SOLUTION MAXPRO NVR Software NETWORK VIDEO RECORDING SOLUTION www.honeywellvideo.com Honeywell s MAXPRO NVR Software is a flexible, scalable and open IP video surveillance system. Supporting Honeywell's high definition

More information

Example Setups. Wirecast 5

Example Setups. Wirecast 5 Example Setups Wirecast 5 Basic User I want to: Use 1-2 external SD/HD cameras and possibly a webcam. Send out one SD/HD stream and record one copy to my hard drive Use titles, transitions, and maybe apply

More information

This letter contains latest information about the above mentioned software version.

This letter contains latest information about the above mentioned software version. Release Letter Product: Version: MPEG-ActiveX 5.82.0052 This letter contains latest information about the above mentioned software version. MPEG-ActiveX 5.82.0052 is a feature release based on the former

More information

DATA/SPEC SHEET VIRTUAL MATRIX DISPLAY CONTROLLER VERSION 8

DATA/SPEC SHEET VIRTUAL MATRIX DISPLAY CONTROLLER VERSION 8 DATA/SPEC SHEET VIRTUAL MATRIX DISPLAY CONTROLLER VERSION 8 V920 - PRODUCT DESCRIPTION Virtual Matrix Display Controller The Virtual Matrix Display Controller (VMDC) is a selfcontained, matrix control

More information

ADVANTAGES OF AV OVER IP. EMCORE Corporation

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

More information

ivms-4200 Client Software Quick Start Guide V1.02

ivms-4200 Client Software Quick Start Guide V1.02 ivms-4200 Client Software Quick Start Guide V1.02 Contents 1 Description... 2 1.1 Running Environment... 2 1.2 Surveillance System Architecture with an Performance of ivms-4200... 3 2 Starting ivms-4200...

More information

STREAMING NETWORK PROJECT OFFICE WORKFLOW DIAGRAM. Step 1 Step 2 Step 3 Step 4

STREAMING NETWORK PROJECT OFFICE WORKFLOW DIAGRAM. Step 1 Step 2 Step 3 Step 4 STREAMING NETWORK PROJECT OFFICE WORKFLOW DIAGRAM Step 1 Step 2 Step 3 Step 4 Cameras A/V Mixer ATEM Studio 4K High end imac 3 - Prepare graphics - Post production editing RAID storage Audio Mixer Entry

More information

This firmware is a feature release for the multi-stream, dual-monitor HD Decoder

This firmware is a feature release for the multi-stream, dual-monitor HD Decoder Release Letter Product: VIDEOJET decoder 7000 VJD-7000 Version: Firmware 54.8.0 This letter contains latest information about the above mentioned product. 1 General This firmware is a feature release for

More information

SeeTec ExpansionPackage

SeeTec ExpansionPackage SeeTec ExpansionPackage Contents Contents 1 SeeTec WebClient...1 1.1 System requirements... 2 1.1.1 Server requirements for Apache HTTP Server, SeeTec TranscodingEngine (STE) and SeeTec ApplicationGateway

More information

N-series Evaluation Guide

N-series Evaluation Guide N-series HDX Ready Thin Clients N-series Evaluation Guide This guide provides an overview and simple tips to help you get setup and exercise some of the exciting features of the N-series thin client. N-series

More information

This letter contains latest information about the above mentioned software version.

This letter contains latest information about the above mentioned software version. Release Letter Product: Version: MPEG-ActiveX 5.83.0038 This letter contains latest information about the above mentioned software version. MPEG-ActiveX 5.83.0038 is a maintenance release based on the

More information

Hauppauge Capture. Copyright 2013 Hauppauge Computer Works

Hauppauge Capture. Copyright 2013 Hauppauge Computer Works Hauppauge Capture 1 1. Introduction Hauppauge Capture Application Hauppauge Capture Application combines Capture, Editing and Streaming all into one easy to use interface. This document will cover the

More information

Quick Start Guide. 1 Introduction. GV-Mobile Server V1.4. Packing List

Quick Start Guide. 1 Introduction. GV-Mobile Server V1.4. Packing List 1 Introduction Welcome to the GV-Mobile Server Quick Start Guide. You will be guided through the basic installation and configuration of GV-Mobile Server. For the detailed user s manual, see GV-Mobile

More information

QULU VMS AND SERVERS Elegantly simple, Ultimately scalable

QULU VMS AND SERVERS Elegantly simple, Ultimately scalable QULU VMS AND SERVERS Elegantly simple, Ultimately scalable E nter a new era of power, performance and freedom with Vista s video management software, qulu. Designed to offer the most efficient performance

More information

A. All equipment and materials used shall be standard components that are regularly manufactured and used in the manufacturer s system.

A. All equipment and materials used shall be standard components that are regularly manufactured and used in the manufacturer s system. ENDURA - WS5050 PC WORKSTATION TECHNICAL SPECIFICATIONS SECURITY SYSTEM DIVISION 28 ELECTRONIC SAFETY AND SECURITY LEVEL 1 28 20 00 ELECTRONIC SURVEILLANCE LEVEL 2 28 23 00 VIDEO SURVEILLANCE LEVEL 3 28

More information

PackeTV Mobile. http://www.vsicam.com. http://www.linkedin.com/company/visionary- solutions- inc. http://www.facebook.com/vsiptv

PackeTV Mobile. http://www.vsicam.com. http://www.linkedin.com/company/visionary- solutions- inc. http://www.facebook.com/vsiptv PackeTV Mobile Delivering HLS Video to Mobile Devices White Paper Created by Visionary Solutions, Inc. July, 2013 http://www.vsicam.com http://www.linkedin.com/company/visionary- solutions- inc. http://www.facebook.com/vsiptv

More information

IP Video Surveillance Certified Global OEM. Directory Servers. Archive Servers. Catalog

IP Video Surveillance Certified Global OEM. Directory Servers. Archive Servers. Catalog IP Video Surveillance Certified Global OEM Directory Servers Archive Servers Catalog Tower Video Recording Platform (VRP) Part Number BCD310E8-M-SATA-VRP-C The BCDVideo Nova Series is manufactured specifically

More information

White paper 200 Camera Surveillance Video Vault Solution Powered by Fujitsu

White paper 200 Camera Surveillance Video Vault Solution Powered by Fujitsu White paper 200 Camera Surveillance Video Vault Solution Powered by Fujitsu SoleraTec Surveillance Video Vault provides exceptional video surveillance data capture, management, and storage in a complete

More information

Specification. Specification. 16 Based License 8 16. 1920x1080, 1280x1024, 1280x720, 1024x768 Decoding Capacity. 120fps @1080p or 240fps @720p (H.

Specification. Specification. 16 Based License 8 16. 1920x1080, 1280x1024, 1280x720, 1024x768 Decoding Capacity. 120fps @1080p or 240fps @720p (H. Specification Specification Model 2bay model Maximum Numbers of Licenses 16 Based License 8 16 Video Output HDMI, VGA Output Resolution 1920x1080, 1280x1024, 1280x720, 1024x768 Decoding Capacity 120fps

More information

How To Use A Ds6101Di On A Tv Or Tv With A Video Camera On A Network (Tivv) Or Tv (Dv) On A Computer Or Tv At A Network Or Tv On A Cell Phone Or Tv For

How To Use A Ds6101Di On A Tv Or Tv With A Video Camera On A Network (Tivv) Or Tv (Dv) On A Computer Or Tv At A Network Or Tv On A Cell Phone Or Tv For DS-6101DI Series Decoder Server Technical Manual Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012 AT&T Connect Video Conferencing Functional and Architectural Overview v9.5 October 2012 Video Conferencing Functional and Architectural Overview Published by: AT&T Intellectual Property Product: AT&T Connect

More information

SM1000. Broadcast and Security Monitoring Solution for multi-channel video control rooms. Inventing a New Global Presentation Culture

SM1000. Broadcast and Security Monitoring Solution for multi-channel video control rooms. Inventing a New Global Presentation Culture TM Broadcast and Security Monitoring Solution for multi-channel video control rooms About Darim Vision: An international developer of video compression and transmission technologies, Darim Vision is committed

More information

securityserver Unparalleled management and detection of security, environmental, and disaster control resources.

securityserver Unparalleled management and detection of security, environmental, and disaster control resources. securityserver Unparalleled management and detection of security, environmental, and disaster control resources. Map cameras & sensors in server rooms or buildings in cities AKCP securityserver puts you

More information

AKCess Pro Server Management Software

AKCess Pro Server Management Software Management Software v.100.00x takes the best from IP Video Monitoring Software and is the first to combine it with Environmental / Security Sensor and Access Control equipment in one centralized management

More information

High Efficiency Video Coding (HEVC) or H.265 is a next generation video coding standard developed by ITU-T (VCEG) and ISO/IEC (MPEG).

High Efficiency Video Coding (HEVC) or H.265 is a next generation video coding standard developed by ITU-T (VCEG) and ISO/IEC (MPEG). HEVC - Introduction High Efficiency Video Coding (HEVC) or H.265 is a next generation video coding standard developed by ITU-T (VCEG) and ISO/IEC (MPEG). HEVC / H.265 reduces bit-rate requirement by 50%

More information

Dialogic PowerMedia Web Media Server

Dialogic PowerMedia Web Media Server Dialogic PowerMedia Web Media Server enables service providers and web developers to add value and spur innovation by enhancing Web 2.0 applications with real-time multimedia communications capabilities.

More information

Intel Core i3-2120 processor. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD.

Intel Core i3-2120 processor. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD. VS-8132 Pro+ Hardware Spec. Processor HDD Capacity Intel Core i3-2120 processor 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility list,

More information

ivms-4200 Client Software Technical Specification v1.02

ivms-4200 Client Software Technical Specification v1.02 ivms-4200 Client Software Technical Specification v1.02 Introduction ivms-4200 Client Software is a centralized video management software using a distributed structure for surveillance device control and

More information

vrealize Business System Requirements Guide

vrealize Business System Requirements Guide vrealize Business System Requirements Guide vrealize Business Advanced and Enterprise 8.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Quad Core Intel Xeon Processor E3. 12 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD.

Quad Core Intel Xeon Processor E3. 12 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD. VS-12164U-RP Pro Hardware Spec. Processor HDD Capacity Quad Core Intel Xeon Processor E3 12 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility

More information

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Table of Contents Introduction... 4 Certified Products... 4 Key Findings... 5 Solution

More information

A&H Software House Inc. Web: www.luxriot.com Email: sales@luxriot.com. Luxriot

A&H Software House Inc. Web: www.luxriot.com Email: sales@luxriot.com. Luxriot A&H Software House Inc. Web: www.luxriot.com Email: sales@luxriot.com Luxriot Luxriot Product Features Luxriot is equipped with Unique, Advanced and Industry Standard Surveillance Features: Luxriot is

More information

IP Surveillance System. User s manual

IP Surveillance System. User s manual IP Surveillance System User s manual IP Surveillance system Table of Contents TABLE OF CONTENTS TABLE OF CONTENTS...1 SYSTEM REQUIREMENT...3 INSTALLATION...4 1. MAIN CONSOLE...12 1.1 Start...14 1.2 Information

More information

Hardware and Software Requirements for Client and Server Applications

Hardware and Software Requirements for Client and Server Applications Hardware and Software Requirements for Client and Server Applications Enterprise Server Version pre-11.3 RMG Enterprise Solutions, Inc. All Rights Reserved. 12/13 TABLE OF CONTENTS INTRODUCTION... 3 Minimum

More information

Dialogic PowerMedia Extended Media Server

Dialogic PowerMedia Extended Media Server Dialogic PowerMedia Extended Media Server Dialogic PowerMedia Extended Media Server (PowerMedia XMS) is a powerful software media server that enables standards-based, realtime multimedia communications

More information

CSE 237A Final Project Final Report

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

More information

USER GUIDE Version 2.0

USER GUIDE Version 2.0 USER GUIDE Version 2.0 TABLE of CONTENTS Introduction... 3 Hardware Overview... 3 Software Overview... 4 DAYSHIFT Panel... 5 Settings Panel... 6 Setup Tab... 6 Configure... 6 Show User Guide... 6 Preview

More information

4GB DDR3 RAM. 8 x 3.5 SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 8 x hot-swappable and lockable tray. 4 x Gigabit RJ-45 Ethernet port

4GB DDR3 RAM. 8 x 3.5 SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 8 x hot-swappable and lockable tray. 4 x Gigabit RJ-45 Ethernet port VS-8148U-RP Pro+ Hardware Spec. Processor DRAM HDD Capacity Dual Core Intel Core i3 3.3GHz Processor 4GB DDR3 RAM 8 x 3.5 SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2.

More information

Table of Contents. Chapter 5 Backed-up Video Playback & Exportation... 29 5.1 Playing back Backed-up Video... 29 5.2 Exporting Backed-up Video...

Table of Contents. Chapter 5 Backed-up Video Playback & Exportation... 29 5.1 Playing back Backed-up Video... 29 5.2 Exporting Backed-up Video... inex Backup Table of Contents Chapter 1 Introduction... 1 1.1 System Diagram... 2 Backup Service Registered on Administration Service... 2 Backup Service Registered on Federation Service... 3 Chapter 2

More information

White Paper. Recording Server Virtualization

White Paper. Recording Server Virtualization White Paper Recording Server Virtualization Prepared by: Mike Sherwood, Senior Solutions Engineer Milestone Systems 23 March 2011 Table of Contents Introduction... 3 Target audience and white paper purpose...

More information

DS-7200HWI-SH/A Series DVR. Technical Specification

DS-7200HWI-SH/A Series DVR. Technical Specification DS-7200HWI-SH/A Series DVR Technical Specification Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

FPO. MagicInfo Lite Software for Samsung Large Format Displays. Built-in digital signage software that provides an all-in-one display solution

FPO. MagicInfo Lite Software for Samsung Large Format Displays. Built-in digital signage software that provides an all-in-one display solution MagicInfo Lite Software for Samsung Large Format Displays Built-in digital signage software that provides an all-in-one display solution FPO Contents Executive summary 3 Overview 3 MagicInfo TM Lite provides

More information

Tekla Structures 18 Hardware Recommendation

Tekla Structures 18 Hardware Recommendation 1 (5) Tekla Structures 18 Hardware Recommendation Recommendations for Tekla Structures workstations Tekla Structures hardware recommendations are based on the setups that have been used in testing Tekla

More information

ACTi NVR User s Manual. Version 2.3.01 2011/1/24

ACTi NVR User s Manual. Version 2.3.01 2011/1/24 ACTi NVR User s Manual Version 2.3.01 2011/1/24 Table of Contents 1 Overview 9 ACTi NVR Architecture... 9 ACTi NVR Server... 9 ACTi NVR Workstation... 10 NVR Web Client... 10 System Requirements... 11

More information

A High-Performance Storage and Ultra-High-Speed File Transfer Solution

A High-Performance Storage and Ultra-High-Speed File Transfer Solution A High-Performance Storage and Ultra-High-Speed File Transfer Solution Storage Platforms with Aspera Abstract A growing number of organizations in media and entertainment, life sciences, high-performance

More information

Install DIGITAL TO TV and view what you want when you want. PROMAX in Internet: www.promaxelectronics.com

Install DIGITAL TO TV and view what you want when you want. PROMAX in Internet: www.promaxelectronics.com Install DIGITAL TO TV and view what you want when you want Turns satellite channels into IPTV, preserving its original digital quality Turns the video output from receivers, DVDs, cameras... into IPTV

More information

IsumaTV. Media Player Setup Manual COOP Cable System. Media Player

IsumaTV. Media Player Setup Manual COOP Cable System. Media Player IsumaTV Media Player Setup Manual COOP Cable System Visual Setup Front: Router Scan Converter Media Player Video Modulator Equipment: Media Player: Router: Scan Converter: Video Modulator: This computer

More information

The Best RDP One-to-many Computing Solution. Start

The Best RDP One-to-many Computing Solution. Start The Best RDP One-to-many Computing Solution Start NetPoint Sharing solution (with the new zero client model H4S) is the accelarated version of our earlier product NetPoint.0 (working with H4). The new

More information

VIDEO SOLUTIONS FOR YOUR PROJECT!

VIDEO SOLUTIONS FOR YOUR PROJECT! VIDEO INNOVATIONS VIDEO SOLUTIONS FOR YOUR PROJECT! Media Asset Management & Archiving Recording & Monitoring Encoding & Decoding H.264 / HEVC IPTV Ultra Low Latency Mobile Multi Screen & OTT Live Video

More information

Livestream Studio. Release Notes & New Features!!! For use with Livestream Studio version 3.0.0. Published on April 13, 2015

Livestream Studio. Release Notes & New Features!!! For use with Livestream Studio version 3.0.0. Published on April 13, 2015 Livestream Studio! Release Notes & New Features!!! For use with Livestream Studio version 3.0.0! Published on April 13, 2015 Table of Contents 1. Release notes 2. 4K/UHD and low definition project formats

More information

Vcodes Automated Content Preparation System

Vcodes Automated Content Preparation System Vcodes Automated Content Preparation System Description DATA SHEET v.1.6 July, 2015 Automation Vcodes is a software based platform for creating and managing automated workflows for video content preparation.

More information

Technical bulletin: Remote visualisation with VirtualGL

Technical bulletin: Remote visualisation with VirtualGL Technical bulletin: Remote visualisation with VirtualGL Dell/Cambridge HPC Solution Centre Dr Stuart Rankin, Dr Paul Calleja, Dr James Coomer Dell Introduction This technical bulletin is a reduced form

More information

S1600 1394b at 1.6 Gigabit/Second Bandwidth Encourages Industrial Imaging and Instrumentation Applications Growth

S1600 1394b at 1.6 Gigabit/Second Bandwidth Encourages Industrial Imaging and Instrumentation Applications Growth S1600 1394b at 1.6 Gigabit/Second Bandwidth Encourages Industrial Imaging and Instrumentation Applications Growth Dave Thompson, LSI Corp Virtually all but the most basic Personal Computers produced today

More information

White Paper: Performance of Host-based Media Processing

White Paper: Performance of Host-based Media Processing White Paper: Performance of Host-based Media Processing The viability of host-based software in providing media processing capabilities continues to expand the possibilities for voice application development.

More information

For version 3.7.12p (September 4, 2012)

For version 3.7.12p (September 4, 2012) Zephyr Xstream INSTALLATION For version 3.7.12p (September 4, 2012) The following information applies to Zephyr Xstream units currently running a version ending in p or i. If your Xstream is running software

More information

Building High-Performance iscsi SAN Configurations. An Alacritech and McDATA Technical Note

Building High-Performance iscsi SAN Configurations. An Alacritech and McDATA Technical Note Building High-Performance iscsi SAN Configurations An Alacritech and McDATA Technical Note Building High-Performance iscsi SAN Configurations An Alacritech and McDATA Technical Note Internet SCSI (iscsi)

More information

8/16 Channel Elite-2 NVR

8/16 Channel Elite-2 NVR 8/16 Channel Elite-2 NVR Key Characteristics Linux embedded safer solution against PC crashes and virus attacks One-click setup for more than 100 brands of IP cameras FINDNVR free from router settings

More information

SierraVMI Sizing Guide

SierraVMI Sizing Guide SierraVMI Sizing Guide July 2015 SierraVMI Sizing Guide This document provides guidelines for choosing the optimal server hardware to host the SierraVMI gateway and the Android application server. The

More information

Brainlab Node TM Technical Specifications

Brainlab Node TM Technical Specifications Brainlab Node TM Technical Specifications BRAINLAB NODE TM HP ProLiant DL360p Gen 8 CPU: Chipset: RAM: HDD: RAID: Graphics: LAN: HW Monitoring: Height: Width: Length: Weight: Operating System: 2x Intel

More information

Milestone Solution Partner IT Infrastructure Components Certification Summary

Milestone Solution Partner IT Infrastructure Components Certification Summary Milestone Solution Partner IT Infrastructure Components Certification Summary Dell FS8600 NAS Storage 12-1-2014 Table of Contents Introduction:... 2 Dell Storage Architecture:... 3 Certified Products:...

More information

Qsan AegisSAN Storage Application Note for Surveillance

Qsan AegisSAN Storage Application Note for Surveillance Qsan AegisSAN Storage Application Note for Surveillance Qsan AegisSAN P300Q P500Q F400Q F300Q 1/5 Qsan AegisSAN Storage Systems: Secure and Reliable Qsan delivers more reliable surveillance solution with

More information

Recording Server Monitoring Tool

Recording Server Monitoring Tool Recording Server Monitoring Tool Release Note Software Version 1.1.1 Revision 2 (Last Modified: October 10, 2013) 2013 Sony Corporation Copyright Notice This document may not be reproduced, translated

More information

DVCrypt Conditional Access System

DVCrypt Conditional Access System DVCrypt Conditional Access System Quick start guide 1. Introduction DVCrypt is a conditional access system for digital TV broadcasting networks (DVB). It consists of hardware modules and client/server

More information

IP Video Rendering Basics

IP Video Rendering Basics CohuHD offers a broad line of High Definition network based cameras, positioning systems and VMS solutions designed for the performance requirements associated with critical infrastructure applications.

More information

Preface Version 1.0 (1808. rev. 2)

Preface Version 1.0 (1808. rev. 2) A brand that is integrated into Samsung s network products, stands for a convenient world (Polis) made safe (Polis) through Samsung s superior network performance (Internet protocol). With products, clear

More information

ULTRA HIGH DEFINITION TV OVER IP NETWORKS

ULTRA HIGH DEFINITION TV OVER IP NETWORKS Q2 2014 ULTRA HIGH DEFINITION TV OVER IP NETWORKS FELIX POULIN, EBU THOMAS KERNEN, CISCO and ADI KOUADIO, EBU ABSTRACT The audiovisual media production industry is investigating the possibility of migrating

More information

Central Management System

Central Management System Central Management System Software Installation Guide Ver. 1.5.0.101115.001 ... ii System Introduction... 3 Client/Server Architecture...3 System Requirements... 4 System Setup...4 Multiple Monitor Configuration...5

More information

May 09, 2010. Creating live broadcast with Kaltura Complete guide

May 09, 2010. Creating live broadcast with Kaltura Complete guide Creating live broadcast with Kaltura Complete guide May 09, 2010 Page 1 1. Change history... 3 2. Overview... 3 3. Client side integration... 4 3.1. Internet connection... 4 3.2. Broadcasting machine...

More information