From c15bcba2032d2edfd0d56a106609cb070eab9d26 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Sat, 29 Oct 2022 13:29:58 -0400 Subject: [PATCH] Create howto-streaming-telegram.md --- en/howto-streaming-telegram.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 en/howto-streaming-telegram.md diff --git a/en/howto-streaming-telegram.md b/en/howto-streaming-telegram.md new file mode 100644 index 0000000..7188a75 --- /dev/null +++ b/en/howto-streaming-telegram.md @@ -0,0 +1,25 @@ +# OpenIPC Wiki +[Table of Content](../index.md) + +## Live streaming to Telegram + +Open the channel you want to translate to. Start a streaming session. + +![](../images/howto-streaming-telegram-1.png) + +Copy Server URL and Stream key from Settings. + +![](../images/howto-streaming-telegram-2.png) + +Open `/etc/majestic.yaml` on camera and add the URL and the key into `outgoing` section of the config. + +![](../images/howto-streaming-telegram-3.png) +![](../images/howto-streaming-telegram-4.png) + +Restart majestic streamer. + +![](../images/howto-streaming-telegram-5.png) + +Enjoy the stream. + +![](../images/howto-streaming-telegram-6.png)