Skip to content

Commit

Permalink
rtmp-services: Remove defunct servers/services
Browse files Browse the repository at this point in the history
  • Loading branch information
Service Checker authored and RytoEX committed Sep 26, 2024
1 parent f75a6dd commit 8cacec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 39 deletions.
4 changes: 2 additions & 2 deletions plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
"version": 263,
"version": 264,
"files": [
{
"name": "services.json",
"version": 263
"version": 264
}
]
}
40 changes: 3 additions & 37 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -2198,23 +2198,6 @@
"h264"
]
},
{
"name": "Autistici.org Live",
"servers": [
{
"name": "Default",
"url": "rtmp://live.autistici.org/ingest"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 2500,
"max audio bitrate": 128
},
"supported video codecs": [
"h264"
]
},
{
"name": "PhoneLiveStreaming",
"stream_key_link": "https://app.phonelivestreaming.com/media/rtmp",
Expand Down Expand Up @@ -2250,25 +2233,6 @@
"h264"
]
},
{
"name": "Mildom",
"more_info_link": "https://support.mildom.com/hc/ja/articles/360056569954",
"stream_key_link": "https://www.mildom.com/creator/live",
"servers": [
{
"name": "Global",
"url": "rtmp://txlvb-push.mildom.tv/live"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 6000,
"max audio bitrate": 160
},
"supported video codecs": [
"h264"
]
},
{
"name": "Livepush",
"more_info_link": "https://docs.livepush.io/en/articles/5065323-how-to-stream-live-from-obs-to-livepush",
Expand Down Expand Up @@ -2829,7 +2793,9 @@
},
{
"name": "Amazon IVS",
"supported video codecs": ["h264"],
"supported video codecs": [
"h264"
],
"servers": [
{
"name": "Asia: China, Hong Kong (6) (RTMPS)",
Expand Down

0 comments on commit 8cacec9

Please sign in to comment.