Skip to content

isoundy000/livego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livego - a streaming server in pure go

Feature

  • write in pure golang, can run in any platform
  • for live streaming
  • support RTMP and FLV HLS over HTTP

Use

  1. run git clone https://github.com/gwuhaolin/livego.git
  2. run go run main.go to start livego server
  3. push RTMP stream to rtmp://localhost:1935/live/movie, eg use ffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost:1935/live/movie
  4. play stream use VLC or other players
    • play RTMP from rtmp://localhost:1935/live/movie
    • play FLV from http://127.0.0.1:8081/live/movie.flv
    • play HLS from http://127.0.0.1:8082/live/movie.m3u8

About

纯 Go 写的直播服务器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Dockerfile 0.2%