LinHES Forums http://forum.linhes.org/ |
|
DVD playback issues http://forum.linhes.org/viewtopic.php?f=21&t=21259 |
Page 1 of 1 |
Author: | Martian [ Sat Jul 31, 2010 8:03 am ] |
Post subject: | DVD playback issues |
Ever since I started using MythTV there have always been those few DVDs that just don't want to play no matter what I do but for the most part I haven't had major issues, until recently. For example my son has watched Monsters Inc. probably 100 times, yet today, even after a shutdown and restart, it refuses to play. Older DVDs that used to always play with zero issues are no longer working. They start to load, in some cases even start to play but then crash back to the frontend. It would seem that I have a problem with my DVD drive yet other (sometimes newer discs) play with no issues. The Wife and Kid approval factor has reached the point I may have to hook up the DVD player again, and I really don't want to have to do that... Any help would be greatly appreciated. Also let me know if there any additional info I can provide. I know this point is light on details, I won't to avoid issues of the tropical fruit variety... Martian |
Author: | tscholl [ Sat Jul 31, 2010 10:04 am ] |
Post subject: | |
Since you were able to play DVD's prior to this it sounds like a hardware problem. I would suggest a DVD cleaning disk and see if that won't correct the problem. Or swap it out if you have another reader. |
Author: | manicmike [ Sun Aug 01, 2010 8:11 pm ] |
Post subject: | Re: DVD playback issues |
Martian wrote: my son has watched Monsters Inc. probably 100 times, yet today, even after a shutdown and restart, it refuses to play.
From memory, my copy of that DVD has the "deliberately introduced bad block" problem, which is to prevent people who buy the disc from using it on a computer. If you recently switched from mplayer to Internal as your default player, you may have just started experiencing this "gotcha". Not saying this is the case, but please try mplayer from an xterm like this: "mplayer -vo xv dvd://". I found that mplayer was better at playing deliberately broken DVDs than other s/w (e.g. xine and Internal). Mplayer's default behaviour is to imitate the response of a DVD player and simply ignore bad blocks (whereas a computer will attempt to read to re-read the incorrect information forever). If it doesn't work, any debug messages would be appreciated. Mike |
Author: | Martian [ Mon Aug 02, 2010 10:20 am ] |
Post subject: | |
Thanks for the replies. I've never used mplayer but I suppose I should give it a shot. It nothing else that would rule out a hardware issue. It just seems that since I upgraded 6.03 several DVDs that used to play fine now struggle or don't play at all yet others play fine. I think the issue is definitely related to bad blocks and other forms of "copy protection" on some of these discs. It just seems that the internal player is having a harder time coping with these issues than previous versions. Martian |
Author: | Martian [ Wed Aug 04, 2010 9:59 am ] |
Post subject: | |
I'm warming up to the idea that this may be a hardware failure (actually that would be a good thing as it's an easy & cheap fix). I'm going to swap over the drive from my desktop tonight and see it that clears up the issues. |
Author: | Martian [ Fri Aug 06, 2010 5:37 pm ] |
Post subject: | |
Finally got around to swapping the drives tonight (spent the last few days resurrecting a laptop). Unfortunately swapping the drives made absolutely no difference. I think I can now safely rule out a problem with the drive. I tried doing a pacman -Syu update on the off chance that something got fixed but pacman failed. It looked like it was trying to pull in a bunch of stuff that was already there? Anyway probably a topic for another thread. I'm afraid my DVD player is going to be coming out of the closest soon (that sounded bad didn't it...) Martian |
Author: | mattbatt [ Fri Aug 06, 2010 11:42 pm ] |
Post subject: | |
try ubuntu live cd so that you can guarantee hardware isn't the issue. UBUNTU, why did I say Ubuntu you are an experienced Linux user you know what a live CD is. Ive been explaining Linux to normals for too long. |
Author: | manicmike [ Sun Aug 08, 2010 5:16 pm ] |
Post subject: | |
Martian wrote: Finally got around to swapping the drives tonight (spent the last few days resurrecting a laptop).
Can't help noticing you still haven't mentioned what happened when you tried mplayer. |
Author: | Martian [ Sun Aug 08, 2010 7:10 pm ] |
Post subject: | |
manicmike wrote: Can't help noticing you still haven't mentioned what happened when you tried mplayer.
I (finally) tried mplayer tonight and my problem movies play just fine so it is clearly something in the internal player. I suppose I could just "punt" and set up mplayer just I just know that isn't going to go over well with the Mrs. Of course movies not playing isn't going over very well either. Martian |
Author: | manicmike [ Sun Aug 08, 2010 10:25 pm ] |
Post subject: | |
Martian wrote: I (finally) tried mplayer tonight and my problem movies play just fine so it is clearly something in the internal player.
I suppose I could just "punt" and set up mplayer just I just know that isn't going to go over well with the Mrs. Of course movies not playing isn't going over very well either. You could set it to only play DVDs with mplayer. It was the default until one or two versions ago, so it should be perfect. If the keys are mapped differently on the remote, simply re-map them. Mplayer is very configurable. The only thing I miss with it is the OSD you get with Internal. Mplayer-resumer.pl is what you should use, and vdpau as the -vo if you have a capable nvidia graphics card. Mike |
Author: | Martian [ Mon Aug 09, 2010 8:29 am ] |
Post subject: | |
I'm sure I can put together an mplayer keymap that mimics the internal close enough. I know the loss of the OSD is going to catch some negative feedback but certainly less than it not working. Does anyone have a good mplayer command string they can recommend as a starting point? Thanks so much for all the help! I love this community. Martian |
Author: | manicmike [ Mon Aug 09, 2010 6:36 pm ] |
Post subject: | |
Martian wrote: Does anyone have a good mplayer command string they can recommend as a starting point?
Do you have a backup database from a while ago? A year or two is probably when it changed. Bob from mythic came up with the command line, and it worked very well. If you don't have an old backup of your DB just ask him. Something like this will do the trick (assuming it's .bz2: If .gz, change bzcat to zcat) Code: bzcat mythconverg.sql.bz2|grep dvd|grep mplayer
Substitute mplayer for mplayer-resumer.pl to keep the bookmark working and if you can get it, gmplayer gives an excellent gui, which may improve the WAF. Mike |
Author: | Martian [ Tue Aug 10, 2010 3:09 pm ] |
Post subject: | |
I did a backup after the 6.03 update. Don't have any others. I'm sure I can figure it out, just didn't want to "re-invent the wheel" if there was a preferred command string out there. Thanks for the tips on mplayer-resumer.pl and gmplayer. I need to figure out why pacman -Syu is failing on me then I'm going to work on DVD playback again. Probably not until this weekend though. |
Author: | manicmike [ Wed Aug 11, 2010 12:13 am ] |
Post subject: | |
Martian wrote: I did a backup after the 6.03 update. Don't have any others.
I'll dig one out for you. Being a sys admin means having multiple copies of ancient files in various places ![]() Will make a note to check tonight. Mike EDIT: Extracted from a 2007 sql dump 'DVDPlayerCommand','mplayer dvd:// -dvd-device %d -fs -zoom -vc mpeg12,ffmpeg12 -vo xv -vf pp=lb' |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |