rtmp-services: Add Livestream service

Closes jp9000/obs-studio#798
master
Patrick Ancillotti 2017-02-13 15:49:47 -05:00 committed by jp9000
parent 2d706968cf
commit 5845664a02
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -854,6 +854,15 @@
"url": "rtmp://plive.pandora.tv:80/mediaHub"
}
]
},
{
"name": "LiveStream",
"servers": [
{
"name": "Primary",
"url": "rtmp://rtmpin.livestreamingest.com/rtmpin"
}
]
}
]
}