Re: [Live-devel] Find a particular rtsp session

2011-06-15 Thread Lackey, Brad
Perfect, thank you! -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, June 14, 2011 8:30 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Find a particular

Re: [Live-devel] Find a particular rtsp session

2011-06-14 Thread Ross Finlayson
Thanks! That put me on the right track, one last question. Once I have a list of RTSPClientSession objects, what's the best way to grab it's FramedSource? There doesn't seem to be a straight forward way to acquire it. You're right - there isn't, unfortunately. This information isn't exposed

Re: [Live-devel] Find a particular rtsp session

2011-06-14 Thread Lackey, Brad
Thanks! That put me on the right track, one last question. Once I have a list of RTSPClientSession objects, what's the best way to grab it's FramedSource? There doesn't seem to be a straight forward way to acquire it. Thanks again. On Jun 10, 2011, at 9:37 PM, "Ross Finlayson" wrote: >> Is th

Re: [Live-devel] Find a particular rtsp session

2011-06-10 Thread Ross Finlayson
Is there a way to find a specific rtsp client session? I currently have the RTSPServer object, and I would like a way to search it's connected clients for a specific connection and ultimately get it's FramedSource object so that I can tell it to stop sending frames, send one frame every couple

[Live-devel] Find a particular rtsp session

2011-06-10 Thread Lackey, Brad
Is there a way to find a specific rtsp client session? I currently have the RTSPServer object, and I would like a way to search it's connected clients for a specific connection and ultimately get it's FramedSource object so that I can tell it to stop sending frames, send one frame every couple sec