| [my_stream] | |
| bind_address=127.0.0.1 | |
| port=8080 | |
| input=/path/to/file.mkv | |
| formats=mkv,hls,dash |
| { | |
| "stream_name": "my_stream", | |
| "bind_address": "127.0.0.1", | |
| "port": 8080, | |
| "input": "/path/to/file.mkv", | |
| "formats": [ "mkv", "hls", "dash" ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment