Feature request: support streaming to Telegram RTMPS
Hello,
Recently Telegram enables feature to stream into video broadcast using RTMPS. The app will generate the RTMPS Server URL and Stream Key.
See: https://telegram.org/blog/downloads-attachments-streaming#live-streaming-with-other-apps
Example Server URL : rtmps://dc4-1.rtmp.t.me/s/ Example Stream Key : 3476480810:UG8ZDUzTVFYgIRpQ8o6ccI
I tried to use RTP / MPEG Transport Stream where I put Address = Server URL, Base Port = 443 and Stream Name = Stream Key
But it does not work, and no video is being streamed to the Telegram video broadcast.
If RTMPS encoding really does work, I would like to know the exact step for it, and maybe the information can be put into VLC Wiki page.
If RTMPS encoding does not work, I would like to request for feature addition for it.
Thank you.