Sign inSign up

doritoes/llhls

By doritoes

Updated about 4 years ago

Live Local HLS

Image
0

355

doritoes/llhls repository overview

Live Local HLS (LLHLS for short) is a simple media server to publish a video stream locally.

This image provides:

  • local rtmp server based on nginx, based on alfg/nginx-rtmp with a modified nginx.conf file and some html files
  • local HLS player (video.js)
  • basic helper pages to deliver a basic experience

Install

  • docker pull doritoes/llhls
  • docker run -d --name stream -p80:80 -p1935:1935 --restart=always doritoes/llhls

Using

  • Open browser to http://localhost
  • Point OBS to rtmp://localhost:1935/stream with stream key program

Configuration

  • Clone the project at https://gitlab.com/doritoes/live-local-hls/ , customize the html files, and build your own
  • For a quick test
    • docker exec -it stream /bin/sh
    • Modify /etc/nginx/nginx.conf.template (copied to nginx.conf at startup)
    • Modify the contents of /usr/local/nginx/html/ with your own event information.
    • Upload files to the container using 'docker cp'

Release Notes

Tag summary

Content type

Image

Digest

Size

51.1 MB

Last updated

about 4 years ago

docker pull doritoes/llhls