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.
|
8 years ago | |
---|---|---|
av | 8 years ago | |
container | 8 years ago | |
parser | 8 years ago | |
protocol | 8 years ago | |
utils | 8 years ago | |
README.md | 8 years ago | |
main.go | 8 years ago |
README.md
AV streaming server
Feature
- write in pure golang, can run in any platform
- for live streaming
- support
RTMP
andFLV
HLS
over HTTP
Use
- run
git clone
- run
go run main.go
to start livego server - push
RTMP
stream tortmp://localhost/live/movie
, eg useffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost/live/movie
- play stream use VLC or other players
- play
RTMP
fromrtmp://localhost/live/movie
- play
FLV
fromhttp://127.0.0.1:8081/live/movie.flv
- play
HLS
fromhttp://127.0.0.1:8080/live/movie.m3u8
- play