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 (

Re: [Live-devel] New version of the "LIVE555 Streaming Media" code - restructures the "RTPServer" class

2015-06-10 Thread Ross Finlayson
> Adding: > friend class RTSPServer; > to: > GenericMediaServer::ClientConnection > seems to fix the “cannot access protected member”. > > Grumble… I can do this, but in principle a base class like > “GenericMediaServer” shouldn’t have to be told about a specific subclass (in > this case, “RTS

[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

Re: [Live-devel] New version of the "LIVE555 Streaming Media" code - restructures the "RTPServer" class

2015-06-10 Thread Deanna Earley
From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: 09 June 2015 18:22 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] New version of the "LIVE555 Streaming Media" code - restructures the "RTPServer" class Thanks, but it looks l

Re: [Live-devel] MPEGTS FramedSource Pt2

2015-06-10 Thread Ross Finlayson
> You mentioned previously that fDurationInMicroseconds in important for the > client to request data at a correct rate. I haven't found out exactly if this > should be relative to a video frame or relative to a MPEGTS frame It should be the duration of whatever data you’re feeding to the downst