Max Rumpf
Max Rumpf
Interesting, I'll check it out. Note that only the integrated player supports PiP in the first place.
I just tested on my device with Android 14, and for me, tapping the home button during video playback correctly enters PiP. Note that it won't use PiP while the...
Thanks for the additional details. I switched my phone (Pixel 5 with Android 14, October security patch) to gesture navigation, and couldn't reproduce that behaviour either. When using the home...
Self-signed CAs installed to the settings are supported by the app, so I'm not sure what's actually causing it in your case. Could you upload some logs of your connection...
External player doesn't support transcoded playback, that's the root cause here. I'm not sure why it doesn't direct play, but looking at the metadata the audio codec or channel count...
Thanks for investigating this and your contribution! > So when choosing software decoding, DirectPlay is fine, but when choosing hardware decoding, transcoding should automatically be applied if the hardware doesn't...
I refactored your code so that it doesn't have to re-read the supported `MediaCodecList` list every time, but uses the information already present at earlier stages of the DeviceProfileBuilder. However,...
We're planning to make the native player the default eventually, but there's still some work to be done before we can do that. We finally have quality selection and improved...
Awesome, sounds like this will be fixed in 10.9 then!
# Linux The [official deployment guide](https://docs.flutter.dev/deployment/linux) describes how to bundle a package for the snap store. As snaps aren't exactly popular in the general Linux community[[1](https://www.reddit.com/r/linux/comments/j3ajnf/whats_wrong_with_snaps_why_so_many_people_hate_it/), [2](https://lemmy.world/post/1477518)], I'll instead describe...