LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 10-16-2015, 09:12 PM   #1
userzero
Member
 
Registered: May 2013
Posts: 56

Rep: Reputation: Disabled
Trying to play a VCD Installed libdvdcss- no go


Hi All,

I'm trying to play VCDs via VCL. I've installed libdvdcss but still can't get playback. I made sure to select "SVCD/VCD" option. Thoughts?

-u0
 
Old 10-17-2015, 02:36 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
according to search results for 'linux how to play vcd 2015', you should be able to use mplayer or xine or gxine like this:
Code:
gxine vcd://1
mplayer vcd://1
 
Old 10-17-2015, 02:05 PM   #3
userzero
Member
 
Registered: May 2013
Posts: 56

Original Poster
Rep: Reputation: Disabled
Thanks for the info. I've tried both of these suggestions previously via google research. Both launch an error message claiming VCD source could not be played. Tried different VCDs to eliminate medium problems- no go. DVDs work on this install and VCDs work on Linux Mint. "Why not just play them on Linux Mint then?" Because I want to get it working on Debian. :-)

u0
 
Old 10-17-2015, 02:43 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
of course you want to get it working.

what's the exact & full eror message, preferably with a verbose switch (e.g. "mplayer --verbose vcd://1")?
is it identical for both media players? that would be cool, because it would hint at the underlying problem.

i communicated my search terms for a reason.
what did your searches bring up?
what have you tried?
which debian version?
 
Old 10-17-2015, 08:08 PM   #5
userzero
Member
 
Registered: May 2013
Posts: 56

Original Poster
Rep: Reputation: Disabled
Thanks for the reply. Here is one output: (not sure where the log file is located. I looked in /etc/mplayer)

root@polaris:~# mplayer vcd://1
Failed to read /etc/mplayer/mplayer.conf.local: No such file or directory
Warning unknown option include at line 177
Creating config file: /root/.mplayer/config
MPlayer SVN-r37375 (C) 2000-2013 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing vcd://1.
track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 1
Error selecting VCD track. (get)
Failed to open vcd://1.
 
Old 10-18-2015, 02:02 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
you are running a media player as root.

i won't continue troubleshooting a problem on a misconfigured system. (*)

please reinstall debian from scratch, and do it properly this time, creating and using a normal user.

(*) this is such a big topic that i can't just post you some link to read.
please do some research. i bet wiki.debian.org has something to say on that.
 
1 members found this post helpful.
Old 10-18-2015, 03:52 AM   #7
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
The last time I had a VCD I was unable to read it in Linux.
I had to use Windows to rip the data files then transfer them to Linux.
(ironically Windows could read the disc but couldn't play it and Linux could play the files but couldn't read the disc. Since VCD is dead, I doubt that's changed much)
 
Old 10-18-2015, 10:47 AM   #8
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by ondoho View Post
you are running a media player as root.
definitely a no no, though i'm one to talk, i used to do that also. I would try at the very least copy the code block into a script (eg, move.sh)

Code:
# chmod +x move.sh
# ./move.sh
the script

Code:
#! /bin/bash
groupadd $1
useradd -g $1 $1
passwd $1
cp -v /root/* /home/$1
cd /home/$1 
chown -R  $1:$1 *
which will create a user for you and move your files to it's home directory

then subsequently log in as that user as opposed to root

not sure how well that will work, but make sure to back everything up first

if it does you won't have to re-install

as for the original problem, libdvdcss is for encrypted DVD content, and would not effect VCD playback

Last edited by frieza; 10-18-2015 at 10:49 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Unable to play encrypted dvds properly with mpv with libdvdcss installed Pinonoir Slackware 3 08-07-2014 04:58 PM
Cannot play dvds or install libdvdcss adanedhel728 Ubuntu 8 10-23-2007 01:44 PM
libdvdcss -- I can play some DVDs, but not others! Adrohak Linux - Software 38 05-10-2007 09:53 AM
libdvdcss now installed movies still don't play doobers Linux - Software 5 07-27-2004 05:18 PM
Cannot play DVDs even with libdvdcss! BlueCarrot Linux - Software 8 12-29-2003 08:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration