-
Which version are you using?v0.15.0 QuestionI currently run rtsp-simple-server using a docker container, as described in the Readme and so far it works perfectly . Now I want to convert the stream to HLS. Therefore I changed the configuration as needed. But how do I access the generated HLS-stream? The Readme suggests to serve the outputted .h3u8 and .ts files using a web server. But what is the best method to do that, if the files are only outputted inside the container? I am not really experienced with Docker, so probably there is an obvious solution I missed. I would really appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, you simply need to build a docker image with
You can do it by saving this into a file called
save this into
save this into
Compile everything into an image
Launch the image
The published stream will be available on
|
Beta Was this translation helpful? Give feedback.
-
This feature is now available in v0.17.3 |
Beta Was this translation helpful? Give feedback.
Hello, you simply need to build a docker image with
You can do it by saving this into a file called
Dockerfile
save this into
rtsp-simple-server.yml