FFmpeg/libavformat
Stephan Soller 4d40e073dc rtmpproto: Handle RTMP chunk size packets before the connect packet
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>
2014-04-14 11:09:26 +03:00
..
2014-04-06 16:41:41 +02:00
2014-03-02 13:23:13 +01:00
2014-03-04 18:53:58 +01:00
2013-10-06 19:36:53 +02:00
2013-08-07 21:22:03 +02:00
2014-03-10 18:02:55 +01:00
2014-03-10 18:02:36 +01:00
2013-10-31 20:20:24 +01:00
2014-04-01 01:13:09 +02:00
2014-03-26 23:25:02 +01:00
2014-04-04 00:20:12 +02:00
2013-10-31 20:20:49 +01:00
2013-12-26 06:07:35 +01:00
2013-12-26 06:07:35 +01:00
2014-04-02 00:27:22 +02:00
2014-03-24 02:22:15 +01:00
2014-03-19 12:04:06 +01:00
2014-04-03 23:45:05 +02:00
2014-03-16 23:29:51 +01:00
2013-10-22 17:09:56 +01:00
2013-10-22 17:09:56 +01:00
2014-03-27 23:34:47 +01:00
2013-09-19 22:47:26 +03:00
2014-02-09 14:15:44 +00:00
2014-04-04 00:28:28 +02:00
2014-04-06 16:41:41 +02:00
2013-09-26 23:13:35 +03:00
2013-08-05 16:13:36 +02:00
2014-04-06 16:41:41 +02:00
2014-01-17 10:30:45 +01:00