Skip to content
Snippets Groups Projects
Commit b14629e5 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

rtmp: Make the input FLV parser handle data cut at any point


This makes the RTMP writing code able to handle FLV data
fed in arbitrarily small or large chunks, with multiple
consecutive packets in one write call, or having the FLV
packet header split over numerous write calls.

When used in conjunction with the flv muxer, the AVIO buffer
size still needs to be large enough to fit the initial metadata
packet though, since the size of that packet is written with a
seekback.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent fe476e5a
No related branches found
No related tags found
No related merge requests found
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