Open laurencefass opened 6 years ago
according to nginx.conf, server root = /var/lib/streaming/
and /var/lib/streaming/hls/test.m3u8 is available while streaming
but i can't access http://192.168.99.100:8080/hls/test.m3u8 from the browser.
should this file be accessible to the browser via http? what about to the rtmp server?
?
also cant see the stream in VLC media player at
rtmp://192.168.99.100/live/test
Is that the correct rmtp address?
the following source works fine in the same page as broken player so i guess the browser is not the problem.
<video id="player2" class="video-js vjs-default-skin" width="640" height="360" controls>
<source src="https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8" type="application/x-mpegURL" />
</video>
following screenshot shows no response from http server...
update:
to make this work as advertised I have commented out the server volume from the compose file as it appears to be the cause of everything that follows. any insight into the problem would be very much appreciated.
IF I LEAVE VOLUMES MOUNTED....
i cant run the live video.js stream in the browser i dont know if its a video.js or docker-streaming-server issue yet.
request URL: http://192.168.99.100/hls/test.m3u8
server response:
the server is definitely not replying to request for file...
starting the server with
error reported in firefox and chrome.
output of the streaming-server each time i load the browser.
any help appreciated. thanks.