linuxmint / hypnotix

An M3U IPTV Player
1.25k stars 168 forks source link

HYPNOTIX STOP WORKING - UBUNTU 20.04 AND GNOME 41 WAYLAND #215

Closed bambinounos closed 2 years ago

bambinounos commented 2 years ago

Version 2.6

crashFile.txt

Axel-Erfurt commented 2 years ago

try in terminal

GDK_BACKEND=x11 hypnotix

bambinounos commented 2 years ago

please check imagen imagen The address, user and password is ok

Axel-Erfurt commented 2 years ago

try to add

vo=x11

to the mpv options in hypnotix settings

bambinounos commented 2 years ago

Settings are hwdec=auto-safe;vo=x11 Now the error has gone but it keeps loading and it does not play any media. imagen

bambinounos commented 2 years ago

I could see it freezes as well imagen

Axel-Erfurt commented 2 years ago

There is "authenticate failed" in your output. drm problem.

bambinounos commented 2 years ago

Do you mean address, username and pass of IPTV?

Axel-Erfurt commented 2 years ago

Maybe it's a graphics problem. It seems that this problem appears more frequently under wayland.

try

hwdec=no

bambinounos commented 2 years ago

It did not work

Azureit commented 2 years ago

Does this problem happen with mpv? run at the terminal mpv -v [URL that your having problems]


Make sure you have vulkan, va-api and vdpau libraries installed for your GPU, and run vulkaninfo , vainfo and vdpauinfo to check for errors.


vo=x11 will disable hardware decoding, don't use it. Test my workaround for Wayland #205 (benefits: it will only be applied on a wayland session and will not disable hardware decoding)

bambinounos commented 2 years ago

Thanks for your help. It was solved Step 1, GPU driver had problems and I upgraded it.

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

Step 2 I changed the hypnotix.py file #205 Step 3 I changed hypnotix settings to hwdec=vaapi Thanks again