[rtmpdump] RTMPDump parsing problem

NhJm nhjm449 at gmail.com
Tue Apr 24 04:55:56 CEST 2012


Backslashes are not valid URI path separators.

Named parameters must be within objects. (ie. -C O:1 -C NS:name:string -C
O:0)

On Mon, Apr 23, 2012 at 8:16 AM, Vladimir Pelikan <pelikan at cdm.cas.cz>wrote:

> Hello, I have a problem with the parameter messaging from the RTMPDump.
>
> In this call the parameter missing:
>
>  rtmpdump -z -r rtmp://server/application/**parameter=string -y Path
>>
>
> RTMPDump 2.4 git-6230845 2011-9-25
> (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
> DEBUG: Parsing...
> DEBUG: Parsed protocol: 0
> DEBUG: Parsed host    : server
> DEBUG: Parsed app     : application
> DEBUG: Protocol : RTMP
> DEBUG: Hostname : server
> DEBUG: Playpath : Path
> DEBUG: tcUrl    : rtmp://server:1935/application
> DEBUG: app      : application
> Connecting ...
>
> This call is OK but unfortunately unusable:
>
>  rtmpdump -z -r rtmp://server/application\**parameter=string -y Path
>>
>
> RTMPDump 2.4 git-6230845 2011-9-25
> (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
> DEBUG: Parsing...
> DEBUG: Parsed protocol: 0
> DEBUG: Parsed host    : server
> DEBUG: Parsed app     : application\parameter=string
> DEBUG: Protocol : RTMP
> DEBUG: Hostname : server
> DEBUG: Playpath : Path
> DEBUG: tcUrl    : rtmp://server:1935/**application\parameter=string
> DEBUG: app      : application\parameter=string
> Connecting ...
>
> And this call have a crash:
>
>  rtmpdump -z -r rtmp://server/application -C NS:parameter:string -y Path
>>
>
> RTMPDump 2.4 git-6230845 2011-9-25
> (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
> DEBUG: Parsing...
> DEBUG: Parsed protocol: 0
> DEBUG: Parsed host    : server
> DEBUG: Parsed app     : application
> ERROR: Invalid AMF parameter: NS:parameter:string
> ______________________________**_________________
> rtmpdump mailing list
> rtmpdump at mplayerhq.hu
> https://lists.mplayerhq.hu/**mailman/listinfo/rtmpdump<https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/rtmpdump/attachments/20120423/5c83e9d9/attachment.html>


More information about the rtmpdump mailing list