In order for the Webserver to bind to the docker container, I need to use this in the config.json:
ˋˋˋ
"ytdlp2strm_host" : "0.0.0.0",
"ytdlp2strm_port" : "5000",
ˋˋˋ
But this causes to use this IP and port in the STRM files which are not accessible outside of the container. So I had to use the real IP and port in the config and change the network mode to bind. Not ideal, but it works.
My recommendation would be to have a second option for the STRM Host and port.
In order for the Webserver to bind to the docker container, I need to use this in the config.json:
ˋˋˋ
"ytdlp2strm_host" : "0.0.0.0",
"ytdlp2strm_port" : "5000",
ˋˋˋ
But this causes to use this IP and port in the STRM files which are not accessible outside of the container. So I had to use the real IP and port in the config and change the network mode to bind. Not ideal, but it works.
My recommendation would be to have a second option for the STRM Host and port.