#53 closed defect (fixed)
RTC timing in mplayer cause mplayer to pause
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | diego@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I patched mplayer to use /dev/rtc on FreeBSD-4.10. There is a RTC driver which
supposedly works. However when I run mplayer using the rtc device the screen
comes up and it doesn't go any further after filling the cache. Now and then
it might play like a second. but then it just freezes.
When you ctrl-c you get a message that it left sleep_rtc using the -nortc of
course makes it work like it usually does. I've been tinkering with this
problem since 1.0.3 with no luck.
Attachments (1)
Change History (5)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Cc: | added |
---|
Could you please post your patch? Also, have a look at the FreeBSD ports, they
also enable RTC in their MPlayer version.
comment:4 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
RTC should work now on FreeBSD out of the box.
Are you aware that MPlayer needs the rtc to run at 1024Hz? I wouldn't be
surprised if FreeBSDs rtc implementation won't do that...
Have a look at mplayer.c, line 1095, there you can tweak the rtc frequency used...