rtmp-services: Add Linkstream

Closes obsproject/obs-studio#1529
This commit is contained in:
Serge Martial Nguetta
2018-10-24 16:56:28 +02:00
committed by jp9000
parent 4f706a1b78
commit aacdb7328c
2 changed files with 11 additions and 2 deletions

View File

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

View File

@@ -1281,6 +1281,15 @@
"max video bitrate": 6000,
"max audio bitrate": 160
}
},
{
"name": "Linkstream.live",
"servers": [
{
"name": "Linkstream Live Ingest Point",
"url": "rtmp://hadamard.streaming.linkstream.live:80/live"
}
]
}
]
}