<div dir="ltr">On Mon, Jun 17, 2013 at 1:12 PM, Dragos Iordache <span dir="ltr"><<a href="mailto:dragoshiordache@gmail.com" target="_blank">dragoshiordache@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div class="h5">On Mon, Jun 17, 2013 at 11:53 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span> wrote:<br>

</div></div><div class="gmail_extra"><div><div class="h5"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>Dragos Iordache <dragoshiordache@...> writes:<br>



<br>
> If my output is a file ("test.h264") then everything<br>
> works ok.<br>
<br>
</div>Does that mean if you feed test.h264 into ffmpeg to<br>
produce the rtmp stream that you need (is that correct?),<br>
it works fine, but if you call your application that<br>
uses the libav* libraries it does not work?<br>
<div><div><br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">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></div>Hi,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks for your help. The answer is yes. With the following command the streams works ok. </div><div class="gmail_extra">


<br></div><div class="gmail_extra"><div class="gmail_extra">.\ffmpeg.exe -i .\test.h264 -f  flv rtmp://<a href="http://live.justin.tv/app/live_****" target="_blank">live.justin.tv/app/live_****</a></div><div class="gmail_extra">

<br></div>
<div class="gmail_extra">What do I do wrong?</div><div class="im"><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks,</div><div class="gmail_extra">Dragos</div><div><br></div>-- <br><br><a href="mailto:dragoshiordache@gmail.com" target="_blank">dragoshiordache@gmail.com</a><br>


0726736376
</div></div></div>
</blockquote></div><div class="gmail_extra"><br></div>Hi again,</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>So I tested some more and the stream works ok with <span style="font-size:13px;font-family:arial,sans-serif">.\ffmpeg.exe -i .\test.h264 -c:v copy -f  flv rtmp://</span><a href="http://live.justin.tv/app/live_****" target="_blank" style="font-size:13px;font-family:arial,sans-serif">live.justin.tv/app/live_****</a></div>

<div class="gmail_extra" style>But the stream does not work with my implementation using libffmpeg.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>I tried different methods for sending the stream with libffmpeg but none worked ok. What I do now:</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>-create an oformat of flv</div><div class="gmail_extra" style>-create a context for flv and filename=rtmp:/...</div><div class="gmail_extra" style>-initialize a stream of h264 codec</div>

<div class="gmail_extra" style>-write header</div><div class="gmail_extra" style>-encode using stagefright</div><div class="gmail_extra" style>-create a packet</div><div class="gmail_extra" style>-write the packet</div><div class="gmail_extra" style>

<br></div><div class="gmail_extra" style>The test.h264 in the ffmpeg line is created using this method and filename is set to "test.h264" and not a rtmp server, so I think this is ok.</div><div class="gmail_extra" style>

<br></div><div class="gmail_extra" style>The captured frame data differs slightly between the command I run with ffmpeg and my code using libffmpeg. One of the diferences if that the NAL header "00 00 00 01" is not like this in the ffmpeg method.</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>What do you think is not right?</div><div class="gmail_extra" style>Thanks for your help. </div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>

Dragos</div><div class="gmail_extra">-- <br><br><a href="mailto:dragoshiordache@gmail.com" target="_blank">dragoshiordache@gmail.com</a><br>0726736376
</div></div>