still not working. I am just trying to play back a DVD movie. Latest output:
linux-dlym:/usr/lib/gstreamer-0.10 # ls
libgstcoreelements.so libgstflumcaacadec.so libgstfluwmadec.so
libgstcoreindexers.so libgstflumms.so libgstfluwmvdec.so
libgstfluac3dec.so libgstflump3dec.so libmcaacadec.so
libgstfluasfdemux.so libgstflumpeg2vdec.so libmch264dec.so
libgstfluh264dec.so libgstflumpeg4videodec.so
libgstfluisodemux.so libgstflumpegdemux.so
linux-dlym:/usr/lib/gstreamer-0.10 # gst-inspect-0.10 | grep flu
bash: gst-inspect-0.10: command not found
linux-dlym:/usr/lib/gstreamer-0.10 #
It would appear that the files are now in the correct directory. The README.txt file from Fluendo suggests the following to test the installation:
In order to test codecs you can run the following command in a terminal :
user@host$ gst-inspect-0.10 | grep flu
which should show the following result (or only some of them if you did not
buy the complete codec pack):
flumpeg4vdec: flumpeg4vdec: Fluendo MPEG-4 ASP Video Decoder
flump3dec: flump3dec: Fluendo MP3 Decoder (IPP build)
fluisodemux: fluisodemux: ISODemux Demuxer
flumpeg2vdec: flumpeg2vdec: Fluendo MPEG-2 Video Decoder
fluasf: fluasfcmdparse: Fluendo ASF Command Parser
fluasf: fluasfdemux: Fluendo ASF Demuxer
fluwmvdec: fluwmvdec: Fluendo WMV Decoder
fluac3dec: fluac3dec: AC3 decoder
flumms: flummssrc: Fluendo MMS source
fluwma: fluwmsdec: Fluendo WMS Decoder
fluwma: fluwmadec: Fluendo WMA Decoder
flumpegdemux: flutsdemux: MPEG Transport stream demuxer
flumpegdemux: flupsdemux: MPEG Program Demuxer
Some codecs require some old dependencies that might not be present on modern
Linux distributions such as libstdc++5. From one Linux distribution to another
the name of the package providing that dependency differs. To install it you
need to use your Linux distribution package manager.
For example on Ubuntu you would need to install libstdc++5 with Synaptic and
on Fedora Core you would use yum to install compat-libstdc+±33
Once the codecs are sucessfully installed, you should have access
to playing back supported media files like Windows Media Video, MPEG videos,
DivX movies using GStreamer applications such as Totem Movie Player,
Rhythmbox Music Player, Banshee Music player, Amarok, Kaffeine or the
Elisa Media center. Please make sure that those applications are using the
GStreamer backend before reporting issues to the support.
The licensing terms of each codec can be found in the LICENSE.txt
file that is shipped together with this file. Usage of Fluendo codecs means
that you accept the terms and conditions of these licenses.
So, that command does not work. Should I creating a directory within 0.10 that would be called plugins? That was suggested in the beginning of the README.txt as seen here:
- For one user only :
======================
Please copy all the files contained in the codecs directory in
the following directory ~/.gstreamer-0.10/plugins/
As a commodity you can run the following command line from a terminal :
user@host$ mkdir -p ~/.gstreamer-0.10/plugins; cp ./codecs/* ~/.gstreamer-0.10/plugins/
Once this is done a simple :
user@host$ ls ~/.gstreamer-0.10/plugins/
should show the following list of files (or only some of them if you did not
buy the complete codec pack):
libgstfluac3dec.so libgstflumcaacadec.so libgstflumpeg4videodec.so
libgstfluasfdemux.so libgstflumms.so libgstflumpegdemux.so
libgstfluh264dec.so libgstflump3dec.so libgstfluwmadec.so
libgstfluisodemux.so libgstflumpeg2vdec.so libgstfluwmvdec.so
I also noticed that there are a large number of repositories available for gstreamer in yast. Should I install them, which ones though?
Your help is greatly appreciated as I learn linux.