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
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.