docker-streaming-server
docker-streaming-server copied to clipboard
Bug In Example Configuration
To replicate:
As per example instructions, enter /documents/examples and run docker-compose up -d
Wait for build to complete.
streaming-consumer comes up fine, streaming-server immediately quits.
streaming-server log:
/sbin/entrypoint.sh: source /sbin/init.d/00-bootstrap-ubuntu.sh
/sbin/entrypoint.sh: source /sbin/init.d/01-bootstrap-nginx.sh
nginx: [emerg] mkdir() "/var/lib/streaming/hls/" failed (13: Permission denied)
same
did you managed to resolve this issue? If so, how so?
same
Unfortunately not, my use case was for personal use, so I ended up giving up on it.
If you guys still want to fix this issue, just add :Z to the end of the volume. Made a pull request #6
Still happening, even though the PR seems to be fixed. Docker logs shows: nginx: [emerg] mkdir() "/var/lib/streaming/hls/" failed (13: Permission denied)
@invertium It's been way too long and I don't remember how I made this work, but I had to run a command in sudo I think.
currently experiencing same issue. "nginx: [emerg] mkdir() "/var/lib/streaming/hls/" failed (13: Permission denied)"