[rtmpdump] [PATCH] Better URL decoding support

NhJm nhjm449 at gmail.com
Thu Oct 25 08:12:33 CEST 2012


On Thu, Oct 25, 2012 at 12:47 AM, Steven Penny <svnpenn at gmail.com> wrote:
> If we remove it from parseurl.c, then are we going to remove it from rtmpgw.c

The code in rtmpgw.c is to parse URL query parameters. (ex.
http://localhost/?r=rtmp:%2F%2Ffoo%2Fblah&f=LNX%2010,0,32,18&y=asdf)

> and rtmp.c

The code in rtmp.c is to parse parameters. It is clearly stated in the
manual that parameters can be escaped using \xx. This is necessary if
you want to include a space (\20) within a parameter value. (ie.
"rtmp://foo/blah flashVer=LNX\2010,0,32,18 playpath=asdf")


More information about the rtmpdump mailing list