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

rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets


If not enough bytes are available, keep track of them and skip
them on next call.

In practice, if these trailer bytes are written in a separate
call, there is no other data written in this call, making it
fall into the "FLV packet too small" case currently - working,
but not as intended.

This patch makes the code more robust, handling all cases
except for having the FLV packet header split over multiple
write calls.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent a14c7842
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