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

rtmp-services: Change "stream key link" key to "stream_key_link"

This change is to be consistent with an upcoming commit where
"stream_key_link" is used for the key. While the JSON spec allows spaces
in keys, it isn't widely exercised. Having spaces in keys may introduce
other issues if the JSON data were processed in JavaScript (e.g., dot
notation vs. bracket notation), so let's just replace the spaces with
underscores.
This commit is contained in:
Ryan Foster 2021-08-16 11:49:13 -04:00 committed by Jim
parent c9302d13ce
commit 6bdea81823

View File

@ -2272,7 +2272,7 @@
},
{
"name": "Volume.com",
"stream key link": "https://volume.com/b?show_key=1&webrtc=0",
"stream_key_link": "https://volume.com/b?show_key=1&webrtc=0",
"servers": [
{
"name": "Default - Recommended",
@ -2303,7 +2303,7 @@
},
{
"name": "17LIVE",
"stream key link": "https://17.live/settings/live",
"stream_key_link": "https://17.live/settings/live",
"servers": [
{
"name": "Default",
@ -2341,7 +2341,7 @@
},
{
"name": "BoxCast",
"stream key link": "https://dashboard.boxcast.com/#/sources",
"stream_key_link": "https://dashboard.boxcast.com/#/sources",
"servers": [
{
"name": "BoxCast",