I am trying to automatically open a network stream (rtsp://username:password@IP address:port/Streaming/Channels/101/ in VLC under Ubuntu 20.04 LTS. This stream should start automatically after Ubuntu boots. The VLC version is 3.0.18 Vetinari . If I manually start the stream in VLC, I get the intended image from the network camera. How can I make this start completely automatically when starting Ubuntu.
Asked
Active
Viewed 1,043 times
vlc rtsp://username:password@IP address:port/Streaming/Channels/101/
in a starup application or in a systemd user service for example. – Raffa Jul 27 '23 at 19:03