Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-05-15 04:24:27 +0400
committerLuca Barbato <lu_zero@gentoo.org>2012-05-26 01:20:34 +0400
commitc6eeb9b7b6bbf5d0f507cad522ed5a4f929de14f (patch)
tree9bc35b1b227dea4f1827c9c26fdfa70e542b160d /doc
parentb0970a69d11919b41c19a2901d4a7c2cf0b4ba2f (diff)
rtmp: fix url parsing
The application component can have a subcomponent to specify the application instance even if it doesn't have a ":" in the playpath.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index d6e12f73e3..172184e501 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -164,7 +164,7 @@ content across a TCP/IP network.
The required syntax is:
@example
-rtmp://@var{server}[:@var{port}][/@var{app}][/@var{playpath}]
+rtmp://@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@var{playpath}]
@end example
The accepted parameters are: