rtmp-services: Add CAM4 streaming service

Closes jp9000/obs-studio#606
This commit is contained in:
Andrei Nistor 2016-09-01 14:48:32 +03:00 committed by jp9000
parent 4b0f22d05a
commit 95f364dd29
2 changed files with 18 additions and 2 deletions

View File

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

View File

@ -789,6 +789,22 @@
"max video bitrate": 5000,
"max audio bitrate": 192
}
},
{
"name": "CAM4",
"servers": [
{
"name": "CAM4",
"url": "rtmp://origin.cam4.com/cam4-origin-live"
}
],
"recommended": {
"keyint": 1,
"profile": "baseline",
"tune": "zerolatency",
"max video bitrate": 3000,
"max audio bitrate": 128
}
}
]
}