Sorry for double question but:<br><br>You said something about change-ing the cacheing value... how do I do that? Both for vlc and ffmpeg?<br><br>Thank you for your time.<br><br><div class="gmail_quote">2011/3/28 Victor Petrescu <span dir="ltr"><<a href="mailto:victor.petrescu13@gmail.com">victor.petrescu13@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Well... I try to do something similar of what you did... except that I have a camera witch I don't know what format returns. From vlc I get mpeg-ts container, mpeg1, 2600kbps. My problem is that any protocol I use the ffmpeg just hangs... I tried them all. That's why I put the mplayer between. <br>

<br>I'll try http again... still I don't think it will magically work :).<br><br>P.S. Is not a consolation... I'm getting near 2 months also and it can be really frustrating.<br><br><div class="gmail_quote"><div class="im">
2011/3/28 Anthony Brown <span dir="ltr"><<a href="mailto:av@bsbc.nb.ca" target="_blank">av@bsbc.nb.ca</a>></span><br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div>On 11-03-28 05:20 PM, Victor Petrescu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
That's the first version I tried and it just hangs. Doesn't stream<br>
anything, nor return error. After about 2 weeks of researching why it<br>
does that I found the version with the mplayer, witch works.<br>
<br>
The entire goals is to stream with vlc from a computer to a server and<br>
then again so that step can not be bypassed.<br>
<br>
If you can tell me how to do it so the ffmpeg works directly with the<br>
stream without mplayer i'd be gladly to skip that step.<br>
</blockquote>
<br></div>
I have a setup that uses VLC to grab an 18.3Mbps HDV 720p60 feed over firewire from my camera to a winXP box.  This is sent using http streaming over gigE from the XP box which has the firewire card to an ubuntu box which has ffmpeg and ffserver.  It works.<br>


<br>
In my case, HDV is already mpeg2 transport stream, so VLC does no transcoding, just dumps it to http.  My ffmpeg line is something like ffmpeg -i <a href="http://blahblahblah:8080/live" target="_blank">http://blahblahblah:8080/live</a> <a href="http://localhost:8090/feed1.ffm" target="_blank">http://localhost:8090/feed1.ffm</a><br>


<br>
Seems that the two big differences are (1) you're trying to do some processing (-r 24) in your ffmpeg line.  I don't think that you can do that.  Also I use http rather than rtp.  You might changing one or both of these.<br>


<br>
Another possible difference is that my ffserver stream is also mpeg2 at 18.3Mbps.  Thus, in theory, ffmpeg doesn't have to transcode, either (though in practice it does since ffserver has no way of knowing that the incoming stream is already in the right format).  So it could also be a problem with the format of your stream coming from VLC.  You don't say what the output format of VLC is, you might try using something different as the output of VLC to see if that helps.  I would naturally suggest getting VLC to transcode to mpeg2 transport since I know that works....<br>


<br>
You could also try streaming from ffserver in a different format, although, since it does work with the mplayer interposed that's probably not the issue.<br>
<br>
If it's any consolation, it took me about 2 months to figure out exactly how to make all this stuff work right, and even now I'm still working out bugs.  In case you're interested, my goal is to capture our entire morning worship service in HD, while also streaming the sermon portion of it, that occurs at some unknown time in the middle, to a remote location in quasi-real time just with an arbitrary time delay.<div>

<div></div><div><br>
<br>
A/B<br>
<br>
-- <br>
<br>
<br>
Anthony Brown<br>
Audiovisual coordinator<br>
Brunswick Street Baptist Church<br>
Telephone: (506)-458-8348 (leave message)<br>
Email:     <a href="mailto:av@bsbc.nb.ca" target="_blank">av@bsbc.nb.ca</a><br>
</div></div><br></div></div><div class="im">_______________________________________________<br>
ffserver-user mailing list<br>
<a href="mailto:ffserver-user@ffmpeg.org" target="_blank">ffserver-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/ffserver-user" target="_blank">http://ffmpeg.org/mailman/listinfo/ffserver-user</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br>