diff options
author | Martin Storsjö <martin@martin.st> | 2013-08-10 11:51:49 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-08-10 18:37:21 +0300 |
commit | a435ca5b4d9efebf0759220681010977c36615f7 (patch) | |
tree | 7447e1ab11ce7f457acdbba37caece6aa4020d29 /doc | |
parent | aa16a6b0c56e3f46c5d7efb706b87a8f7a1603ec (diff) | |
download | ffmpeg-a435ca5b4d9efebf0759220681010977c36615f7.tar.gz |
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@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 038305ce28..6e3a7e9c84 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 |