0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

rtmp-services: Add "Pandora TV Korea"

This commit is contained in:
jp9000 2017-02-22 09:10:25 -08:00
parent 3fb64d85e5
commit fabdeaa41b
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -841,6 +841,15 @@
"max video bitrate": 2000, "max video bitrate": 2000,
"max audio bitrate": 160 "max audio bitrate": 160
} }
},
{
"name": "Pandora TV Korea",
"servers": [
{
"name": "Default",
"url": "rtmp://plive.pandora.tv:80/mediaHub"
}
]
} }
] ]
} }