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

https://github.com/zikwall/go-hls

Go HLS & LL-HLS in development
https://github.com/zikwall/go-hls

go golang

Last synced: 8 days ago
JSON representation

Go HLS & LL-HLS in development

Awesome Lists containing this project

README

          


Go HLS


todo ^_^

### How to run?

- [x] `$ git clone https://github.com/zikwall/go-hls`

#### Native

```shell
$ go run . \
--root-file-directory \
--input-type=<[0, 1] | default 1> \
--tcp-port=
```

#### Docker

```shell
$ docker run -d -p 1338:1338 \
-e ROOT_FILE_DIRECTORY='' \
-e INPUT_TYPE='<[0, 1] | default 1>' \
-e TCP_PORT= \
--name go-hls-example qwx1337/go-hls:latest
```