diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2023-08-28 09:59:24 +0800 |
---|---|---|
committer | Steven Liu <liuqi05@kuaishou.com> | 2023-09-05 09:14:18 +0800 |
commit | 637c761be1bf9c3e1f0f347c5c3a390d7c32b282 (patch) | |
tree | 87bbbb5ddcaecd9b6493281ee6917f79c9637748 /doc/protocols.texi | |
parent | c946e8d92153515e045f82c2ca722c73b419eeef (diff) | |
download | ffmpeg-637c761be1bf9c3e1f0f347c5c3a390d7c32b282.tar.gz |
avformat/rtmpproto: support enhanced rtmp
add option named rtmp_enhanced_codec,
it would support hvc1,av01,vp09 now,
the fourcc is using Array of strings.
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index b3fad55591..f54600b846 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -896,6 +896,13 @@ be named, by prefixing the type with 'N' and specifying the name before the value (i.e. @code{NB:myFlag:1}). This option may be used multiple times to construct arbitrary AMF sequences. +@item rtmp_enhanced_codecs +Specify the list of codecs the client advertises to support in an +enhanced RTMP stream. This option should be set to a comma separated +list of fourcc values, like @code{hvc1,av01,vp09} for multiple codecs +or @code{hvc1} for only one codec. The specified list will be presented +in the "fourCcLive" property of the Connect Command Message. + @item rtmp_flashver Version of the Flash plugin used to run the SWF player. The default is LNX 9,0,124,2. (When publishing, the default is FMLE/3.0 (compatible; |