Skip to content

Instantly share code, notes, and snippets.

@klaxa

klaxa/config.json Secret

Created May 15, 2018
Embed
What would you like to do?
{
"bind_address": "127.0.0.1",
"port": 8080,
"streams": [
{
"stream_name": "my_stream",
"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