Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Professional video over IP

Professional video over IP systems use some existing standard video codec to reduce the program material to a Bitstream (such as an MPEG-2 transport stream), and then to use an Internet Protocol (IP) network to carry that bitstream encapsulation in a stream of IP packets. This is typically accomplished using some variant of the RTP protocol.

Carrying professional video over IP networks has special challenges compared to most non-time-critical IP traffic. Many of these problems are similar to those encountered in voice over IP, but to a much higher level of engineering requirements. In particular, there are very strict quality of service requirements which must be fulfilled for use in professional broadcast environments. The major challenges are:

  • packet loss
  • network delay variation
  • adequate bandwidth
  • timing reconstruction
  • = Packet loss =

    Since even well-engineered IP networks tend to have a small residual packet loss rate caused by low-probability statistical congestion events and amplification of bit errors in the underlying hardware, most professional solutions use some kind of forward error correction to ensure that the encoded video stream can be reconstructed even if a few packets are lost. This is typically applied at the packet level, since the encapsulated video bitstream is typically only designed to tolerate low levels of bit or burst errors, rather than the loss of whole packets.

    = Network delay variation =

    Network delay variation can be kept to a minimum by using a high-speed network backbone, and ensuring that video traffic does not encounter excessive queue delays. This is typically done by either ensuring that the network is not too close to its full capacity, or that video traffic is prioritized using traffic engineering (telecommunications) techniques (see below).

    The remaining delay variation can be removed by buffering, at the expense of added time delay. If forward error correction is used, a small proportion of packets arriving after the deadline can be tolerated, since they can be dealt with by being discarded on receipt, and then treated in the same way as lost packets.

    = Timing reconstruction =

    The other problem presented by latency variation is that it makes synchronization more complex by making the recovery the underlying timing of the video signal far more difficult. This is typically solved by genlocking both ends of the system to external station sync signals, typically generated from sources such as GPS or atomic clocks, thus only requiring the extraction of coarse timing information at the receiving end in order to achieve high-quality video synchronization. The extraction of coarse timing data is typically done using a phase locked loop with a long time constant.

    = Adequate bandwidth =

    Even with packet loss mitigation, video over IP will only work if the network is capable of carrying the content with some reasonable maximum packet loss rate. In practice, this means that video over IP will not work on overloaded networks. Since IP does not of itself offer any traffic guarantees, this must be applied at the network engineering level. One approach to this is the quantity of service approach which simply allocates sufficient bandwidth to video-carrying traffic that it will not congest under any possible load pattern. Other approaches include network admission control, bandwidth reservation, traffic shaping, and traffic prioritization techniques, which require more complex network engineering, but will work when the simple approach of building a non-blocking network is not possible. See RSVP for one approach to IP network traffic engineering.

    The Pro-MPEG Wide Area Network group has done much recent work on creating a draft standard for interoperable professional video over IP

    = Compare with =

  • Professional video over ATM
  • = External links =

  • http://www.pro-mpeg.org/publicdocs/wan.html
  • http://bg.broadcastengineering.com/ar/broadcasting_guaranteeing_quality/