mirror of https://github.com/FFmpeg/FFmpeg.git
In all other cases where ff_rtmp_packet_read is used, the packet returned is passed to rtmp_parse_result more or less immediately. In this single case, the content of the packet was required to be a connect packet. Some clients, e.g. Open Broadcaster Software, send a chunk size packet before the connect packet. If the first packet is a chunk size packet, handle it and read another one, requiring this to be a connect packet instead. Signed-off-by: Martin Storsjö <martin@martin.st>pull/64/merge
parent
6477139721
commit
4d40e073dc
1 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue