On 19/9/19 5:25 pm, Ross Finlayson wrote:
> 
> 
>> On Sep 19, 2019, at 12:13 AM, HAN Hao <[email protected]> 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
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to