Bug #999
rtsp: Use reliable timestamps for PTS calculation on video-only streams
| Status: | Resolved | Start date: | 11/14/2011 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | IP Camera Support | Spent time: | - | |
| Target version: | 2.0.0-beta8.3 | |||
| Release Blocker: | No | Affected Release: | ||
| Operating System: |
Description
This represents the first half of bug #983: By using the RTP timestamp for PTS on single-stream sessions (where no synchronization by RTCP timestamp is required), we can avoid the need for heuristic timing and improve support for a lot of devices. This was patched in libav; see: http://lists.libav.org/pipermail/libav-devel/2011-November/014307.html
Bug #983 still exists for improving the timestamp calculation when synchronization is necessary, for video+audio recordings.