Re: [Live-devel] Dynamically adding streams with reference counting

2008-06-24 Thread Ross Finlayson
I am trying to implement a dynamic rtsp server. By this I mean it will add the appropriate ServerMediaSession to the server when a url is requested. For example, if the server receives: rtsp:ip:port/mystreamid, it will look up to see if the session exists, and if not dynamically add it. I h

[Live-devel] Dynamically adding streams with reference counting

2008-06-24 Thread Rawling, Stuart
Hi all, I am trying to implement a dynamic rtsp server. By this I mean it will add the appropriate ServerMediaSession to the server when a url is requested. For example, if the server receives: rtsp:ip:port/mystreamid, it will look up to see if the session exists, and if not dynamically add it.