Skip to content

Instantly share code, notes, and snippets.

@jbochi
Forked from hltbra/hlsclient_input_v2.json
Last active June 2, 2016 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jbochi/3796754 to your computer and use it in GitHub Desktop.
Save jbochi/3796754 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