/play_docker_nginx_hls

docker live streaming via HLS notes

MIT LicenseMIT

play_docker_nginx_rtmp_hls

Run docker image

docker run -d -p 1935:1935 -p 8080:8080  alqutami/rtmp-hls

Configure OBS to stream content:

  • Go to Settings > Stream, choose the following settings:
    • Service: Custom Streaming Server.
    • Server: rtmp://localhost:1935/live.
    • Stream key: anything you want, however provided video players assume stream key is test

Testing

References

https://hub.docker.com/r/alqutami/rtmp-hls