Dears
I am using VLC 3 on the raspberry PI, but it looks like others had similar problems on other platforms, so unlikely linked to the OS. While the following works perfectly with an old chromecast (prior the devices including Google TV) :
vlc MY_STREAM_URL --sout "#chromecast" --sout-chromecast-ip=MY_CHROMECAST_IP --demux-filter=demux_chromecast
The same returns an error message and fails on recent Chromecast with Google TV , the error *seems* relates to namespace :
[00007fff300010e0] stream_out_chromecast stream out error: Unknown namespace: urn:x-cast:com.google.cast.multizone
I tried to force the name space with the following, but without luck
vlc MY_STREAM_URL --sout "#chromecast,namespace=urn:x-cast:com.google.cast.media" --sout-chromecast-ip=MY_CHROMECAST_IP --demux-filter=demux_chromecast
So streaming is not working at all from VLC...
Is there any solution, or a plan to have an update of VLC fixing this ?
Thanks