[Live-devel] RTSPServer with register to remote proxy

Hardik Sangani hardik.sangani at vvdntech.com
Fri May 8 06:37:13 PDT 2015


Hi Ross,

Thanks for the reply,

i can not use another application for registration, because for that we
need to have separate stream which we dont have, actually our requirement
is, server should able to stream to WAN as well as if request is coming
from local network then also server should able to serve them .

for an example, if two user are streaming over local network , and third
will request from WAN then same stream should go via REGISTER request to
proxy and local should continuing on that.

Thank you,


*With Warm Regards,*
Hardik Sangani
VVDN Technologies Pvt Ltd
*Cell : *+91 9176120633* | Skype : hardikjsangani*

On Fri, May 8, 2015 at 5:52 PM, Ross Finlayson <finlayson at live555.com>
wrote:

> My requirement is to create RTSPServer which can register to remote proxy
> server and stream , as well as it can able to stream for local client also
> (normal behavior) at the same time.
>
> I tried to look into the examples code, but i am not able to discover how
> to and where to add RTSPServer::registerstream  to achieve this, i have
> tried couple of times but i failed in that.
>
> Can i get any documentary or any example how i can integrate both in one
> RTSPServer  instance ?
>
>
> The only ‘documentation’ for the “RTSPServer::registerStream()” member
> function is the (copious) comments where this function is defined (in
> “include/RTSPServer.hh”).  It’s pretty much self-explanatory; you can call
> this member function anywhere, once you have the “ServerMediaSession”
> object for the stream that you wish to register.
>
> Alternatively, you can register the stream from outside the RTSP server -
> e.g., by using the “registerRTSPStream” utility (a command-line
> application) - which is included as a demonstration application in the
> “testProgs” directory.
>
> Of course, the remote proxy server will need to have been set up to accept
> incoming “REGISTER” requests - i.e., by having given it the “-R” option on
> the command line.
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20150508/bbd02f95/attachment.html>


More information about the live-devel mailing list