2

I have been studying testOnDemandRTSPServer code and I want to do streaming by taking input from a live source by using a rtsp address. I have read that I have to modify OnDemandServerMediaSubsession and createNewStreamSource() and createNewRTPSink() functions. I don't know how to do this. I don't know how to start with this. I have been searching information via Internet but I haven't found anything. Please some help.

Thanks

1 Answers1

0

I think that what you need is their proxyServer. It would act like a client for your RTSP source and as a server for other clients.

The common case is a source that knows how to perform a unicast stream and required to do multicast. (Usually IP cameras)

Avishay Cohen
  • 2,418
  • 1
  • 22
  • 40