Re: [Live-devel] RTSP authentication with special characters

2015-03-05 Thread Ross Finlayson
Thanks for the note. I’ve now installed a new version (2015.03.06) of the code that fixes this. (Please check the code, however, because it’s a bit different from the patch that you proposed.) Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] RTSP authentication with special characters

2015-03-05 Thread Deanna Earley
I believe this patch fixes the issue and percent decodes the username and password. Technically, this should also be done to the host part (and the path components?) https://tools.ietf.org/html/rfc3986#page-21 Any comments welcome. -- Deanna Earley | Lead developer | icatchercctv w: www.icode

[Live-devel] RTSP authentication with special characters

2015-03-05 Thread Deanna Earley
Hello Ross. The current liveMedia has a bug where it doesn't correctly handle "special" characters in the username and password strings when passed in the URL. RFC 3986 (and predecessors) say that anything outside the "reserved" range can be percent encoded, but liveMedia isn't currently decodi