Changeset 60fd790f in ffmpeg
- Timestamp:
-
Nov 23, 2014, 11:15:48 PM
(10 years ago)
- Author:
- Michael Niedermayer <michaelni@gmx.at>
- Branches:
- master
- Children:
- 8294f504
- Parents:
- 4e9745f
- git-author:
- Jeffrey Wescott <jeffrey.wescott@gmail.com> (11/06/14 01:55:34)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (11/23/14 23:15:48)
- Message:
-
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>
-
(No files)
-