Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zijiren233/livelib
golang live - rtmp - httpflv - hls
https://github.com/zijiren233/livelib
Last synced: 23 days ago
JSON representation
golang live - rtmp - httpflv - hls
- Host: GitHub
- URL: https://github.com/zijiren233/livelib
- Owner: zijiren233
- License: mit
- Created: 2023-07-17T07:04:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T17:41:42.000Z (5 months ago)
- Last Synced: 2024-10-02T09:09:29.783Z (about 1 month ago)
- Language: Go
- Size: 149 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# livelib
golang live - rtmp - httpflv - hls# How To Use
```go
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# Get command line help
```shell
go run . -h
```