<div dir="ltr">Can you give me any advise how can I avoid it ?<br><br><div class="gmail_quote">On Wed, Nov 2, 2011 at 5:00 PM, Andrey Utkin <span dir="ltr"><<a href="mailto:andrey.krieger.utkin@gmail.com">andrey.krieger.utkin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">2011/11/2 Archil Matchavariani <<a href="mailto:archil1983@gmail.com">archil1983@gmail.com</a>>:<br>
<div class="im">> HI Andrey,<br>
> I am trying to re-streaming my input stream from a cam to the rtmp server ,<br>
> and I want to use FFmpeg for this issue, that's why I am using the following<br>
> command :<br>
> ffmpeg -i rtsp://root:pass@xxx.xxx.xxx.xxx:554/live?tcp -vcodec copy -f flv<br>
> rtmp://xxx.xxx.xxx.xxx/live/teststream<br>
> (I need flesh format )<br>
> but unfortunately it hangs at first and than it has delay about 15<br>
> seconds.(rtsp://root:pass@xxx.xxx.xxx.xxx:554/live?tcp is an input stream<br>
> from my cam and rtmp://xxx.xxx.xxx.xxx/live/teststream are output streams<br>
> from the rtmp server )<br>
<br>
</div>This delay is likely caused by initial stream probing.<br>
ffmpeg detects data format and codecs, which is quite unnecessary in<br>
case or RTSP, which brings this info in session description.<br>
I'm not sure if it acts how i described, but it likely does.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Andrey Utkin<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div>