1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-20 07:48:15 +02:00
FFmpeg/libavformat
Jeffrey Wescott 60fd790f38 avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleAccess
In current versions of ffmpeg, when streaming to an RTMP server, anytime a packet of type
RTMP_PT_NOTIFY is encountered, the packet is prepended with @setDataFrame before it gets sent
to the server. This is incorrect; only packets for onMetaData and |RtmpSampleAccess should
invoke @setDataFrame on the RTMP server. Specifically, the current bug manifests
itself when trying to stream onTextData or onCuePoint invocations.

This fix addresses that problem and ensures that the @setDataFrame is only prepended
for onMetaData and |RtmpSampleAccess.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-24 00:15:48 +01:00
..
2014-08-24 11:05:42 +00:00
2014-10-20 10:38:38 +01:00
2014-11-19 11:17:43 +01:00
2014-08-30 15:50:22 +00:00
2014-08-24 11:05:42 +00:00
2014-08-24 11:05:42 +00:00
2014-11-04 14:11:53 +01:00
2014-10-20 10:38:37 +01:00
2014-08-24 11:05:42 +00:00
2014-08-24 11:05:42 +00:00
2014-10-15 20:17:23 +02:00
2014-08-15 22:47:45 +02:00
2014-11-21 17:13:56 +01:00
2014-09-30 20:21:14 +02:00
2014-08-27 06:21:54 +00:00
2014-11-22 14:06:48 +01:00
2014-11-06 09:05:37 +01:00
2014-08-30 16:38:14 +02:00
2014-08-24 11:05:42 +00:00
2014-08-15 22:47:45 +02:00
2014-09-24 23:33:26 +03:00
2014-10-21 03:52:27 +02:00
2014-10-24 09:53:45 +03:00
2014-08-24 11:05:42 +00:00
2014-08-24 11:05:42 +00:00
2014-09-30 20:21:14 +02:00
2014-10-22 23:12:38 +02:00
2014-08-03 03:18:52 +02:00
2014-11-21 17:13:56 +01:00
2014-08-16 14:31:41 +02:00
2014-08-24 11:05:42 +00:00
2014-08-24 11:05:42 +00:00
2014-08-24 11:05:42 +00:00