MathewWi / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

DVD iso or img files stop playing after a while and start playing part of a different movie #765

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the latest r592 release and usb hard drive.   I'm trying to play DVD iso 
and img files.  

The file starts to play fine but then partway through (possibly at a chapter 
change) the movie stops playing and a different video on the hard drive starts. 
 This also happens when the up arrow is pressed on the directional pad.

What steps will reproduce the problem?

copy an iso file onto a usb hard drive and start playing it and wait.  

Or start playing it and press up on the directional pad, it will switch to a 
different movie on the hard drive.

Original issue reported on code.google.com by johnmoo...@gmail.com on 5 Sep 2010 at 2:57

GoogleCodeExporter commented 9 years ago
THis also happens to me.  It wont play iso files over 3 gig in size.  Same 
problems exists in wiimc.  Nobody seems to have a fix as of yet that I have 
heard of.

Original comment by bratsrg...@gmail.com on 10 Nov 2010 at 6:31

GoogleCodeExporter commented 9 years ago
The same happens with wiimc. The issue seems to be related to the wrong 
detection of the total time of the media.
I had similar behavior using a windows porting of mplayer, running the command:
mplayer “c:/filename.iso”
The way to solve the issue on the window version is to declare the DVD device. 
This can be done in two ways (for playing the first chapter):
- mplayer dvd://1 –dvd-device “c:/filename.iso”
- mplayer “dvd://1/c:/filename.iso”
I tried to adopt the seconds solution in the wiimc code, adding the 
“dvd://1/” prefix to filenames with .iso extension, e.g. 
“dvd://1/usb1:/filename.iso”. Unfortunately this solution didn’t work as 
expected and I got an “Error loading file” message.
I didn't try with mplayer-ce code.

Original comment by giugi.ti...@gmail.com on 13 Nov 2010 at 2:35

GoogleCodeExporter commented 9 years ago

Original comment by metaradil on 13 Nov 2010 at 11:17