Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```