LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Getting Kaffine to play CD's and DVD's (https://www.linuxquestions.org/questions/linux-newbie-8/getting-kaffine-to-play-cds-and-dvds-631754/)

Sam French 03-30-2008 04:35 PM

Getting Kaffine to play CD's and DVD's
 
Hello everybody

I have Open suse 10.3 retail version.

I can get Kaffine to play a CD but it gives me a
Can't bind info socket!!!
error but I can get it to play.
All I want to do is Burn CD's play Mp3's and DVD's
I really like the interface it has

Thanks in advance.

Simon Bridge 03-31-2008 09:21 AM

Convert your mp3 collection to ogg/vorbis or flac.
http://www.gnu.org/philosophy/why-au...t-matters.html

The utility you want is called ffmpeg2theora - install with YaST. cd into your music directory and use the following script:
Code:

#! /bin/bash
for file in *
do
ffmpeg2theora $file
done
echo “all finished”
exit

It will also convert video.

Commercial DVDs use encrypted proprietary formats, sometimes with DRM. A royalty is usually needed for playback - which is normally paid when you buy the OS. The retail openSUSE dosn't include this royalty.

However - there are ways of enabling such restricted media for playback, against the copyright owner's wishes.

http://opensuse-community.org/Multimedia

mikieboy 03-31-2008 02:59 PM

Quote:

Can't bind info socket!!!
I think Kaffeine is trying to connect to a server. This could mean that you have something like DVB client selected. If you have, try deselecting it and see what happens.

Quote:

Commercial DVDs use encrypted proprietary formats
To play these DVDs you will need to install libdvdcss.

dasy2k1 03-31-2008 07:03 PM

try the stickeys in the suse forum
http://www.linuxquestions.org/questi...engine-597476/

Sam French 04-09-2008 10:11 AM

Thank you all for responding. I went to to the forum and installed the updates it plays DVD's now. I was watching truck pulling the engines sounded way better than what I was using on XP. I am still getting the
bind socket error but it plays fine.

Thanks again

mikieboy 04-12-2008 01:34 PM

Check to see what services are running. Disable all those you don't actually need. (I think the command
Quote:

/etc/init.d/service_name start/stop/restart
is the one to use.) This is a good security move anyway, it will reduce overhead and could solve your bind socket error. It's well worth a try.


All times are GMT -5. The time now is 09:13 AM.