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
Then I receive this logs:
adding device: 192.168.178.20:5000
status: ready
buffer buffering
buffer playing
After a couples of mins I get:
status: stopped
Why is this happening? I am bit confused.
The text was updated successfully, but these errors were encountered:
DanielsCode
changed the title
Play music stream (radio) to HomePod stoped after 1-2mins
Play music stream (radio) to HomePod stops after 1-2mins
Oct 3, 2018
DanielsCode
changed the title
Play music stream (radio) to HomePod stops after 1-2mins
Music stream (radio) to HomePod stops after 1-2mins
Oct 3, 2018
The problem is that HomePod requires regurarly sent heartbeat message with RTSP protocol. It is sufficient just to send SET_PARAMETER with actual volume value every 60 seconds.
Hi,
thanks for this great project. I use the following command:
node play_ffmpeg.js --host 192.168.178.20 --port 5000 --file http://rb-bremenvier-live.cast.addradio.de/rb/bremenvier/live/mp3/128/stream.mp3
Then I receive this logs:
adding device: 192.168.178.20:5000
status: ready
buffer buffering
buffer playing
After a couples of mins I get:
status: stopped
Why is this happening? I am bit confused.
The text was updated successfully, but these errors were encountered: