- write in pure golang, can run in any platform
- for live streaming
- support
RTMP
andFLV
HLS
over HTTP
- run
git clone https://github.com/gwuhaolin/livego.git
- run
go run main.go
to start livego server - push
RTMP
stream tortmp://localhost:1935/live/movie
, eg useffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost:1935/live/movie
- play stream use VLC or other players
- play
RTMP
fromrtmp://localhost:1935/live/movie
- play
FLV
fromhttp://127.0.0.1:8081/live/movie.flv
- play
HLS
fromhttp://127.0.0.1:8082/live/movie.m3u8
- play