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
- Host: GitHub
- URL: https://github.com/zikwall/go-hls
- Owner: zikwall
- Created: 2021-02-16T14:57:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T08:53:04.000Z (over 5 years ago)
- Last Synced: 2023-03-04T04:50:12.491Z (over 3 years ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```