Hi,
I removed the repositories you instruct me to remove
Code:
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+-----------------------+------------------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------+--------
1 | Packman Repository | Packman Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.2/ |
2 | libdvdcss repository | libdvdcss repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/13.2/ |
3 | openSUSE-13.2-Non-Oss | openSUSE-13.2-Non-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/non-oss/ |
4 | openSUSE-13.2-Oss | openSUSE-13.2-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/oss/ |
5 | repo-non-oss | openSUSE-13.2-Non-Oss | Yes | ( p) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/non-oss/ |
6 | repo-oss | openSUSE-13.2-Oss | Yes | ( p) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/oss/ |
7 | repo-update | openSUSE-13.2-Update | Yes | ( p) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/13.2/ |
8 | repo-update-non-oss | openSUSE-13.2-Update-Non-Oss | Yes | ( p) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/13.2-non-oss/
Then I installed vlc
Code:
john@linux-f44g:~> sudo zypper in vlc
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following 5 NEW packages are going to be installed:
libvlc5 libvlccore8 vlc vlc-noX vlc-qt
5 new packages to install.
Overall download size: 5.0 MiB. Already cached: 0 B After the operation, additional 16.1 MiB will be used.
Continue? [y/n/? shows all options] (y): y
Retrieving package libvlccore8-2.2.1-285.1.x86_64 (1/5), 415.3 KiB ( 1.0 MiB unpacked)
Retrieving: libvlccore8-2.2.1-285.1.x86_64.rpm ................................................................................................[done]
Retrieving package libvlc5-2.2.1-285.1.x86_64 (2/5), 85.4 KiB (131.4 KiB unpacked)
Retrieving: libvlc5-2.2.1-285.1.x86_64.rpm ....................................................................................................[done]
Retrieving package vlc-noX-2.2.1-285.1.x86_64 (3/5), 3.3 MiB ( 11.6 MiB unpacked)
Retrieving: vlc-noX-2.2.1-285.1.x86_64.rpm ......................................................................................[done (703.9 KiB/s)]
Retrieving package vlc-qt-2.2.1-285.1.x86_64 (4/5), 1.0 MiB ( 3.0 MiB unpacked)
Retrieving: vlc-qt-2.2.1-285.1.x86_64.rpm .....................................................................................................[done]
Retrieving package vlc-2.2.1-285.1.x86_64 (5/5), 236.0 KiB (398.6 KiB unpacked)
Retrieving: vlc-2.2.1-285.1.x86_64.rpm ........................................................................................................[done]
Checking for file conflicts: ..................................................................................................................[done]
(1/5) Installing: libvlccore8-2.2.1-285.1 .....................................................................................................[done]
(2/5) Installing: libvlc5-2.2.1-285.1 .........................................................................................................[done]
(3/5) Installing: vlc-noX-2.2.1-285.1 .........................................................................................................[done]
(4/5) Installing: vlc-qt-2.2.1-285.1 ..........................................................................................................[done]
(5/5) Installing: vlc-2.2.1-285.1 .............................................................................................................[done]
Then I tried to open it and I got the error messages:
Code:
john@linux-f44g:~> [00000000009c52d8] core demux error: corrupt module: /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
[00000000009030b8] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007f7bac000e68] core demux error: corrupt module: /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
[00007f7badf44e18] core decoder error: Codec `h264' (H264 - MPEG-4 AVC (part 10)) is not supported.
[00007f7badf5b578] core decoder error: Codec `mp4a' (MPEG AAC Audio) is not supported.
QObject::~QObject: Timers cannot be stopped from another thread
[1]+ Done vlc
Since it was not playing the files I needed I installed the vlc-codecs
Code:
john@linux-f44g:~> sudo zypper in vlc-codecs
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
vlc-codecs
1 new package to install.
Overall download size: 166.6 KiB. Already cached: 0 B After the operation, additional 463.3 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Retrieving package vlc-codecs-2.2.1-285.1.x86_64 (1/1), 166.6 KiB (463.3 KiB unpacked)
Retrieving: vlc-codecs-2.2.1-285.1.x86_64.rpm .................................................................................................[done]
Checking for file conflicts: ..................................................................................................................[done]
(1/1) Installing: vlc-codecs-2.2.1-285.1 ......................................................................................................[done]
john@linux-f44g:~> cvlc &
[1] 2179
john@linux-f44g:~> VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
[00000000012841f8] core demux error: corrupt module: /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
[00000000012b49a8] dummy interface: using the dummy interface module...
As you can see I have the error repeating "corrupt module: /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so".
I am able to play mp4, which was not playing before but the video runs very slowly. I presume that the "corrupt module" is causing the problems. Have you seen anything like this.
Bookmarks