-
-
Save gkop/9812fab461c7aa693d3e0e93aa70be88 to your computer and use it in GitHub Desktop.
New input JSON for hlsclient
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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