LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   totem? plugins? (https://www.linuxquestions.org/questions/linux-desktop-74/totem-plugins-533866/)

phantom_cyph 03-02-2007 06:24 AM

totem? plugins?
 
Sometimes I try to play videos on the internet, but it comes up with a message that totem could not play it and that I may need to install missing plugins. What am I missing?

Hitboxx 03-02-2007 07:34 AM

Miss anything??
Code:

[shrikant@shricore64 ~]$ yum list installed | grep gstreamer
gstreamer.i386                          0.10.9-2              installed     
gstreamer.x86_64                        0.10.9-2              installed     
gstreamer-plugins-base.x86_64            0.10.9-4              installed     
gstreamer-plugins-good.x86_64            0.10.4-1.fc6          installed     
gstreamer-plugins-ugly.x86_64            0.10.4-3.lvn6          installed     
gstreamer-python.x86_64                  0.10.6-1.fc6          installed     
gstreamer-tools.x86_64                  0.10.9-2              installed     
gstreamer08.x86_64                      0.8.12-8.fc6          installed     
gstreamer08-plugins.x86_64              0.8.12-7.fc6          installed     
[shrikant@shricore64 ~]$ yum list installed | grep xine
totem-xine.x86_64                        2.16.4-1.lvn6          installed     
totem-xine-mozplugin.x86_64              2.16.4-1.lvn6          installed     
xine.x86_64                              0.99.4-10.lvn6        installed     
xine-lib.x86_64                          1.1.3-2.fc6            installed     
xine-lib-extras-nonfree.x86_64          1.1.3-3.lvn6          installed     
xinetd.x86_64                            2:2.3.14-8            installed


phantom_cyph 03-02-2007 07:45 AM

um-this is what I got:

kevan@kevanr:~$ yum list installed | grep gsteamer
bash: yum: command not found
kevan@kevanr:~$

Hitboxx 03-02-2007 07:50 AM

LoL sorry, what distro you on? If Ubuntu, i think its 'apt-cache policy gstreamer'.

If I'm wrong, someone please correct me and help him.

phantom_cyph 03-02-2007 10:08 PM

kevan@kevanr:~$ apt-cache policy gstreamer
W: Unable to locate package gstreamer
kevan@kevanr:~$

Does this mean I need to install something?

Hitboxx 03-03-2007 07:17 AM

Just get this and follow instructions.

E A S Y U B U N T U

phantom_cyph 03-03-2007 03:32 PM

man-that is taking a long time to load...Oh, and I can't play my DVDs either-the same error comes up.

phantom_cyph 03-03-2007 04:26 PM

The main web page loads, but nothing linked to it does, I can't download it...

kernel_geek 03-03-2007 04:48 PM

Easy ubuntu is c***

If you have dapper do this at terminal (will install codecs):

sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs

For dvds as well:
sudo apt-get install libdvdread3

sudo apt-get install dpkg-dev fakeroot debhelper # If you have AMD64. You need dpkg-source. Otherwise skip.

sudo /usr/share/doc/libdvdread3/examples/install-css.sh

sudo apt-get install totem-xine

kernel_geek 03-03-2007 04:50 PM

Thy should work with edgy as well. BTW it installs evrything, dvds,wmv,wma,mp3,ogg etc ...

phantom_cyph 03-03-2007 05:14 PM

well, the totem error didnt come up again, but this did:

The source seems encrypted, and can't be read. Are you trying to play an encrypted DVD without libdvdcss?

phantom_cyph 03-03-2007 05:18 PM

Quote:

kevan@kevanr:~$ sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
gstreamer0.10-plugins-base is already the newest version.
gstreamer0.10-plugins-good is already the newest version.
Package w32codecs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package w32codecs has no installation candidate
kevan@kevanr:~$ sudo apt-get install libdvdread3
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdvdread3 is already the newest version.
The following packages were automatically installed and are no longer required:
libapr0 libsvn0 kdesvn-kio-plugins libsvnqt2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
kevan@kevanr:~$ sudo /usr/share/doc/libdvdread3/examples/install-css.sh
sudo: /usr/share/doc/libdvdread3/examples/install-css.sh: command not found
kevan@kevanr:~$ sudo apt-get install totem-xine
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapr0 libsvn0 kdesvn-kio-plugins totem-gstreamer libsvnqt2
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libmodplug0c2 libxine1
Recommended packages:
libxine-extracodecs
The following packages will be REMOVED:
totem-gstreamer
The following NEW packages will be installed:
libmodplug0c2 libxine1 totem-xine
0 upgraded, 3 newly installed, 1 to remove and 5 not upgraded.
Need to get 4439kB of archives.
After unpacking 7156kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://security.ubuntu.com edgy-security/main libxine1 1.1.2+repacked1-0ubuntu3.2 [3222kB]
Get:2 http://us.archive.ubuntu.com edgy/main libmodplug0c2 1:0.7-5 [115kB]
Get:3 http://us.archive.ubuntu.com edgy-updates/universe totem-xine 2.16.2-0ubuntu3 [1102kB]
Fetched 4439kB in 25s (176kB/s)
dpkg: totem-gstreamer: dependency problems, but removing anyway as you request:
totem-mozilla depends on totem-xine (>= 2.16.2-0ubuntu3) | totem-gstreamer (>= 2.16.2-0ubuntu3); however:
Package totem-xine is not installed.
Package totem-gstreamer is to be removed.
totem depends on totem-gstreamer (>= 2.16.2-0ubuntu3) | totem-xine (>= 2.16.2-0ubuntu3); however:
Package totem-gstreamer is to be removed.
Package totem-xine is not installed.
(Reading database ... 124986 files and directories currently installed.)
Removing totem-gstreamer ...
Selecting previously deselected package libmodplug0c2.
(Reading database ... 124845 files and directories currently installed.)
Unpacking libmodplug0c2 (from .../libmodplug0c2_1%3a0.7-5_i386.deb) ...
Selecting previously deselected package libxine1.
Unpacking libxine1 (from .../libxine1_1.1.2+repacked1-0ubuntu3.2_i386.deb) ...
Selecting previously deselected package totem-xine.
Unpacking totem-xine (from .../totem-xine_2.16.2-0ubuntu3_i386.deb) ...
Setting up libmodplug0c2 (0.7-5) ...

Setting up libxine1 (1.1.2+repacked1-0ubuntu3.2) ...

Setting up totem-xine (2.16.2-0ubuntu3) ...

kevan@kevanr:~$
This is what it looked like when I was installing...

phantom_cyph 03-03-2007 05:38 PM

can I get some help here? (look at post #11)

Hitboxx 03-03-2007 06:08 PM

sudo apt-get install libdvdcss libdvdcss2

kernel_geek 03-04-2007 02:50 AM

Yeeah you obviously cant do the xine trick in edgy, do the command as shown in previous post


All times are GMT -5. The time now is 05:18 PM.