|
2008-03-10
, 22:50
|
|
Posts: 20 |
Thanked: 0 times |
Joined on Mar 2008
@ French Polynesia
|
#42
|
|
2008-03-10
, 23:07
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#43
|
The Following User Says Thank You to Serge For This Useful Post: | ||
|
2008-03-11
, 20:46
|
|
Posts: 20 |
Thanked: 0 times |
Joined on Mar 2008
@ French Polynesia
|
#44
|
|
2008-03-16
, 19:26
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#45
|
I am asking cause i have overwritten it and i don't know if i am missing something.
Also, where are the hot keys? There are changes from the original mplayer's hot keys
for example:
space is not pause, pause=center button of d-pad
volume=zoom key
where can i find the new hot keys map?
Thanks in advance. Keep up the great work
The Following User Says Thank You to Serge For This Useful Post: | ||
|
2008-03-16
, 19:33
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#46
|
mplayer (1.0rc1-maemo.26) unstable; urgency=low
* Default audio output changed to SDL again for OS2008
* Disabled libmpeg2, ffmpeg decoder is now faster for MPEG2
* Fixed aspect ratio problems when using -wid option and playing
video in windowed mode (patch from MoRpHeUz)
* Reuse existing 'vo_x11_putkey' function in '-vo nokia770' video driver,
it should fix keyboard hotkeys problem on N810.
* '-vo nokia770' driver renamed to '-vo omapfb'
* Some more ARM VFP optimizations
|
2008-03-16
, 19:59
|
Posts: 46 |
Thanked: 1 time |
Joined on Feb 2008
|
#47
|
|
2008-03-16
, 20:01
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#48
|
|
2008-03-16
, 21:33
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#49
|
|
2008-03-17
, 09:11
|
Posts: 46 |
Thanked: 1 time |
Joined on Feb 2008
|
#50
|
I strongly suspect that we can't rely on audio delay reported by esd at all. The reason why previous build worked, may be because several bugs negated each other
If we assume that the audio delay is constant, we just need to measure this constant.
Right now you can try editing '/home/user/.mplayer/config' file and add the following lines:
ao=sdl
delay=0.2
Actual delay value should be probably somewhere in the range between 0.10 and 0.30, please report if you get some good results.
Last edited by Serge; 2008-03-10 at 23:03. Reason: fixed typo '/home/user/.mplayer./config' -> '/home/user/.mplayer/config'