[MPlayer-users] mplayer read from stdin thru ssh delay

Keith McLaughlin keythree at gmail.com
Thu Aug 14 07:48:36 CEST 2008


Thanks. The -demuxer lavf flag works like a charm.

On Thu, Aug 14, 2008 at 1:10 AM, Paul Arthur <flowerysong00 at yahoo.com>wrote:

> On 2008-08-14, Keith McLaughlin <keythree at gmail.com> wrote:
> > Hi all. I'm using the following command to play mp3's over a network
> >
> > /usr/bin/ssh $ipaddress "find $musicdir -type f -wholename
> > \*$search_string\*.mp3 -exec cat '{}' \;" | mplayer - -cache 64 -v
> >
> > The problem I'm having, is it seem that mplayer has a very hard time to
> > determine the filetype that it is receiving through stdin. It only takes
> a
> > split second to read a local stream from stdin, but through ssh it takes
> > over a minute. Here is my output.
> >
> > Are there any flags that I can set to make mplayer try mp3lib first, or
> any
> > other way to speed up the process?
>
> '-demuxer lavf' or '-demuxer audiofile' and '-ac mp3' should help.
>
> --
> If you want to make God laugh, tell him about your plans.
>    --Woody Allen
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>



-- 
Keith McLaughlin
University of South Florida
Department of Physics
4202 E. Fowler Ave
Tampa, FL 33620



More information about the MPlayer-users mailing list