Set initial video mode to muted to see if fixes audio takeover of background apps

This commit is contained in:
Hank Grabowski 2023-11-29 15:02:23 -06:00
parent 4ff673e6fd
commit 8891148843

View file

@ -26,6 +26,7 @@ class _MediaKitAvControlState extends State<MediaKitAvControl> {
final Player player = Player(
configuration: const PlayerConfiguration(
logLevel: MPVLogLevel.warn,
muted: true,
),
);
VideoController? controller;