[FFmpeg-cvslog] doc: Explain that the default RTMP user agent is different when publishing
Martin Storsjö
git at videolan.org
Sun Aug 11 11:33:06 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Aug 10 11:51:49 2013 +0300| [a435ca5b4d9efebf0759220681010977c36615f7] | committer: Martin Storsjö
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ö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a435ca5b4d9efebf0759220681010977c36615f7
---
doc/protocols.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list