Merge pull request #2793 from NiMO-TV/rtmp-nimo-1

rtmp-services: Add Nimo TV
master
Richard Stanway 2020-04-30 01:23:54 +02:00 committed by GitHub
commit 5c12c13061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 2 deletions

View File

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

View File

@ -1818,6 +1818,28 @@
"url": "rtmp://rtmp.virtwish.com/live"
}
]
},
{
"name": "Nimo TV",
"servers": [
{
"name": "Global:1",
"url": "rtmp://wspush.rtmp.nimo.tv/live/"
},
{
"name": "Global:2",
"url": "rtmp://txpush.rtmp.nimo.tv/live/"
},
{
"name": "Global:3",
"url": "rtmp://alpush.rtmp.nimo.tv/live/"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 6000,
"max audio bitrate": 160
}
}
]
}