Pierre Ståhl
Pierre Ståhl
I can't see anything strange there. If I prepare a branch with additional log points, can you try it out for me and report the result back?
There have been a few updates to the integration as I'm merging stuff into core. Some things are still left to sort out, but I will merge back soon and...
I just release 2.2.0, please try that out and let me know if it seems to resolve the issue.
Yeah, `us` is standard so that is what you get without a country code. To some extent we can brute force until we build up a cache, but it's not...
Example of `sharedDataProtoBuf` in `_systemInfo` (with masked values): ``` 1: 1 4: "" 5: "sv-SE" 6: "" 7: "https://guzzoni.apple.com" 9: 1 10: "" 12 { 2: 0 } 13 {...
> In theory you can select a different language for Siri on the Apple TV. In practice my Apple TV greys out the entry and displays the following message, when...
pyatv only supports audio files and that's not gonna change any time soon I'm afraid. Some kind of work-around would be to extract the audio stream with ffmpeg and use...
By just glancing at the output, the Apple TV doesn't seem to recognize the stream and start playing it. It is really hard to debug as no feedback/error message is...
No problems! I know that it is quite picky when it comes to how media is served. When I was prototyping #95 ages ago, serving a demo clip (buck bunny...
Been reading up a bit and I don't think RTSP is supported this way. MP4 (even MP3) and live http streaming should work fine. But for RTSP I do believe...