Hi folks,
I've just got my Zaurus SL-C3000, and I want to play movies on it! I've installed mplayer version dev-CVS--3,4,2 - the one that's linked from the Kino2 website. Unfortunately, it won't work I've tried it with the following commands:
mplayer somefile.mpeg -vo bvdd -f scale=640:480,rotate=1
It gives me the following output:
Failed to open /dev/rtc: Device or resource busy (it should be readable by the user)
I tried to fix this by killing atd (which uses /dev/rtc), which gave me:
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
Besides the above message, MPlayer gives me:
Encrypted VOB file! Read DOCS/HTML/en/dvd.html
MPEG-PS file format detected
VIDEO: MPEG1 352x240 (aspect 12) 29.970 fps 1100.0 kbps (137.5 kbytes/s)
The file can be played by the stock Media Player pre-installed on the C3000.
I get a black rectangle on my monitor (presumably where the video is supposed to be), and the audio plays for about half a second. The only way to quit mplayer then is to hit ctrl+C in the terminal.
I'm running QTopia 1.5.4 and kernel 2.4.20 on the stock Sharp C3000 ROM version 1.01 JP, translated into English. Hopefully, someone can help me get this thing to work!