Automatic RTSP URL encoding
RTSP access should encode URL on-the-fly as the HTTP access does.
RTSP access should encode URL on-the-fly as the HTTP access does.
added Severity::normal Type::bug + 1 deleted label
added Status::fixed label
closed
(In [12145]) * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply replace spaces with '+'. That's what browsers do, and I think it's the right thing to do since vlc_UrlEncode was just breaking things. refs #90 (closed) and debian bug #279735
Original author: massiot
VideoLAN code repository instance