From 3cd6ea55e6394ad3d5ba40ba7be32cce79f85adb Mon Sep 17 00:00:00 2001 From: winzlieb Date: Tue, 29 Sep 2020 20:53:22 +0000 Subject: [PATCH] adding rtmp config --- config/rtmp-configuration.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/rtmp-configuration.json diff --git a/config/rtmp-configuration.json b/config/rtmp-configuration.json new file mode 100644 index 0000000..adc24b4 --- /dev/null +++ b/config/rtmp-configuration.json @@ -0,0 +1,10 @@ +{ + "endpoint": "live", + "rebroacastList": [ + { + "name": "osp", + "platform": "custom", + "fullRTMPURL": "rtmp://osp.streaming.live.datenspuren.de/stream/336f96db-0434-4142-b746-07810b8f8658" + } + ] +}