Merge pull request #1008 from pkuznets/add_looch_tv_platfom

rtmp-services: Add looch.tv streaming platform
master
Jim 2017-09-11 16:19:17 -07:00 committed by GitHub
commit c049dfdf1d
2 changed files with 18 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 72,
"version": 73,
"files": [
{
"name": "services.json",
"version": 72
"version": 73
}
]
}

View File

@ -1052,6 +1052,22 @@
"url": "rtmp://ingest-as-central.a.switchboard.zone/live"
}
]
},
{
"name": "Looch",
"common": false,
"servers": [
{
"name": "Primary Looch ingest server",
"url": "rtmp://ingest.looch.tv/live"
}
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 6000,
"max audio bitrate": 160
}
}
]
}