[QUESTION] - Source RTSP proxy to HLS in docker #349
Unanswered
vitorcampea
asked this question in
Questions
Replies: 1 comment 1 reply
-
HLS support is coming - reading with HLS is supported in main, and proxying HLS is coming soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
This is a cool project.
I am trying to broadcast all multiple RTSP CCTVS to HLS but I am failing.
Right now I can already fetch one stream and restream it with a proxy, as follows.
I am using a public rtsp online sample "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"
docker-compose
i pass my yml configuration via docker volume and using the proxy example on documentation.
If i use the VLC client, it work perfectly, but how can i configure this to HLS?
rtsp-simple-server.yml
I am trying to follow the HLS tutorial but not working.... i don't know where they the stream.m3u8 are located
https://github.com/aler9/rtsp-simple-server#convert-streams-to-hls
It is possible to broadcast like 20 cctvs to HLS in docker? (if this could be on demand, ever better)
After i get the m3u8 i could expose them with a nginx container
I would thank you for the help!
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions