Gonna Preface this by saying I’ve been using Linux for a few months but I’m still a noob so detailed answers would be appreciated :o
So I installed Tumbleweed yesterday and everything has gone fine so far except for one thing. My MP4 Players are not working, VLC plays audio but doesn’t show video and MPV just crashes when I attempt to play a video. I’m on the latest kernel and I’ve got the latest Nvidia drivers (460.84)
I installed SMPlayer to confirm it wasn’t just those two mp4 players and I received this log upon it crashing:
(+) Video --vid=1 () (h264 1280x720 30.307fps)
(+) Audio --aid=1 --alang=eng () (aac 2ch 48000Hz)
Failed to initialize a decoder for codec ‘h264’.
Video: no video
Exiting… (Errors when loading file)
Can anyone help me? Is this an error with the GPU?
Welcome to the openSUSE Forums!
Apparently you have no h264 codec installed. Did you add the Packman repo and switched packages to it? Ask here if you don’t know how to do that.
Please show the result of:
Additional details here and here.
BTW, when pasting output from a terminal command, ensure to enclose it between CODE tags (use the # button in the second row above the editing area) including the command and the trailing prompt, so that we are sure to see everything your system showed.
[FONT=monospace]admin@mark-pc:~> sudo zypper dup --from packman --allow-vendor-change
Retrieving repository 'packman' metadata .........................[error]
Repository 'packman' is invalid.
[packman|http://packman.inode.at/suse/openSUSE_Tumbleweed/] Valid metadata not found at specified URL
History:
- |] Error trying to read from 'http://packman.inode.at/suse/openSUSE_Tumbleweed/'
- Permission to access 'http://packman.inode.at/suse/openSUSE_Tumbleweed/content' denied.
Please check if the URIs defined for this repository are pointing to a valid repository.
Warning: Skipping repository 'packman' because of the above error.
Some of the repositories have not been refreshed because of an error.
Loading repository data...
Reading installed packages...
Computing distribution upgrade...
Nothing to do.
admin@mark-pc:~>
[/FONT]
Nice to see that your problem is solved. Apparently there are (transient?) problems on those Packman repos, I had to try 3 times before the link the SDB Wiki (and myself) suggested worked…