yodelaye
Group: Members
Posts: 16
Joined: Feb. 2007 |
|
Posted: April 18 2007,19:19 |
|
Hi
What a pity all these videos, we dsl user can not watch in our internet browser. I Tried to find something for this.
mozplugger is a plugin for firefox family browser to allow them playing embedded video using mplayer
I tried to turn it into a .dsl my dsl extension.
1> downloaded .deb packages from debian mozplugger_1.7.1-1_i386.deb according to mozplugger doc it also uses m4 m4_1.4.2-1_i386.deb
2> unpacked them using the dpkg utility provided in the mydsl repos. dpkg-deb -X foo.deb ./tmp
3> ah ah there are only a few files ! - a config file to be copied in /etc - 2 bin files for /usr/bin - and the plugin file : shall be copied in the existing /usr/seamonkey/plugins directory instead of the directory planed in the .deb package
4> created a /usr/seamonkey/plugins in ./tmp and moved the file in
5> created the .dsl file took me some efforts to find it but .dsl files are no more than compressed file which can be packed/unpacked using tar tar -zcf my_new_mydsl_extension.dsl *
6>moved the created mozplugger.....dsl in a convenient place and loaded it using the myDSL extension loader (local)
7> et voila ...
8> results > not working in every cases, especially bloody win media player streams still not readable > quicktime trailers from apple website readable ! > as i also have realplayer installed the streams requiring real are also readable > no icons/button neither keyboard shortcut to forward/backward in the video
9> config can be edited in mozpluggerrc file the modified file shall be then stored in the .dsl archive
Well, this is were you, experienced linux users are welcome to help if you have any hints to improve or any easier way to get this video streaming issue solved another way
NB : I use the mplayer which comes with DSL-N I also use the codeckpack.dsl form the mydsl repos
file can be tested from here : http://cf.geocities.com/yodelaye/DamnSmallLinux_contrib/
|