[Live-devel] Video Delay in Live Video Streaming

Ross Finlayson finlayson at live555.com
Wed Jul 18 18:44:07 PDT 2012


First, you should instead consider using the existing (open source) VLC media player <http://www.videolan.org/vlc/>, which also uses our libraries for its RTSP client implementation.

The increasing delay that you are seeing is unlikely to be due to a problem with our libraries.

One possible cause is that your computer doesn't have enough CPU power to handle the video decoding and rendering (as well as the RTSP/RTP reception, which has relatively little overhead).  One way to test this hypothesis is to try running VLC instead.

Another possibility is that you are not using the 'presentation times' for each received video frame (in this case, H.264 'NAL units') correctly.  Each frame's "presentation time" tells you the relative time at which each frame should be displayed (after decoding).

But in any case, because you are a casual hobbyist, I suggest just using VLC.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120718/c6d3e551/attachment.html>


More information about the live-devel mailing list