Re: [Live-devel] rtsp url case sensitivity

2015-06-10 Thread Ross Finlayson
> On Jun 10, 2015, at 8:48 AM, Stas Tsymbalov wrote: > >> I am asking whether it is possible to configure my Live555 RTSP server >> to ignore the case of stream names in URL's as a workaround for the VLC >> problem because we don't have a requirement for stream name case >> sensitivity. > >

Re: [Live-devel] rtsp url case sensitivity

2015-06-10 Thread Stas Tsymbalov
> I am asking whether it is possible to configure my Live555 RTSP server > to ignore the case of stream names in URL's as a workaround for the VLC > problem because we don't have a requirement for stream name case > sensitivity. You can do this without changing HashTable class: 1. When creati

Re: [Live-devel] rtsp url case sensitivity

2015-06-10 Thread Ross Finlayson
> Yes I understand that it is an issue with VLC and not with Live555. > > I'm not asking for any changes to the Live555 library. > > I am asking whether it is possible to configure my Live555 RTSP server to > ignore the case of stream names in URL's as a workaround for the VLC problem > because

Re: [Live-devel] rtsp url case sensitivity

2015-06-10 Thread Robert Smith
Hi Ross, Yes I understand that it is an issue with VLC and not with Live555. I'm not asking for any changes to the Live555 library. I am asking whether it is possible to configure my Live555 RTSP server to ignore the case of stream names in URL's as a workaround for the VLC problem because we

Re: [Live-devel] rtsp url case sensitivity

2015-06-10 Thread Ross Finlayson
> I would like to have Live555 ignore the case of rtsp url's as a workaround > for this VLC problem: > > https://trac.videolan.org/vlc/ticket/11428 > No, this seems to be a problem specific to VLC (which is not our software). As far as I can tell (

[Live-devel] rtsp url case sensitivity

2015-06-10 Thread Robert Smith
I would like to have Live555 ignore the case of rtsp url's as a workaround for this VLC problem: https://trac.videolan.org/vlc/ticket/11428 (Also our use case doesn't require url's to be case sensitive) After a quick look at the code I guess I can implement my own HashTable imlpementation whi