Author Topic: Can Anyone Porting "tcpmp"?  (Read 10025 times)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Can Anyone Porting "tcpmp"?
« Reply #15 on: December 03, 2006, 02:04:28 pm »
Same problem as before, plays in ½ screen, rotated sideways.
I have to restart Qtopia after closing movie for same reasons in my last post.
Code: [Select]
$ mplayer -framedrop -benchmark /mnt/cf/lost.301.a.tale.of.two.cities.hdtv.xvid-xor.avi
MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team
 for Zaurus 1.1.5 (C) 2004-2005 AGAWA Koji (atty)
CPU: ARM
CPUflags: iWMMXt

CommandLine: '-framedrop' '-benchmark' '/mnt/cf/lost.301.a.tale.of.two.cities.hdtv.xvid-xor.avi'
Failed to open /dev/rtc: Device or resource busy (it should be readable by the user.)
Playing /mnt/cf/lost.301.a.tale.of.two.cities.hdtv.xvid-xor.avi.
AVI file format detected.
VIDEO:  [XVID]  608x336  24bpp  23.976 fps  1019.6 kbps (124.5 kbyte/s)
Clip info:
 Software: cant touch this
==========================================================================
Requested audio codec family [mp3] (afm=mp3lib) not available.
Enable it at compilation.
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
========================================================================== ==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Checking audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
AF_pre: 48000Hz/2ch/s16le
AO: [oss] 48000Hz 2ch s16le (2 bps)
Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
Starting playback...
VDec: vo config request - 608 x 336 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.81:1 - prescaling to correct movie aspect.
No accelerated colorspace conversion found
SwScaler: using unscaled Planar YV12 -> BGR 16-bit special converter
VO: [fbdev] 608x336 => 608x336 BGR 16-bit
A:   7.5 V:   7.0 A-V:  0.485 ct:  0.300 170/170 74%  7% 18.5% 121 0

           ************************************************
           **** Your system is too SLOW to play this!  ****
           ************************************************
 
Possible reasons, problems, workarounds:
- Most common: broken/buggy _audio_ driver
  - Try -ao sdl or use the OSS emulation of ALSA.
  - Experiment with different values for -autosync, 30 is a good start.
- Slow video output
  - Try a different -vo driver (-vo help for a list) or try -framedrop!
- Slow CPU
  - Don't try to play a big DVD/DivX on a slow CPU! Try -hardframedrop.
- Broken file
  - Try various combinations of -nobps -ni -forceidx -mc 0.
- Slow media (NFS/SMB mounts, DVD, VCD etc)
  - Try -cache 8192.
- Are you using -cache to play a non-interleaved AVI file?
  - Try -nocache.
Read DOCS/HTML/en/video.html for tuning/speedup tips.
If none of this helps you, read DOCS/HTML/en/bugreports.html.
 
A:  10.3 V:   9.8 A-V:  0.498 ct:  0.571 235/235 72%  5% 19.1% 183 0
Exiting... (Quit)
$                                                                          
« Last Edit: December 03, 2006, 02:06:48 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Can Anyone Porting "tcpmp"?
« Reply #16 on: December 03, 2006, 02:10:10 pm »
I'm going to try to play this movie on my Palm Zire 72, using TCPMP 0.70
EDIT:
It plays better on my Palm, and it only has this for memory.
Storage heap 11020KB
Dynamic heap 1988KB

My question is, why can my measly Palm play this and the robust Zaurus has problems??
On the Palm Zire 72 box:
32MB (24 storage capacity)
320x320 TFT display
312MHz ARM Intel processor
OS PalmOS 5.2
« Last Edit: December 03, 2006, 02:25:38 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Serge

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Can Anyone Porting "tcpmp"?
« Reply #17 on: December 03, 2006, 02:17:54 pm »
OK, let's do the last try. Please try adding '-nosound' option (for benchmarking video only) and also specify some small video fragment to watch using '-ss' or '-endpos' options (don't know if -endpos is supported in older versions of mplayer such as yours) so that mplayer plays it and terminates on its own without you interrupting it (and so that it will be able to display some statistics in the end).

So please run:
# mplayer -benchmark -nosound -ss <length_of_your_video_in_seconds-100> yourfile.avi

And wait until it finishes. Using this -ss option, it will play only the last 100 seconds of the videofile, so you will not have to wait long.
Siarhei Siamashka (ssvb on #maemo, irc.freenode.net)
currently taking part in porting MPlayer to Nokia 770 and Nokia N800, feel free to join :)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Can Anyone Porting "tcpmp"?
« Reply #18 on: December 03, 2006, 02:19:39 pm »
older version of mplayer? where is the latest version?
I'll try your suggestion, brb
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Can Anyone Porting "tcpmp"?
« Reply #19 on: December 03, 2006, 02:24:20 pm »
Does the '#' mean I need to be root?
It plays sound, but still in ½ screen rotated sideways, and sound is so far out of sync, that I'm not sure where it's supposed to be coming from.
EDIT:
Looking at package manager, I have mplayer-bvdd-iwmmxt 1.1.5-1
I got this from Maslovsky's cacko feed
« Last Edit: December 03, 2006, 02:43:31 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Serge

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Can Anyone Porting "tcpmp"?
« Reply #20 on: December 05, 2006, 05:47:47 pm »
Quote
My question is, why can my measly Palm play this and the robust Zaurus has problems??
On the Palm Zire 72 box:
32MB (24 storage capacity)
320x320 TFT display
312MHz ARM Intel processor
OS PalmOS 5.2
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
It's because your MPlayer seems to be broken (or misconfigured for your OS). At least your logs show that the video output is not working right. We could check if your zaurus also has any problems with decoding this video if you provided benchmark report, but seems like it is not that important for you (as it will not magically fix video playback).

Quote
older version of mplayer? where is the latest version?
The latest version is 1.0rc1, the sources are available at [a href=\"http://www.mplayerhq.hu/]http://www.mplayerhq.hu/[/url]

Anyway, I have created a new thread here, hopefully some zaurus developers can join and MPlayer still may have a hope
Siarhei Siamashka (ssvb on #maemo, irc.freenode.net)
currently taking part in porting MPlayer to Nokia 770 and Nokia N800, feel free to join :)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Can Anyone Porting "tcpmp"?
« Reply #21 on: December 06, 2006, 12:43:47 am »
Quote
It's because your MPlayer seems to be broken (or misconfigured for your OS). At least your logs show that the video output is not working right. We could check if your zaurus also has any problems with decoding this video if you provided benchmark report, but seems like it is not that important for you (as it will not magically fix video playback).
Anyway, I have created a new thread here, hopefully some zaurus developers can join and MPlayer still may have a hope
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
I did use the -benchmark switch and I'm not sure what to look for.
Look at post #16
[a href=\"https://www.oesf.org/forums/index.php?showtopic=11911&view=findpost&p=147916]https://www.oesf.org/forums/index.php?showt...ndpost&p=147916[/url]

The last time when you asked me to use
mplayer -benchmark -nosound -ss <length_of_your_video_in_seconds-100> yourfile.avi

 I did exactly as you said and the results were as I mentioned in post #20
https://www.oesf.org/forums/index.php?showt...ndpost&p=147923
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers