<div class="gmail_extra">Backslashes are not valid URI path separators.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Named parameters must be within objects. (ie. -C O:1 -C NS:name:string -C O:0)<br><br>
<div class="gmail_quote">On Mon, Apr 23, 2012 at 8:16 AM, Vladimir Pelikan <span dir="ltr"><<a href="mailto:pelikan@cdm.cas.cz" target="_blank">pelikan@cdm.cas.cz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello, I have a problem with the parameter messaging from the RTMPDump.<br>
<br>
In this call the parameter missing:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
rtmpdump -z -r rtmp://server/application/<u></u>parameter=string -y Path<br>
</blockquote>
<br>
RTMPDump 2.4 git-6230845 2011-9-25<br>
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL<br>
DEBUG: Parsing...<br>
DEBUG: Parsed protocol: 0<br>
DEBUG: Parsed host    : server<br>
DEBUG: Parsed app     : application<br>
DEBUG: Protocol : RTMP<br>
DEBUG: Hostname : server<br>
DEBUG: Playpath : Path<br>
DEBUG: tcUrl    : rtmp://server:1935/application<br>
DEBUG: app      : application<br>
Connecting ...<br>
<br>
This call is OK but unfortunately unusable:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
rtmpdump -z -r rtmp://server/application\<u></u>parameter=string -y Path<br>
</blockquote>
<br>
RTMPDump 2.4 git-6230845 2011-9-25<br>
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL<br>
DEBUG: Parsing...<br>
DEBUG: Parsed protocol: 0<br>
DEBUG: Parsed host    : server<br>
DEBUG: Parsed app     : application\parameter=string<br>
DEBUG: Protocol : RTMP<br>
DEBUG: Hostname : server<br>
DEBUG: Playpath : Path<br>
DEBUG: tcUrl    : rtmp://server:1935/<u></u>application\parameter=string<br>
DEBUG: app      : application\parameter=string<br>
Connecting ...<br>
<br>
And this call have a crash:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
rtmpdump -z -r rtmp://server/application -C NS:parameter:string -y Path<br>
</blockquote>
<br>
RTMPDump 2.4 git-6230845 2011-9-25<br>
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL<br>
DEBUG: Parsing...<br>
DEBUG: Parsed protocol: 0<br>
DEBUG: Parsed host    : server<br>
DEBUG: Parsed app     : application<br>
ERROR: Invalid AMF parameter: NS:parameter:string<br>
______________________________<u></u>_________________<br>
rtmpdump mailing list<br>
<a href="mailto:rtmpdump@mplayerhq.hu" target="_blank">rtmpdump@mplayerhq.hu</a><br>
<a href="https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump" target="_blank">https://lists.mplayerhq.hu/<u></u>mailman/listinfo/rtmpdump</a><br>
</blockquote></div><br></div>