[MPlayer-users] MPlayer Plugin
Mike Nix
mnix at wanm.com.au
Tue Nov 26 17:23:03 CET 2002
No, plugger won't do it, but it can be done - I have just done it for a
project of my own.
You need the wftv plugin from http://www.webfreetv.com/linux/
This also leads to a problem I had while doing it.... (using mplayer
0.90 pre 10)
This works:
mplayer - < test.wav
This does not:
cat test.wav | mplayer -
This fixes it:
cat test.wav | mplayer -cache 8192 -
This fails the same as above:
mplayer -cache 8192 \
"http://server/answeringmachine.cgi?action=play&msg=1"
I ended up taking a leaf from the docs and modifying the plugin to do this:
wget "http://server/answeringmachine.cgi?action=play&msg=1" -O - \
| mplayer -cache 8192 -
Anyone seen / fixed this, or should I start sniffing about the source?
Mike
Everton Sanga wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> No, because this plugin doesn't play this mime type for exemple:
>
> application/x-mplayer2
>
> Is there a way to make plugger do this?
>
> []'s
> Everton
>
> ----- Original Message -----
> From: "Martin Collins" <martin at mkcollins.org>
> To: <mplayer-users at mplayerhq.hu>
> Cc: <everton at sercomtel.com.br>
> Sent: Tuesday, November 26, 2002 11:38 AM
> Subject: Re: [MPlayer-users] MPlayer Plugin
>
>
>
>>[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>>On Tue, 26 Nov 2002 10:04:53 -0200
>>"Everton Sanga" <everton at sercomtel.com.br> wrote:
>>
>>
>>>I am new in this list, I think this question was made too many times
>>>here, but I realy dont know where can I get this, does someone has a
>>>plugin for linux using mplayer codecs?
>>
>>Is this what you are looking for?
>>
>>http://fredrik.hubbe.net/plugger.html
>>
>>Martin
>>
>>_______________________________________________
>>RTFM!!! http://www.MPlayerHQ.hu/DOCS
>>Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
>>http://mplayerhq.hu/mailman/listinfo/mplayer-users
>>
>
>
> _______________________________________________
> RTFM!!! http://www.MPlayerHQ.hu/DOCS
> Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
>
More information about the MPlayer-users
mailing list