From a435ca5b4d9efebf0759220681010977c36615f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sat, 10 Aug 2013 11:51:49 +0300 Subject: [PATCH] doc: Explain that the default RTMP user agent is different when publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ö --- doc/protocols.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; +).) @item rtmp_flush_interval Number of packets flushed in the same request (RTMPT only). The default