Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Music stream (radio) to HomePod stops after 1-2mins #47

Open
DanielsCode opened this issue Oct 3, 2018 · 1 comment
Open

Music stream (radio) to HomePod stops after 1-2mins #47

DanielsCode opened this issue Oct 3, 2018 · 1 comment

Comments

@DanielsCode
Copy link

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.

@DanielsCode 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 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
@mcfisto
Copy link

mcfisto commented Jan 5, 2019

I got it fixed!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants