Monday, June 24, 2013

Synchronization fix

Lately I've fixed an Audio-Video synchronization bug in nginx-rtmp. If publisher streams frames with non-strictly monotonic timestamps (that happens sometimes) then output timestamps become out of sync - Audio and Video do not match. Now it's fixed, please update from master.

3 comments:

  1. How to update nginx-rtmp-module?

    ReplyDelete
  2. Download new master from github and recompile nginx.

    ReplyDelete
  3. Hey - I realize this post is old by now, but is there anywhere that the logic for combating the non-monotonic timestamps is documented? Thanks!

    ReplyDelete