[Live-devel] RTSP URL Symbols

Christoph Willing chris.willing at linux.com
Thu Sep 19 03:14:32 PDT 2019


On 19/9/19 5:25 pm, Ross Finlayson wrote:
> 
> 
>> On Sep 19, 2019, at 12:13 AM, HAN Hao <han.hao at stengg.com> wrote:
>>
>> Hi!
>>  
>> I am trying to use the RTSP Proxy Server to host a URL that consists of a “>” sign. Is there anyway I can do that without the RTSP Proxy Server not recognising it as a URL?
> 
> It’s probably your terminal (shell) - not our software - that’s having trouble with the “>” sign.  That symbol is usually used to redirect ‘standard output’ to a file.
> 
> Instead, try quoting that URL - e.g.,
> 	live555ProxyServer 'rtsp://192.168.1.1/something>rtsp_transport=udp’
> or
> 	live555ProxyServer "rtsp://192.168.1.1/something>rtsp_transport=udp"
> 

If that doesn't work, try url encoding the '>' character:
    rtsp://192.168.1.1/something%3Ertsp_transport=udp

chris


More information about the live-devel mailing list