diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index fa0baa161c92b7..91c4f75e4c4a16 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -5,7 +5,7 @@ "files": [ { "name": "services.json", - "version": 272 + "version": 273 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 4f286c40fc1bcf..e378b950a53361 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -3537,6 +3537,24 @@ "keyint": 1, "max video bitrate": 6000 } + }, + { + "name": "Odysee", + "more_info_link": "https://odysee.com", + "servers": [ + { + "name": "Primary RTMP", + "url": "rtmp://stream.odysee.com/live" + } + ], + "supported video codecs": [ + "h264" + ], + "recommended": { + "keyint": 2, + "profile": "high", + "max video bitrate": 7000 + } } ] }