Author Topic: Mplayer Question  (Read 7380 times)

duo

  • Newbie
  • *
  • Posts: 39
    • View Profile
Mplayer Question
« on: July 02, 2009, 03:21:36 pm »
I've seen that Capt Fish has made reference to using the optimized mplayer from the angstrom distro.

How do i do this, i'm still relatively new to linux.

from what i can tell the pkgs are in ipkg format, but zUbuntu uses apt and dpkg since it is debian based.

how do i connect to the angstrom feed and install packages?


-thnx

duo

UPDATE: So it appears that xarchiver can read and extract the ipks, does this mean that i should just go to the angstrom repo, and dl mplayer and all of its dependencies and their dependencies then just extract everything? Will this work, or am i going to break something? and Is there and easier way?
« Last Edit: July 03, 2009, 08:47:01 am by duo »

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Mplayer Question
« Reply #1 on: July 03, 2009, 10:23:45 am »
I'm not sure which is more optimized, the Angstrom MPlayer or this one:

http://www.tyrannozaurus.com/feed/beta3/fe...-1_armv5tel.ipk

Feel free to try both.

Yes, the install method is "download and extract the ipk to /, install deps (from Ubuntu repos) as necessary."

Extracting (as root):

Code: [Select]
cd /
tar -xf /path/to/mplayer_whatever_armv5te.ipk
tar -xpvf data.tar.gz
rm data.tar.gz debian-binary control.tar.gz
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

duo

  • Newbie
  • *
  • Posts: 39
    • View Profile
Mplayer Question
« Reply #2 on: July 03, 2009, 12:08:32 pm »
Quote from: Capn_Fish
Code: [Select]
cd /
tar -xf /path/to/mplayer_whatever_armv5te.ipk
tar -xpvf data.tar.gz
rm data.tar.gz debian-binary control.tar.gz


i think that this should be:
Code: [Select]
ar -x /path/to/mplayer_whatever_armv5te.ipk
tar -xpvf data.tar.gz
rm data.tar.gz debian-binary control.tar.gz
tar error when i use it on an .ipk
« Last Edit: July 03, 2009, 12:09:07 pm by duo »

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Mplayer Question
« Reply #3 on: July 05, 2009, 05:35:07 pm »
Well, yes and no. The pdaXrom ipks are tarballs, but Angstrom ipks are ar archives.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3707
    • View Profile
Mplayer Question
« Reply #4 on: July 18, 2009, 06:35:00 pm »
anyway, did the mplayer work any better?
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

duo

  • Newbie
  • *
  • Posts: 39
    • View Profile
Mplayer Question
« Reply #5 on: July 20, 2009, 03:14:26 pm »
mplayer and quasar work very well as a music player. not so much for video.
i'm using the mplayer from here.
(i messed things up very badly trying to install the angstrom version. I disregarded the advice
to install libraries through apt)

playing mp3s uses about 10% of the cpu. wma uses about 50%.  
with audacious it was 50-70 and 90-100 respectively.

coming from a Zodiac, I'm disappointed with the video performance of the Zaurus.
I think that it was better with Cacko/pdaX. Course i have no idea if the bvdd or iwmmx
ever got updated to 2.6 kernel.

will give angstrom version another go, soon. Need to rebuild my pc 1st.