Roverr / rtsp-stream

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
MIT License
713 stars 166 forks source link

Specify path for rtsp-stream.yml #60

Open kmradke opened 3 years ago

kmradke commented 3 years ago

To make it a little easier to use this as a docker container it would be nice to be able to specify an environment variable path for the rtsp-stream.yml config file instead of just reading it from the current directory.

This would be appreciated since some docker management tools make it much easier to mount full directories from the host system instead of individual files.