Pierre Ståhl
Pierre Ståhl
When playing video or audio or both?
@knopp Could you possibly attach some debug logs I can look at?
I can confirm the issue now as well, not sure why it happens. Will have to investigate further.
I suspect that the endpoint I'm using (`/playback-info`) is no longer available as that is only for AirPlay 1 and that call should not be made anymore. Not sure yet...
@knallle I have not made any progress in that matter, no. I would start using `atvproxy` and see if that yields any new insights.
You can find various information about AirPlay 2 by just goggling. You can also check some of my work at https://pyatv.dev/documentation/protocols/ (links to other sources are there as well). Similarly...
@knallle Yeah, I understand your conundrum. The core of pyatv has a public API as defined in `interface.py`. This is basically what the user (I.e. developer using the library) interacts...
@NprogramDev I have not looked into it yet, but I will try to find some time to do that. Kinda important to get it working again. I'll see if I...