25 Oct
2012
25 Oct
'12
2:12 a.m.
On Thu, Oct 25, 2012 at 12:47 AM, Steven Penny <svnpenn@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")