mirror of https://github.com/gwuhaolin/livego.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 years ago | |
|---|---|---|
| av | 9 years ago | |
| container | 9 years ago | |
| parser | 9 years ago | |
| protocol | 9 years ago | |
| utils | 9 years ago | |
| .gitignore | 9 years ago | |
| README.md | 9 years ago | |
| goreleaser.yml | 9 years ago | |
| main.go | 9 years ago | |
README.md
livego
live streaming server write in pure go, simple efficient and can run in any platform.
Support
Transport protocol
- RTMP
- AMF
- HLS
- HTTP-FLV
File container
- FLV
- TS
AV coder
- H264
- AAC
- MP3
Install
Download Bin
Docker
TODO
Install System Service
TODO
Build From Source code
- run
git clone https://github.com/gwuhaolin/livego.git - cd to livego dir then run
go build
Use
- run
livegoto start livego server - push
RTMPstream 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/movieFLV:http://127.0.0.1:8081/live/movie.flvHLS:http://127.0.0.1:8082/live/movie.m3u8