Module: libav Branch: master Commit: a435ca5b4d9efebf0759220681010977c36615f7
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Sat Aug 10 11:51:49 2013 +0300 doc: Explain that the default RTMP user agent is different when publishing The fact that a different user agent is used is cruicial for getting publishing authentication working. (When using librtmp, this other user agent has to be specified manually, but that's not needed with the libavformat internal RTMP support.) Signed-off-by: Martin Storsjö <[email protected]> --- doc/protocols.texi | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc/protocols.texi b/doc/protocols.texi index 038305c..6e3a7e9 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -226,7 +226,8 @@ times to construct arbitrary AMF sequences. @item rtmp_flashver Version of the Flash plugin used to run the SWF player. The default -is LNX 9,0,124,2. +is LNX 9,0,124,2. (When publishing, the default is FMLE/3.0 (compatible; +<libavformat version>).) @item rtmp_flush_interval Number of packets flushed in the same request (RTMPT only). The default _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
