You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we're relying on ffmpeg for transmuxing, there are some limitations, specifically:
Generating SDP for DESCRIBE is clumsy (we inspect some ffmpeg bytestreams to get sprop parameter sets for example). I think this can be (partially?) mitigated by using custom RTP implementation.
Currently ignoring any RTCP receiver reports over interleaved channels since there's no way to feed them into ffmpeg (AFAIK).
The text was updated successfully, but these errors were encountered:
Since we're relying on
ffmpeg
for transmuxing, there are some limitations, specifically:DESCRIBE
is clumsy (we inspect someffmpeg
bytestreams to get sprop parameter sets for example). I think this can be (partially?) mitigated by using custom RTP implementation.ffmpeg
(AFAIK).The text was updated successfully, but these errors were encountered: