Skip to content

smallinsky/hls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Http Live Stream

Transcode videos and provide video stream over http protocol

Instatation:

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

Help:

Usage of ./hlsrun:
  -d string
        Video source dirctory (default "/tmp/video")
  -s string
        Segments store directory (default "/tmp/segments")
  -p string
        Port number (default "8888")