Author Topic: Mplayer w100 api files needed...  (Read 12297 times)

bastichelaar

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • http://www.xerys.nl
Mplayer w100 api files needed...
« Reply #30 on: August 29, 2004, 02:06:16 pm »
Wow, that would be cool! If that makes mplayer work, I will donate my 50 euro
Visit my website...
--------------------------
C860
 - 512 MB SD Kingston
 - 256 MB PQI 40x
 - Socket BT rev. G
 - Asus wlan
--------------------------
RUNNING FLUXBOX!

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
Mplayer w100 api files needed...
« Reply #31 on: August 30, 2004, 12:49:13 pm »
just a question to mplayers experts   :

i found this :

Quote
Title: FYI: Streaming on Linux Zaurus
Author(s):
Koshiro Mitsuya
Masafumi Watari
Date: 11/17/2003

Hi,

We has installed MPlayer-w100 adapted Linux Zaurus Screen.  We need
following files to use MPlayer.

  http://www.self-core.org/~kaoru-k/pub/mpla...rc2.1-1_arm.ipk
  http://www.self-core.org/~kaoru-k/pub/libv...1.2.0-1_arm.ipk
  http://kimux.org/liza/arc/libiconv_1.8-2_arm.ipk

We can perform IPv6 HTTP Streaming on Linux Zaurus from IPv6 Web
Server.

  From Zaurus Termial Window application (disabling VGA mode),

  [Zaurus] $ mplayer -vo fbdev:vidix -dr -framedrop -quiet -ac mad -vop rorate=1 http://WEB_SERVER/~mitsuya/hoge.mpg

  The screen dump: http://www.gazongas.net/~mitsuya/note/mobl...803961.87-0.jpg


thanks,
Koshiro
_______________________________________________
Members mailing list
Members@nautilus6.org
http://www.nautilus6.org/mailman/listinfo/members

at http://www.nautilus6.org/operation/doc/wid...er-setup-00.txt

Does this work with any  mplayer version available for pdaxrom ? I've no server to test it...

Xumbi

  • Full Member
  • ***
  • Posts: 178
    • View Profile
Mplayer w100 api files needed...
« Reply #32 on: August 31, 2004, 04:17:45 pm »
Quote
I was playing with this last night.  It sort of worked, the video started to play, but it was so choppy it wasn't watchable.  The weird thing is, now I can't watch videos even outside of X like I always could.  I removed the driver, did a rm -rf ~/.mplayer, reinstalled mplayer, still no luck.  The video starts to play, but it never gets passed the first frame.   
Well, I reinstalled mplayer and all its dependencies, now videos play fine when I use the -nosound option, but without it I still can't get passed the first frame...

Any ideas?

Update: Here's the output when I try to play the Spiderman 2 trailer with sound from pocketmovies.net (this used to work fine):

Code: [Select]
MPlayer 1.0pre3try2-3.3.2 (C) 2000-2003 MPlayer Team

Reading config file /usr/etc/mplayer/mplayer.confReading config file /home/root/.mplayer/config
Reading /home/root/.mplayer/codecs.conf: Reading /usr/etc/mplayer/codecs.conf: Using built-in default codecs.conf.
font: can't open file: /home/root/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Using usleep() timing
Could not access the 'termcap' data base.

Playing spiderman2_320x176.mpg.
LMLM4 Stream Format not found
MPEG-PS file format detected.
VIDEO:  MPEG1  320x176  (aspect 1)  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 12000->176400 (96.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 320 x 176 (preferred csp: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.3.1
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 320 x 176 (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 undefined - no prescaling applied.
SwScaler: using unscaled Planar YV12 -> BGR 16-bit special converter
VO: [fbdev] 320x176 => 320x176 BGR 16-bit  [vm]
Another update: I found some .ogm movies over at pocketmatrix.com that work fine. I guess the problem must be with mp3 audio...
« Last Edit: August 31, 2004, 05:32:38 pm by Xumbi »

ikm

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://
Mplayer w100 api files needed...
« Reply #33 on: September 01, 2004, 07:45:31 am »
Quote
Well, I reinstalled mplayer and all its dependencies, now videos play fine when I use the -nosound option, but without it I still can't get passed the first frame...

Any ideas?
Mplayer uses a floating-point mp3 decoder by default, and it is crawling slow on Z because there is no hardware floating point unit on it. To use a fixed-point decoder, which is quite fast, pass a '-ac mad' option to the mplayer.

Xumbi

  • Full Member
  • ***
  • Posts: 178
    • View Profile
Mplayer w100 api files needed...
« Reply #34 on: September 01, 2004, 04:15:44 pm »
Quote
Quote
Well, I reinstalled mplayer and all its dependencies, now videos play fine when I use the -nosound option, but without it I still can't get passed the first frame...

Any ideas?
Mplayer uses a floating-point mp3 decoder by default, and it is crawling slow on Z because there is no hardware floating point unit on it. To use a fixed-point decoder, which is quite fast, pass a '-ac mad' option to the mplayer.
That did it!  I can't believe I forgot that.  Thanks!