golang live - rtmp - httpflv - hls
go run . server --port 1935
You Can Use OBS to stream
- rtmp://127.0.0.1:1935/{app}/{channel}
Then use any streaming address
- rtmp://127.0.0.1:1935/app/channel
- http://127.0.0.1:1935/app/channel.flv
- http://127.0.0.1:1935/app/channel.m3u8
go run . -h