Hi!

 

I am using HLS Proxy to convert RTSP stream to HTTP Live Streaming.

Before that, I successfully implemented MyCustomDeviceSource to read data
from FFMPEG to RTSP, now I implement an HLS which will connect this RTSP
stream as an RTSP Stream back-end.

 

HLS Proxy almost fully meets the above requirements, but I encountered a
case that I did not know how to solve as follows:

- When HTTP (web browser) clients connect to My HLS Server, I want to catch
this event to start using RTSP Client to connect to back-end RTSP Server

- Conversely, when HTTP (web browser) clients disconnect from My HLS Server,
I want to catch this event to disconnect RTSP back-end

- Due to the large number of RTSP Streams in the system, only when there are
really HTTP Clients connecting to the HLS, I have to request to the back-end
RTSP Server.

 

Hope to get your support to help me solve this problem.

 

Thank you very much!

Phong Le

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to