-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black screen with audio on Mint 20 #1
Comments
Sorry, I forgot to update the library project in the samples to the latest version (find it HERE) Anyway, now I lined up both sample projects to the latest lib version. It should work. About Mint behaviour. I never tested anything under linux Mint (Kubuntu only). Once I have time, I'll prepare a VM with Mint and make my own tests there. |
Tested on Linux Mint (MATE). Did u installed all the needed libs?
|
Hi Roberto, thanks a lot. Suggested libs where all already installed. Note that audio was playing fine, so the libs access were good. I installed notnet 5.0.407 and still have black screen. A GTK demo using libvlc works: I am wondering if OpenGL presence (or absence) has anything to do with this. |
It effectively seems in Mint there is the issue on setting ZIndex and it needs topmost. The ZIndex vs Topmost settings will be reviewed as soon as possible, to allow the right behaviour in Mint too. |
It seems Mint has stopped shipping with Kde, generating a lot of issues. To install Kde in Mint MATE:
Run the sample using the latest lib. The panel at the bottom should work fine without overlapping any other window. Note that the video was playing successfully even without Kde installed, at least in my Mint MATE VM. |
I was also experiencing transparency and ZIndex issues trying to get this working on a Raspberry Pi. So this is an FYI and for anyone else experiencing similar problems. To fix the transparency issues (TLDR: make sure xcompmgr is running):
To fix the ZIndex:
Probably not the most ideal, but this worked for my purposes. Also this is my first time doing anything on Linux so I'm sure I'm missing something
|
I have the same issue, running on a Ubuntu 22.04 in a Hyper-V VM. I have run sudo apt-get install libx11-dev previously to make it build, but still see a black screen and the errors mentioned initially in this thread. I downloaded the software today. |
Thanks a lot for this project. Works on Windows. Found that overlay shows up even when another windows is on foreground and cursor moves to the player control area.
On Mint, I get black screen with audio fine.
Logs:
A few things: I bumped up to use .NET6.0 as I do not have 5.0. It does not seems to be related.
just in case I forced the code to select X server:
About installed libvlc:
Any suggestion?
Thanks in advance,
Marcelo
The text was updated successfully, but these errors were encountered: