• Josh Allmann's avatar
    rtmp: Send video on a separate channel. · 120af23c
    Josh Allmann authored
    Sending non-monotonic packets (e.g. when the audio and video
    streams are monotonic within themselves but not muxed
    monotonically) will lead to negative values the RTMP timestamp
    field (where timestamps are transmitted only as deltas for each
    channel), and this delta can end up being incorrectly written as
    a large unsigned number.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    120af23c
rtmpproto.c 90.2 KB