Daniel Clarke

Results 129 comments of Daniel Clarke

I did some browsing and I've found that this involves registering the application in a few different registry locations. https://docs.microsoft.com/en-us/windows/desktop/shell/how-to-register-a-file-type-for-a-new-application https://docs.microsoft.com/en-us/windows/desktop/shell/fa-sample-scenarios A registry script would have to be devisied, we...

Might you be interested in tackling this? I don't have access to a windows 10 machine. We have compiled baka on Windows in the past. On Thu, Mar 14, 2019,...

I'm assuming you've added the relevant Qt compilation flag; the other thing that would cause it to crash is the X11 specific code in `src/platform/linux.cpp` Can you confirm that it...

@tidux did you try the patch above? The last person who used wayland didn't get back to us--I don't have a proper wayland setup to test it myself, though I...

@tidux You may have some luck playing with the mpv vo parameter in `~/.config/bakamplayer.ini`; the default is `vdpau` which is X11 only. Some things that might work are `opengl` (safest...

@tidux sounds like maybe the vo driver is working properly but passing the win handle to mpv isn't (hence why you aren't seeing anything). I have a feeling this might...

@tidux I installed sway on my system and got it running by making vo a blank string, I was able to watch a video. I'm using archlinux, noveau early KMS,...

Please confirm whether or not mpv crashes on Wayland. Or Wayland support would be solely dependent on qt's (which I implemented in the patch) and mpv's (which should be an...

I would imagine this is just the slowness of your OS/Graphics Card. Can you confirm you don't get this effect when playing a game or something? Baka has no control...

Interesting, it could also have to do with Qt, might want to check if you experience it with mpv running itself without baka. It stores a history unless you disable...