I am running vlc 3.0.9.2 from my distro repositories on linux mint 20.3 x64 here. I started playing an internet radio stream and the went to the Playback->Renderer menu entry and selected one of my chromecast devices. The local audio stopped and the timer continued to count indicating the stream was still being played, but there was no audio from the chromecast.
As I have the stream2chromecast scripts installed, I used them to query what was going on and got:
Code: Select all
dhdurgee@z560:~/Downloads$ stream2chromecast.py -status
searching the network for a cast receiving device
Sending mDNS query
device found: 172.16.80.227
enough devices found
device name: TVision HUB v2
{'applications': [{'statusText': u'Default Media Receiver', 'displayName': u'Default Media Receiver', 'appId': u'CC1AD845'}], 'host': '172.16.80.227', 'client': ('172.16.80.233', 41994), 'media_status': None, 'receiver_status': {u'displayName': u'Default Media Receiver', u'appType': u'WEB', u'statusText': u'Default Media Receiver', u'transportId': u'4683ca64-effb-495d-80f8-5bfe9eec38e5', u'isIdleScreen': False, u'launchedFromCloud': False, u'iconUrl': u'', u'sessionId': u'4683ca64-effb-495d-80f8-5bfe9eec38e5', u'namespaces': [{u'name': u'urn:x-cast:com.google.cast.cac'}, {u'name': u'urn:x-cast:com.google.cast.debugoverlay'}, {u'name': u'urn:x-cast:com.google.cast.broadcast'}, {u'name': u'urn:x-cast:com.google.cast.media'}], u'appId': u'CC1AD845', u'universalAppId': u'CC1AD845'}}
dhdurgee@z560:~/Downloads$
Any suggestions to get this working?
Dave