Skip to content
Snippets Groups Projects
Commit 120af23c authored by Josh Allmann's avatar Josh Allmann Committed by Martin Storsjö
Browse files

rtmp: Send video on a separate channel.


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: default avatarMartin Storsjö <martin@martin.st>
parent 68b46774
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment