Page 1 of 1

Repo direct install vs. SNAPed: no rendering to Chromecast

Posted: 27 Sep 2022 23:40
by Aqualung
I installed VLC directly from the repo:

Code: Select all

sudo apt install vlc
but rendering on Chromecasts is not working. Note that there is no problem discovering the Chromecasts, it's just that clicking on "Playback/Renderer" and choosing a Chromecast from the dropdown list doesn't do anything.

Interestingly, the SNAP-ed version does not suffer from this issue: rendering to Chromecast works just fine ... which makes me think that the version that I installed directly from the repo might be incomplete.

Anyway, what am I doing wrong? (And no, the SNAP-ed version won't do, as that one cannot be tweaked to play BDs. I really do need the repo version.)

Re: Repo direct install vs. SNAPed: no rendering to Chromecast

Posted: 28 Sep 2022 08:47
by RĂ©mi Denis-Courmont
This is most probably down to different versions of VLC or one of the involved underlying libraries.

Check versions and VLC logs.

Re: Repo direct install vs. SNAPed: no rendering to Chromecast

Posted: 30 Sep 2022 23:48
by Aqualung
Well, I ended up compiling and installing VLC from source code, and that one works fine. There are other issues with the installation/compilation process, but I will open a different thread for that (https://forum.videolan.org/viewtopic.php?f=13&t=160849).

Re: Repo direct install vs. SNAPed: no rendering to Chromecast

Posted: 08 Oct 2022 18:07
by Aqualung
The mystery has been cleared: the SNAP-ed version of VLC is among the latest (3.0.17.x), which does indeed do broadcasting to Chromecast, while the VLC version that comes via apt is an older one (3.0.16.x), which does not do broadcasting to Chromecast (at least not in my Chromecast environment). Which is why I had to resort to compiling the latest VLC source code on my Ubuntu system.