<div class="gE iv gt"><table class="cf gJ" cellpadding="0"><tbody><tr><td class="gF gK"><table class="cf ix" cellpadding="0"><tbody><tr><td><div class="iw"><span class="lHQn1d"><img class=" f g8 " src="images/cleardot.gif" alt=""></span><span class="ik"><img class="de QrVm3d" id="upi" name="upi" src="images/cleardot.gif" height="16px" width="16px"></span><h3 class="gD" style="color: rgb(0, 104, 28);">
<span>Alexandre Maumené</span></h3> <span class="hb">to <span class="g2">live-devel</span> </span></div></td></tr></tbody></table></td><td class="gH"><div class="gK"><span class="iD">show details</span> <span id=":4r" class="g3" title="Mon, Sep 28, 2009 at 1:29 PM" alt="Mon, Sep 28, 2009 at 1:29 PM">1:29 PM (2 minutes ago)</span> <span></span></div>
</td><td class="gH"><br></td></tr></tbody></table></div><div id=":4p" class="ii gt">Hi everybody,<br><br>I&#39;m trying to stream in h264 from a DV camera.<br>I&#39;ve wrote some modifications for h264 streaming and it work well for a plain file.<br>
<br>But now I want to do it in live. I&#39;m running FreeBSD, my DV cam is plugged in firewire and I can get DV stream with fwcontrol.<br>
I&#39;ve modify testOnDemandRTSPServer for using my h264 implementation, and to make it read from stdin<br>So I try something like that : <b>fwcontrol -M dv -R - | ffmpeg -i - -vcodec libx264 -r 12 -s cif -flags2 aud -an -f h264 - | ./testOnDemandRTSPServer</b><br>

When VLC start to play, ffmpeg start to encode but even after a while, no video appears.<br><br>ffmpeg start to encode with a bunch of this error:<br><i>AC EOB marker is absent pos=89<br>AC EOB marker is absent pos=68<br>

AC EOB marker is absent pos=65<br>AC EOB marker is absent pos=64<br>AC EOB marker is absent pos=107<br>AC EOB marker is absent pos=64<br>AC EOB marker is absent pos=65<br>AC EOB marker is absent pos=64<br>Last message repeated 2 times</i><br>

and I don&#39;t know the meaning of this messages.<br><br>So my question is how I can feed my RTSP server to stream in live from my dv cam?<br><br>Thanks in advance.</div>