live streaming server write in pure go, simple efficient and can run in any platform.
- RTMP
- AMF
- HLS
- HTTP-FLV
- FLV
- TS
- H264
- AAC
- MP3
TODO
TODO
- run
git clone https://github.com/gwuhaolin/livego.git
- cd to livego dir then run
go build
- run
livego
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 live stream form:
RTMP
:rtmp://localhost:1935/live/movie
FLV
:http://127.0.0.1:7001/live/movie.flv
HLS
:http://127.0.0.1:7002/live/movie.m3u8
- support config file - 20%
- add unit tests and continuous integration - 0%
- improve stable and reliable for production use - 0%
- rewrite docs - 0%