maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Mplayer plug-in 3.50 (https://talk.maemo.org/showthread.php?t=17715)

Bundyo 2008-03-10 00:07

Mplayer plug-in 3.50
 
Fixed, packaged and ready to use. On the Apple trailers site watch the smallest trailers possible (320x152 i think), the standard ones also work.

Changes from upstream:

* Fixed random QT rewinds sent to Maemo mplayer.
* Menu is shown on double click.
* Removed some options (codec enabling, you can do it from the conf file) from the config window since they won't fit.
* Added some Maemo specific video out and audio out options. Removed unneeded.

Known problems:
Don't open movies with too high resolution. Or have killall mplayer handy. :)

The obligatory screenshot:
http://bundyo.org/maemo/mplayerplugin/mplayerplugin.png

The deb:
http://bundyo.org/maemo/mplayerplugi...50-1_armel.deb

The needed lib (you already have it if you installed xkbd):
http://repository.maemo.org/pool/chi...sso1_armel.deb
Install the lib in red pill mode.

Here's the author's page with explanation for the config options:
http://mplayerplug-in.sourceforge.net/config.php
If anyone wants to donate - donate to him :)

aleksandyr 2008-03-10 04:05

Re: Mplayer plug-in 3.50: testers needed.
 
Allow me to be the first to say: holy crap.

Downloading!

mooler 2008-03-10 04:57

Re: Mplayer plug-in 3.50: testers needed.
 
invalid gzip magic? help me out. How do i get this extracted

bunanson 2008-03-10 05:01

Re: Mplayer plug-in 3.50: testers needed.
 
xterm
tar zxvf mplayerplug-in.tar.bz2
tar: invalid gzip magic

?

bad download? ls -l for the tarball is 1024077. Is it about right?


bun

mooler 2008-03-10 05:04

Re: Mplayer plug-in 3.50: testers needed.
 
Quote:

xterm
tar zxvf mplayerplug-in.tar.bz2
tar: invalid gzip magic

?

bad download? ls -l for the tarball is 1024077. Is it about right?
I am getting that same error as well, and i am getting 1024077 as well

I did some googling and it seams that the error message occurs when the tarball is corrupt

Bundyo 2008-03-10 05:35

Re: Mplayer plug-in 3.50: testers needed.
 
Downladed it and extracted fine.

mooler 2008-03-10 05:38

Re: Mplayer plug-in 3.50: testers needed.
 
can you post the exact commands you use to extract and install?

Yann Benigot 2008-03-10 05:43

Re: Mplayer plug-in 3.50: testers needed.
 
For .tar.bz2, the command is "tar jxvf" and not "tar zxvf".

Bundyo 2008-03-10 05:53

Re: Mplayer plug-in 3.50: testers needed.
 
For the tar on n800, which doesn't support -j option - do it with two steps:

Code:

bunzip2 mplayerplug-in.tar.bz2

tar -xf mplayerplug-in.tar


bunanson 2008-03-10 05:54

Re: Mplayer plug-in 3.50: testers needed.
 
tar: invalid option -- j
?

bun

bunanson 2008-03-10 05:57

Re: Mplayer plug-in 3.50: testers needed.
 
-sh: bunzip2: not found
?


bun

Bundyo 2008-03-10 05:58

Re: Mplayer plug-in 3.50: testers needed.
 
apt-get install bzip2? :)

mooler 2008-03-10 06:06

Re: Mplayer plug-in 3.50: testers needed.
 
bunzip2 is not a recognized command. I tried installing gnutar but to no avail.

mooler 2008-03-10 06:11

Re: Mplayer plug-in 3.50: testers needed.
 
i installed bzip2 - nothing.

I dont understand. It may say that I am a "Senior Member" of this forum but I am still learning linux...so Im still a newb LOL

bunanson 2008-03-10 06:16

Re: Mplayer plug-in 3.50: testers needed.
 
apt-get: dependency missing...
install from gronmayer.com, still having problem. I got a bzip2.gz from some place. how do i install it? maybe tar zxvf first to get a .deb? TIA,

bun

Bundyo 2008-03-10 06:18

Re: Mplayer plug-in 3.50: testers needed.
 
which dependancy?

It should be in Maemo Extras...

http://repository.maemo.org/extras/p....3-1_armel.deb

mooler 2008-03-10 06:28

Re: Mplayer plug-in 3.50: testers needed.
 
Quote:

apt-get: dependency missing...
Make sure you have your Maemo Extras repository enabled.

mooler 2008-03-10 06:30

Re: Mplayer plug-in 3.50: testers needed.
 
Bundyo..did you extract this to your root filesystem or to a MMC?

Also did you do this as root?

Bundyo 2008-03-10 06:32

Re: Mplayer plug-in 3.50: testers needed.
 
@mooler: Look at the first post -

~ = /home/user/

mooler 2008-03-10 06:55

Re: Mplayer plug-in 3.50: testers needed.
 
ok i just extracted it with Universal Extractor for Windows. I ssh'd them to ./mozilla/plugins and the config file to ./mplayer.

Bundyo 2008-03-10 06:57

Re: Mplayer plug-in 3.50: testers needed.
 
okay, you should make the *.so files executable

something like chmod 0755 *.so in the folder.

mooler 2008-03-10 07:04

Re: Mplayer plug-in 3.50: testers needed.
 
done. is there a test link available

Bundyo 2008-03-10 07:40

Re: Mplayer plug-in 3.50: testers needed.
 
I tried with http://apple.com/trailers , but it should work with any non-flash embedded video.

sashabe 2008-03-10 17:49

Re: Mplayer plug-in 3.50: testers needed.
 
Installed fine (unzipped - thanks to Bundyo, moved config to ~/.mplayer, all other files to ~/.mozilla/plugins/, then chmod 777 for all under root), but still no result - pages like this show large block with an empty file icon and, if clicked, the message "file format not supported". Was something wrong in my actions?

Bundyo 2008-03-10 19:45

Re: Mplayer plug-in 3.50: testers needed.
 
No, it should work... I'll make a gz archive later, guess it will be easier.

anders_gud 2008-03-10 19:57

Re: Mplayer plug-in 3.50: testers needed.
 
I had to install libxpm4 to get them to load. Try starting microb from terminal (browser) and watch the output...
The plugins work great - are there any tweaks one can do in the config file?

Bundyo 2008-03-10 20:18

Re: Mplayer plug-in 3.50: testers needed.
 
In fact - yes :)

http://mplayerplug-in.sourceforge.net/config.php

sashabe 2008-03-10 22:34

Re: Mplayer plug-in 3.50: testers needed.
 
Quote:

Originally Posted by anders_gud (Post 153143)
I had to install libxpm4 to get them to load. Try starting microb from terminal (browser) and watch the output...
The plugins work great - are there any tweaks one can do in the config file?

Thanks anders_gud, installing libpxm4 worked.)
Unfortunately, as Apple trailers site uses more and more h.264 now, mostly plugin hangs or renders some scratchy noise without picture. it's the issue of mplayer itself, i suppose.

Bundyo 2008-03-10 22:34

Re: Mplayer plug-in 3.50: testers needed.
 
Updated the first post with a tar.gz archive link.

jaysin22 2008-03-11 04:09

Re: Mplayer plug-in 3.50: testers needed.
 
Great job! It has some issues with Apple's trailer (could be mplayer limitation) but I was able to use the plugin to listen to some hockey on nhl.com.

mooler 2008-03-11 04:57

Re: Mplayer plug-in 3.50: testers needed.
 
i must be doing something wrong. I still cant get this thing to work. I extracted the tar.gz. I've chmod 0755-0777. I've moved the config file to /.mplayer. I have installed libxpm4


I rebooted and I now get the mplayer plugin.

ddalex 2008-03-11 12:24

Re: Mplayer plug-in 3.50: testers needed.
 
Any chance to see the source code ? I'm asking because I'd like to attempt a recompile for OS2007HE.

anders_gud 2008-03-11 13:57

Re: Mplayer plug-in 3.50: testers needed.
 
Hmm! Closing the mplayer window a second time crashes microb. Strange...

Bundyo 2008-03-11 14:12

Re: Mplayer plug-in 3.50: testers needed.
 
No problem, i changed only two files (and three rows :)

The bigger problem was to get it find its includes, at the end i was forced to copy them all in one folder.

I'll pack everything tonight and get it on mediafire.

IS this second time issue reproducible every time? Link to a movie?

pauljohn32 2008-03-11 16:20

Re: Mplayer plug-in 3.50: testers needed.
 
The plugin installed fine. Seems to be running, but all movies I try are 'jumpy', startt and stop. I mean things from here http://apple.com/trailers. Can you post some links to particular videos that are nice on your N800?

Pj

bunanson 2008-03-13 05:38

Re: Mplayer plug-in 3.50: testers needed.
 
Some divx test sites:

Diggnation:
http://revision3.com/diggnation/feed/xvid-small
TRS:
http://revision3.com/trs/feed/xvid-small
Systm:
http://revision3.com/systm/feed/xvid-small
Indigital:


www.veoh.com.


Stage6.com fold.


Has anybody able to "optimize" the config file to make the streaming better than the default? Bundyo, please?


bun

Bundyo 2008-03-13 05:53

Re: Mplayer plug-in 3.50: testers needed.
 
I built a deb and tried some configs in the morning, mostly with no luck. I succeded to normally play an apple trailer from their site, but the playback was choppy or without sound at best. I'll try to release it today with the best default settings. Also added some hardware buttons support and the config dialog on double click (shortened it a bit, since it doesn't fit in the window :)

bunanson 2008-03-13 14:07

Re: Mplayer plug-in 3.50: testers needed.
 
I got both audio and video in all the four sites i listed. Especially veoh.com, it is similar to stage6.com, one can select music video, internetTV (?, have not tried yet), youtube similar stuff. Cant seem to get any trailer working from the apple site. Although the mplayer worked alright in the above sites, they need some 'refinement'. Thanks Bundyo, another contribution to the community after the 770 Skype hack! Salute!

___________
2008Os/N810
bun

Bundyo 2008-03-13 22:28

Re: Mplayer plug-in 3.50: testers needed.
 
First post updated.

For who doesn't want to go there:
http://www.bundyo.org/maemo/mplayerp...50-1_armel.deb

Underscore 2008-03-13 22:34

Re: Mplayer plug-in 3.50: testers needed.
 
Quote:

Originally Posted by bunanson (Post 154410)
Especially veoh.com, it is similar to stage6.com, one can select music video, internetTV (?, have not tried yet), youtube similar stuff.

Veoh is all in Flash, isn't it?


All times are GMT. The time now is 23:53.

vBulletin® Version 3.8.8