Pierre Ståhl
Pierre Ståhl
That's interesting, will have to check that. I haven't made any changes to AirPlay streaming, maybe is related to some external library (like miniaudio). Is it the same with local...
This should be fixed in 0.15.1, please give it a try!
There's nothing special that you couldn't do in Swift, no. You need to follow the protocol. As I have no idea what you have done nor what protocol or even...
There's no `sendIntroduction()` method in pyatv. You need to understand that pyatv implements five different protocols used by Apple products for various purposes. I can't tell you "generically" what "headers"...
Then I would refer you to this page: https://pyatv.dev/documentation/protocols/#companion-link It should explain most things you need.
@JarekToro Sounds very reasonable to me! Feel free to send me a PR!
Did this work in a previous version of pyatv? Maybe you can try 0.14.0 or so?
I have not had any interest in getting any real streaming working, so that is not implemented at all in the proxy. If someone wants to try to implement it,...
Bummer! Seems to be blocked by this: https://github.com/beetbox/mediafile/issues/67
There probably is, I just found mediafile very convenient to use. It's just only used extract some metadata from audio files, e.g. artist, title and such. So it should be...