In Terminal, I ran:
Code: Select all
sudo apt-get install snapd //
sudo snap install vlc //
snap run vlc
From http://www.sopcast.com/download/linux.html, I downloaded and installed sp-sc-auth. In the terminal, the command is running:
Code: Select all
wget http://download.sopcast.org/download/sp-auth.tgz //
tar xzvf sp-auth.tgz //
sudo cp sp-auth/sp-sc-auth /usr/bin/ //
sp-sc-auth sop://xxx.xxx.xxx.xxx 3908 8000 >/dev/null //
snap run vlc http://127.0.0.1:8000/tv.asf //
The image is transmitted but I do not have a sound on the TV. I'm looking for a solution to direct the sopcast stream to Chromecast 2. Thank you!