<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
VDR User ha scritto:
<blockquote
cite="mid:a3ef07920905150925k2d3d686bw7402f792e74ae006@mail.gmail.com"
type="cite">
<pre wrap="">On Fri, May 15, 2009 at 9:19 AM, Diego Pierotto <a class="moz-txt-link-rfc2396E" href="mailto:vdr_mlist@tiscali.it"><vdr_mlist@tiscali.it></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">i really don't know where to put it inside
mplayer.sh script.
</pre>
</blockquote>
<pre wrap=""><!---->
Look at the end of the mplayer.sh script and you'll see where $CMDLINE
is used on the mplayer execution line. Just add it there.
For example (this is not from mplayer.sh but the same concept):
sudo DISPLAY=:0.0 $CMDLINE "$1" &>/logs/mplayer.log
would become:
sudo DISPLAY=:0.0 $CMDLINE -demuxer mov "$1" &>/logs/mplayer.log
_______________________________________________
vdr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:vdr@linuxtv.org">vdr@linuxtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr">http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr</a>
</pre>
</blockquote>
Thank you guys, now it's working but the other files (avi, divx, etc)
are not reproducing anymore :-(<br>
<br>
Gotta choose which one keep running???<br>
<br>
<pre class="moz-signature" cols="72">--
Member of the Italian VDR Wiki
<a class="moz-txt-link-freetext" href="http://vdr.spaghettilinux.org/">http://vdr.spaghettilinux.org/</a>
</pre>
</body>
</html>