<div><span class="gmail_quote">On 6/1/07, <b class="gmail_sendername">Michael T. Dean</b> &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 06/01/2007 08:13 PM, Trey Thompson wrote:<br>&gt; I have been testing, and when I click on the flash player, ffmpeg
<br>&gt; never &quot;appears&quot; to start on the backend, and the logs don&#39;t show<br>&gt; anything.&nbsp;&nbsp;Any ways to troubleshoot this?<br><br>Get rid of the &quot;2&gt;/dev/null&quot; in modules/stream/handler.pl in the line
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $ffmpeg_pid = open(DATA, &quot;/usr/bin/ffmpeg -y -i $filename -s<br>320x240 -r 24 -f flv -ac 2 -ar 11025 -ab 64k -b 256k /dev/stdout<br>2&gt;/dev/null |&quot;);<br><br><br>and check your apache error log (which will get spammed without the
<br>redirect).</blockquote>
<div>&nbsp;</div>
<div>Don&#39;t have it.&nbsp; Just:</div>
<div>$ffmpeg_pid = open(DATA, &quot;/usr/bin/ffmpeg -y -i $filename -s 320x240 -f flv -ar 11025 /dev/stdout |&quot;);</div><br>&nbsp;</div>