Skip to content

Instantly share code, notes, and snippets.

@gkop
Forked from jbochi/hlsclient_input_webm.json
Created June 2, 2016 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkop/9812fab461c7aa693d3e0e93aa70be88 to your computer and use it in GitHub Desktop.
Save gkop/9812fab461c7aa693d3e0e93aa70be88 to your computer and use it in GitHub Desktop.
New input JSON for hlsclient
{
"streams": {
"Nasa-high": {
"input-path": "/msfc/Wifi.m3u8",
"servers": ["http://liveips.nasa.gov.edgesuite.net"],
"bandwidth": 1080434
}
},
"actions": [
{
"type": "transcode",
"input": "Nasa-high",
"output": {
"webm": {
"Nasa-audio-only": {
"path": "Nasa-webm.m3u8"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment