Results 34 comments of syle

Just tried it, but vm-bhyve does something funky with it taking it out of suspended state. Tried with 13.1 release branch as follows: ``` git clone --branch releng/13.1 https://git.FreeBSD.org/src.git /usr/src...

I'll post my asterisk.conf as well as I don't see there being an issue with it: (Just a standard FreeBSD 13.1 guest using uefi boot loader) ``` loader="uefi" #graphics="yes" xhci_mouse="yes"...

After playing with it more, I have suspend and restore working fine but not with 13.1 stable, only in 14 current. I didn't try it with vm-bhyve this time round...

FreeBSD 14: `bhyvectl --suspend /vm/asterisk/default.ckp --vm=asterisk` (suspends really quick like 10 seconds) #now let's restore it: ``` bhyve -c 2 -m 4G -w -H -A \ -s 0:0,hostbridge \ -s...

That would be nice, I'd also like option to force to an orientation, say for video full screen mode, then set it back afterwards. We desperately need a foreground service...

I mean audio_players flutter package needs to be wrapped with audio_service plugin, otherwise without running a foreground service on phone to put an icon/play/stop button on pulldown screen, can no...

This mainly affects all browsers except firefox from my testing. Even enabling site permissions in chrome for music did nothing.

I think this could also serve as a great test case for benchmarking audioplayers. I am no DJ but when I researched how they work, with playlist support, they would...

Could use add the track stream to video? Currently no way to know which video is playing...

https://github.com/flet-dev/flet/issues/3034