<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span class="">
</span>Just to make sure: On this mailing list, only the<br>
libraries from the FFmpeg project are supported.<span class=""></span></div></blockquote><div> <span class=""><br>> Yes, <br></span></div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span class="">
</span>I suspect the payload descriptor is not added by<br>
the encoder function (which is in libavcodec) but<br>
by the muxer (in libavformat).<br>
<br>
You should be able to use ffmpeg (the command line<br>
tool) to test.<br>
<br></div></blockquote><div>>I tried but  without the correct sdp it fail. I Maybe  need to set the correct payload type in the code. <br></div><div>I tried with this sdp : <br><br>v=0<br>o=- 0 0 IN IP4 127.0.0.1<br>s=No Name<br>c=IN IP4 127.0.0.1<br>t=0 0<br>a=tool:libavformat 55.22.100<br>m=video 1234 RTP/AVP 96<br>b=AS:200<br>a=rtpmap:96 VP8/90000<br>a=fmtp:96 apt=100<br><br></div><div>
with no luck. the stream is outputted at rtp://<a href="http://127.0.0.1:5000">127.0.0.1:5000</a> do i need the port to the sdp ? <br></div><div><br></div><div>Thanks Carl for your comment. <br><br></div><div>William.  <br></div><div>
_______________________________________________<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" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div><br></div></div>