Re: [Live-devel] RTSP Url Parameters And Live Vs Playback

2011-07-22 Thread Ross Finlayson
Checkout this thread http://lists.live555.com/pipermail/live-devel/2011-June/013470.html I was trying to do something similar to what you are doing and I think I also started down the path you are headed and ultimately Ross showed me a much much easier way to do what i wanted. Yes, the soluti

Re: [Live-devel] RTSP Url Parameters And Live Vs Playback

2011-07-19 Thread Matt Schuckmannn
Checkout this thread http://lists.live555.com/pipermail/live-devel/2011-June/013470.html I was trying to do something similar to what you are doing and I think I also started down the path you are headed and ultimately Ross showed me a much much easier way to do what i wanted. Matt S. On

[Live-devel] RTSP Url Parameters And Live Vs Playback

2011-07-18 Thread Lackey, Brad
Hello, I would like to pass some parameters via the rtsp url (rtsp://x.x.x.x/?id=x&startTime=x&endTime=x), I have overridden the RTSPServer::RTSPClientSession::handleCmd_DESCRIBE method so that I can copy what I want out of the urlSuffix and then trim before calling the base's handleCmd_DESCRIB