Hi everyone, I’m new to the community and I find it amazing. I’m trying to play with a million settings and absorving as much info as fast as I can.
Currently I don’t have a lot to automate but one goal is to be able to stream a custom radio I like to all my Google speakers with the click of a button so I’ve created the following:
type: button
name: Congo.fm Ofi
tap_action:
action: call-service
service: media_extractor.play_media
service_data:
entity_id: media_player.oficina
media_content_id: 'http://cdn2.instream.audio:9243/stream'
media_content_type: music
That is currently working but when I click on the button, the Google Mini connects right away (it makes the connected sound) but the stream itself is taking 20-30 secs to start. If I open the url on a browser the stream plays immediately so I wonder if there’s a way I can debug this or what could I try.
Thanks in advance!