jorritsmit
jorritsmit
> I think this is related to #344 It is a duplicate indeed I think. My apologies
That would be excellent. Let me know if you want any help!
with this you mean selecting quality (resolution and bitrate)?
i think i found out why. since my GroupsToUserAttributeValue returns the dn, the filter will use the dn to find the user, but since this is not an attribute this...
Exoplayer
So i started looking into the code and as far as i understand it there are 2 solutions to this problem. Currently the native player is implemented as a player...
hmm if you want to replace the webclient in the future then i actually think option 2 is better. It uses exoplayer for playlist management and doesn't break the exoplayers...
I use this run function that i call every x seconds: ``` def run(self): a = self.get_triggers(self.state) triggers = [x for x in a if not x.startswith("to_")] for trig in...
Interesting. On my pixel 8 with android 14 pip is working but the app is killed when in the background after a while (screen off)
> Interesting. On my pixel 8 with android 14 pip is working but the app is killed when in the background after a while (screen off) Some update on this:...