Re: [Live-devel] Make all RTSP requests potentially session-aware

2012-08-11 Thread Ross Finlayson
> I agree with you. But I am working with a kind of proprietary RTSP > superset which need this (they use OPTIONS to keep-alive sessions), > and I am not responsible for these choices. :) Even though you might feel that you're "not responsible for these choices" made by the developers of this cli

Re: [Live-devel] Make all RTSP requests potentially session-aware

2012-08-11 Thread Lionel Orry
On Sat, Aug 11, 2012 at 2:15 AM, Ross Finlayson wrote: > That's what I did, and I put in it additional parsing code for the > Session header and could retrieve the corresponding session with a > Lookup. > > > But there's no guarantee that an "OPTIONS" request will even contain a > session header.