Opened 18 years ago
Closed 15 years ago
#1081 closed defect (fixed)
DVD playback with cache enabled
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | core |
| Version: | unspecified | Severity: | normal |
| Keywords: | Cc: | thomas.lindroth@… | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
MPlayer ignores specified chapters when chache is enabled.
command to reproduce: mplayer dvd:// -chapter 2 -cache 8192
actual results: the player plays chapter 1
expected results: should plays chapter 2
reproducibility: every time
tested environment:
Windows Vista
mplayer svn 25962 and 26446
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 15 years ago
| Cc: | added |
|---|
I'm not sure if this problem is suppose to be resolved but there is a similar problem in latest svn.
Using a command like this: mplayer -cache 8192 -chapter 5 -dvd-device disc.iso dvd://
will start playback at chapter 5 but seeking is done relative to the start of the dvd. Turning of caching fixes the problem.
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The original bug was fixed a long time.
Seeking was mostly fixed by SVN r33605, though it isn't behaving perfectly.

try with dvdnav:// ?