Opened 12 years ago
Closed 11 years ago
#11171 closed Patch - Bug Fix (Duplicate)
some dvd's fail to play pressing the play menu item in the dvd menu
Reported by: | Owned by: | peper03 | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - DVD Playback | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
i have a few dvd's that dont play properly. They start and display the dvd menu but pressing play they stop and the following message is displayed
libdvdnav: trying to resume without any resume info set
followed by the dvd stopping.
I think the problem is that the play button does a "LinkRSM" but there is no restore point. Looking through the mplayer sources it does a couple of dvdnav menu calls at the start which set a restore point. I have added these calls in the attached patch which fixes the problem for this dvd.
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | unknown → 0.27 |
---|---|
Owner: | set to stuartm |
Status: | new → accepted |
Version: | Unspecified → Master Head |
comment:2 Changed 11 years ago by
Owner: | changed from stuartm to peper03 |
---|---|
Status: | accepted → assigned |
I suspect this is no longer an issue in master/0.27 but I'm reassigning to Richard to confirm
comment:3 Changed 11 years ago by
Resolution: | → Duplicate |
---|---|
Status: | assigned → closed |
John confirmed (http://irc.mythtv.org/ircLog/channel/4/2012-12-14:22:00:09) the patch to #11288 fixed the problems he was seeing.
As that patch should be more generic (and has been in for a while now) I'll close this as a duplicate.
Patch for this issue