From c6eeb9b7b6bbf5d0f507cad522ed5a4f929de14f Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 14 May 2012 17:24:27 -0700 Subject: 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. --- doc/protocols.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/protocols.texi') 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: -- cgit v1.2.3