项目作者: smallinsky

项目描述 :
HTTP Live Streaming Service
高级语言: Go
项目地址: git://github.com/smallinsky/hls.git
创建时间: 2017-06-03T18:55:12Z
项目社区:https://github.com/smallinsky/hls

开源协议:

下载


Simple Http Live Stream

Transcode videos and provide video stream over http protocol

Instatation:

  1. go get -u github.com/smallinsky/hls/cmd/hlsrun/...

Help:

  1. Usage of ./hlsrun:
  2. -d string
  3. Video source dirctory (default "/tmp/video")
  4. -s string
  5. Segments store directory (default "/tmp/segments")
  6. -p string
  7. Port number (default "8888")