Provide RTMP stream access output in GUI
VLC has been supporting RTMP stream output for a long time. However, when opening the Stream option in the menu, I can't select RTMP as an output module but instead have to manually type the :sout parameter.
It would be great to have a simple option to provide
- stream endpoint (e.g. rtmp://my.host/live)
- stream key (as a password field)
- optionally: custom port, default 1935
which would concatenate to rtmp://my.host:port/live/key.
This way it's consistent with how e.g. OBS Studio works and would allow users to stream to Youtube, Twitch or custom RTMP hosts.
(OS: Arch Linux, VLC 3.0.11.1)