Merge pull request #2140 from DevWolk/avn-obs

rtmp-services: Add Stars.AVN.com streaming service
This commit is contained in:
Jim
2019-10-23 00:42:32 -07:00
committed by jp9000
parent 6dc81d9439
commit e89af8ff0a
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 113,
"version": 114,
"files": [
{
"name": "services.json",
"version": 113
"version": 114
}
]
}
+17
View File
@@ -1573,6 +1573,23 @@
"max video bitrate": 7000,
"max audio bitrate": 128
}
},
{
"name": "Stars.AVN.com",
"servers": [
{
"name": "Default",
"url": "rtmp://alpha.gateway.stars.avn.com/live"
}
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 2500,
"max audio bitrate": 192,
"bframes": 0,
"x264opts": "tune=zerolatency"
}
}
]
}