You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did you every get a chance to look more into it? I am having same issue and I want to be able to stream youtube music on my google chromecast things on openhab2
Expected behavior:
smarthome:audio stream chromecast:audio:lounge 'https://gist.githubusercontent.com/imaginator/de4deb96086283eaf84a1edb8838f4aa/raw/885329593b04e775215e04ad0cf80e119a9abd95/test-with-extension.m3u'
(random web example)works:
smarthome:audio stream chromecast:audio:lounge 'https://gist.githubusercontent.com/imaginator/d2f5a1403bb5fee7e5b8d57ebd19e83c/raw/a378ad55f7f133e6cda1c8364d1f58dee3f48f59/test-without-extension'
without a
.m3u
suffix the stream fails toApplication launched: Application{id: CC1AD845
. See:Additionally when passing in my own list (sourced from gmusicproxy) with the correct mime-type and CORS:
trying to play
smarthome:audio stream chromecast:audio:lounge 'http://10.7.11.1:9999/get_by_search?type=album&artist=Queen&title=Greatest%20Hits'
leads to a:
So in this case we launch the application but we have a problem with the content. To double check this I stream the first track:
smarthome:audio stream chromecast:audio:lounge 'http://10.7.11.1:9999/get_song?id=Tbjaahrmhzktoqvcvvjfqrzg6fa'
which works:
Summary:
Between retrieving the playlist and parsing the m3u file... sadness happens:
Failed playing media: Unable to load media
[ast.internal.ChromecastEventReceiver] - Unhandled event type: java.lang.Object@4429f011
Environment:
The text was updated successfully, but these errors were encountered: