marlam / bino

3D video player with support for 180°/360° video and Virtual Reality
https://bino3d.org
GNU General Public License v3.0
45 stars 14 forks source link

no sound in fullscreen #10

Closed beew closed 2 years ago

beew commented 3 years ago

For all the samples from here (all have 6 audio channels) bino loses audio when go to fullscreen https://www.demolandia.net/3d-video/brands/lg/page-3.html

The work around is to exit fullscreen, move the playback progress back a bit until sound is restored and then go to fullscreen again and then there is audio in fullscreen.

It is kind of annoying.

Same with both bino-1.6.6 from repository and bino-1.6.7 compiled from source.

OS is Ubuntu 20.04, graphic NVIDIA GTX1070

marlam commented 3 years ago

I cannot reproduce this on my machine (Debian unstable, LXQT).

marlam commented 2 years ago

Bino is currently being rewritten completely and will be based on Qt 6. The fullscreen mode is now based on standard Qt methods instead of low-level system fiddling. This should solve this issue. An initial version of the new Bino is already in the main git repository, you can try it.