25 Oct
2012
25 Oct
'12
1:19 a.m.
On Wed, Oct 24, 2012 at 11:45 PM, NhJm wrote:
The _official_ RTMP client does not decode URLs prior to sending them to the server, therefore rtmpdump should not be decoding URLs either.
So then what does this do? Taken from official master parseurl.c if (*p == '%') { unsigned int c; sscanf(p+1, "%02x", &c); *destptr++ = c; pplen -= 3; p += 3;