Pierre Ståhl
Pierre Ståhl
Sounds a lot like the issue when having a HomePod connected. Currently there's no solution to this unfortunately.
pyatv supports streaming via AirPlay 2 and does so if the receiver supports it. It's possible to force a specific version via a setting (https://pyatv.dev/api/settings/#pyatv.settings.RaopSettings.protocol_version). But you are likely right...
It does not support that part of the AirPlay protocol (only Apple TV does). Use `stream_file` instead (call it in the same way).
Yes, it uses RTP streaming to stream audio to the device. Basically is streams audio from the remote source (internet radio in your case), converts it into raw PCM frames...
> I closed the previous PR and made the requested change and a couple of others You can just `push --force` to the branch and it will update in the...
That might be true for Apple TVs ringing tvOS, yes. But it won't work for older models nor HomePods or other AirPlay receivers. So I still see a value in...
> Thanks for adding this feature! Let me know if I can help out somehow. > > > you can do right=2 and left=2 in atvremote to simulate fast forward...
Yeah, password is only implemented for RAOP and not AirPlay at the moment. Shouldn't be that hard to fix since it's basically the same code, but it needs to be...
#556 for reference
I can try enable building them again. Had to disable them because image build kept failing.