<div dir="ltr">HI Andrey,<div><br></div><div>I am trying to re-streaming my input stream from a cam to the rtmp server , and I want to use FFmpeg for this issue, that's why I am using the following command : </div><div>
<br></div><div><i><b><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">ffmpeg -i rtsp://root:pass@xxx.xxx.xxx.</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">xxx:554/live?tcp -vcodec copy -f flv rtmp://xxx.xxx.xxx.xxx/live/</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">teststream</span></b></i></div>
<div><i><b><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></b></i></div><div><i><b><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif">(I need flesh format )</font></span></b></i></div>
<div><i><b><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif"><br></font></span></b></i></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif">but unfortunately it hangs at first and than it has delay about 15 seconds.(</font></span><i><b><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">rtsp://root:pass@xxx.xxx.xxx.</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">xxx:554/live?tcp is an input stream from my cam and </span></b></i><i><b><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">rtmp://xxx.xxx.xxx.xxx/live/</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">teststream are output streams from the rtmp server</span></b></i><i><b><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "> </span></b></i><span class="Apple-style-span" style="font-family: arial, sans-serif; background-color: rgb(255, 255, 255); ">)</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif"> </font></span></div><div><br><br><div class="gmail_quote">On Wed, Nov 2, 2011 at 4:11 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><div></div><div class="h5">> Hi.<br>
> I'm trying to re-stream h.264 packets to rtmp server, by copying packets<br>
> from incoming stream to outgoing one.<br>
> The resulting stream hangs on the first frame for some time, then resumes<br>
> playback, with approximately 15 seconds of delay.<br>
> If I re-code the stream to FLV via following command, the stream works fine<br>
> and has minimal delay, but the resulting quality naturally lower.<br>
> Any idea how to remove the delay on re-stream? I'm using latest 0.8 (oldapi)<br>
> of FFMPEG, and librtmp.<br>
> Thanks!<br>
<br>
</div></div>Hi!<br>
It is unclear, at last for me, in which way exactly you process the stream.<br>
You can show your relevant sources parts (although the more is<br>
better), input data example and tell how you make input data available<br>
to your app.<br>
<font color="#888888"><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>
</font></blockquote></div><br></div></div>