[Live-devel] HLS Proxy - HTTP Connection Events?
phonglv at lovad.vn
phonglv at lovad.vn
Sun Jun 12 19:06:34 PDT 2022
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20220613/a93a909c/attachment.htm>
More information about the live-devel
mailing list