<div><span class="gmail_quote">On 6/1/07, <b class="gmail_sendername">Michael T. Dean</b> <<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>> 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>> I have been testing, and when I click on the flash player, ffmpeg
<br>> never "appears" to start on the backend, and the logs don't show<br>> anything. Any ways to troubleshoot this?<br><br>Get rid of the "2>/dev/null" in modules/stream/handler.pl in the line
<br><br> $ffmpeg_pid = open(DATA, "/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>/dev/null |");<br><br><br>and check your apache error log (which will get spammed without the
<br>redirect).</blockquote>
<div> </div>
<div>Don't have it. Just:</div>
<div>$ffmpeg_pid = open(DATA, "/usr/bin/ffmpeg -y -i $filename -s 320x240 -f flv -ar 11025 /dev/stdout |");</div><br> </div>