Essential Guide: Software COTS For Real Time IP Broadcast

September 4th 2019 - 01:50 PM
Tony Orme, Editor at The Broadcast Bridge

A major development has happened in the broadcast industry with the adoption of software running on COTS servers for processing uncompressed real-time video. Up to recently, this had not even appeared on the radar, but new technology evolution and innovation has now made software COTS for broadcasters a reality.

This Essential Guide discusses the problem to be solved and the solutions to achieve it. We investigate the complex interaction of COTS server hardware and software needed to make real-time uncompressed video processing with low latency a reality.

Starting with the kernel, the generic solution is explained and why the software works in the way it does. We then uncover the inner workings of memory user-space and kernel-space to describe how software latency occurs and the strategies adopted to remedy it, such as kernel-bypass.

A detailed explanation of packet flow from the network interface card (NIC) through the kernel and into the user-space memory is given. Buffers and latencies are discussed and how the kernel-bypass and zero-copy methodologies are adopted to guarantee the high-speed data throughput and low latency demanded by broadcasters for uncompressed real-time video processing.

Sponsored by TAG Video Systems, a real-life example of a working software-COTS multiviewer is demonstrated. Multiviewers are arguably the most difficult systems employed in a broadcast facility as engineers rely on them heavily to provide a source of truth for confidence monitoring and reliability. TAG Video Systems explain how they achieved this.

Download this Essential Guide today to understand how uncompressed real-time video works on a software-COTS server. Understand kernel bypass and its interactions with the NIC’s, user, and kernel memory, to guarantee low latency high speed video delivery.

This Essential Guide is a fundamental requirement for anybody looking to build and deliver software-COTS infrastructures for real-time uncompressed video processing.

Supported by

You might also like...

IP Monitoring & Diagnostics With Command Line Tools: Part 8 - Caching The Results

Storing monitoring outcomes in temporary cache containers separates the observation and diagnostic processes so they can run independently of the centralised marshalling and reporting process.

IP Monitoring & Diagnostics With Command Line Tools: Part 7 - Remote Agents

How to run diagnostic processes in each machine and call them remotely from a centralised system that can marshal the results from many other networked systems. Remote agents act on behalf of that central system and pass results back to…

IP Monitoring & Diagnostics With Command Line Tools: Part 6 - Advanced Command Line Tools

We continue our series with some small code examples that will make your monitoring and diagnostic scripts more robust and reliable

IP Monitoring & Diagnostics With Command Line Tools: Part 5 - Using Shell Scripts

Shell scripts enable you to edit your diagnostic and monitoring commands into a script file so they can be repeated without needing to type them manually every time. Shell scripts also offer some unique and powerful features that help to…

IP Monitoring & Diagnostics With Command Line Tools: Part 4 - SSH Public Keys

Installing public SSH keys created on your workstation in a server will authenticate you without needing a password. This streamlines the SSH interaction and avoids the need to use stored and visible passwords in your scripts.