Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#2821 closed defect (fixed)
internal dvd player: reduce dvd drive speed to 2x.
| Reported by: | skamithi | Owned by: | skamithi |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
going to hardcode the dvd drive speed to 2X when playing a dvd in a dvd drive using the internal player.
going to copy the code from the mplayer project.
Attachments (2)
Change History (12)
by , 19 years ago
| Attachment: | set_dvd_speed.diff added |
|---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 19 years ago
comment:4 by , 19 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
| Type: | enhancement → defect |
[I hope reopening this ticket is the right thing to do; if not, sorry.]
This new code seems to cause a problem for me. After playing a DVD, the eject button on the drive no longer works. If I execute the command "eject /dev/hda" the disc comes out and immediately goes back in again, and after that the eject button works.
Commenting out the calls to SetDVDSpeed in DVDRingBuffer fixes this, so it's definitely the speed code I'm afraid.
The speedcontrol command at http://noto.de/speed/speedcontrol.c works for me without this problem.
I'm using r12454, Debian Sid, kernel 2.6.18, and an "_NEC DVD_RW ND-4551A" drive.
Let me know if I can provide any more information.
comment:5 by , 19 years ago
| Status: | reopened → new |
|---|
comment:6 by , 19 years ago
| Status: | new → assigned |
|---|
by , 19 years ago
| Attachment: | eject_fix.diff added |
|---|
forgot to close the file descriptor.. causes eject to fail..
comment:9 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

hardcode dvd speed to 2x.. testing the patch.