Author Topic: DVD Playback on Linux  (Read 926 times)

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
DVD Playback on Linux
« on: 9 February 2002, 10:45 »
Is there a software DVD Decoder for Linux?

lu666s

  • Member
  • **
  • Posts: 63
  • Kudos: 0
    • http://www.lumir.net/
DVD Playback on Linux
« Reply #1 on: 9 February 2002, 17:18 »
http://www.linuxtv.org/developer/software.xml

Billy, do yourself a favor and fire up, on occassion, google or somethin.

Otherwise I have to assume extreme laziness. Neither of the two spell any good.
I'm not in favor of senseless Microsoft bashing. I'm in favor of bashing Microsoft senseless.

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
DVD Playback on Linux
« Reply #2 on: 9 February 2002, 18:31 »
I will do so next time, thank you

P.S. You spelled extreme and laziness correct

psyjax

  • VIP
  • Member
  • ***
  • Posts: 1,871
  • Kudos: 55
DVD Playback on Linux
« Reply #3 on: 10 February 2002, 00:35 »
HAHAHAHAHAHHAHAHAHA!!!! Nice comeback.... lol...

  :D
Psyjax! I RULEZZZZ!!! HAR HAR HAR

Leodak

  • Newbie
  • *
  • Posts: 10
  • Kudos: 0
DVD Playback on Linux
« Reply #4 on: 11 February 2002, 20:55 »
you also might wanna check out www.freshmeat.net lots of linux programs and stuff... and xine is the dvd player i use, works pretty good
"Linux is user-friendly. It is not ignorant-friendly and idiot-friendly."

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
DVD Playback on Linux
« Reply #5 on: 18 February 2002, 13:31 »
OK, I went to the official XINE website and downloaded the latest tarball as of February 18th. I DLed the lib and the ui

The ./configure, make, and make install worked fine on the lib.

And on the UI ./configure worked, but when I typed make is said "No targets specified, no make files found. stop"

Please Help, How do I get it to "Make"?

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
DVD Playback on Linux
« Reply #6 on: 18 February 2002, 13:45 »
are you sure configure didn't report any errors? I remember when I installed xine that I had to set the XINE_CONFIG environment variable.
If you can't learn to do something well, learn to enjoy doing it poorly.

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
DVD Playback on Linux
« Reply #7 on: 18 February 2002, 21:08 »
I don't know, what does an error look like?

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
DVD Playback on Linux
« Reply #8 on: 18 February 2002, 22:10 »
something like this : (actual xine failure when installing on my pc)

checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for ptrdiff_t... yes
checking for xine-config... no
checking for XINE-LIB version >= 0.9.4... no
*** The xine-config script installed by XINE could not be found
*** If XINE was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XINE_CONFIG environment variable to the
*** full path to xine-config.
configure: error: *** You should install xine-lib first ***

should this be the same error that you have just type export XINE_CONFIG=/usr/local/bin/xine-config
and then ./configure again
If you can't learn to do something well, learn to enjoy doing it poorly.

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
DVD Playback on Linux
« Reply #9 on: 19 February 2002, 00:53 »
I did get thet exact error, so I did the export thing you mentioned and then typed ./configure again. it worked. but then when I type make, it got to nearly the end and gave me some errors. Then I typed make install (hoping the errors wouldn't matter) and it did the whole thing, got some errors. Then I typed xine (again hoping the errors didn't matter) and it said bash: command not found. So it is not installed, help me make again please?

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
DVD Playback on Linux
« Reply #10 on: 19 February 2002, 13:32 »
"some error" isn't exactly very descriptive now is it? how about pasting the error in a post so we can actually tell what's going on instead of doing guesswork?
If you can't learn to do something well, learn to enjoy doing it poorly.