<p dir="ltr">Well I dont think its working because, I am getting errors like "cannot use next picture in error concealment". Another error that says something about the SPS and PPS not getting referenced. </p>
<p dir="ltr">Just to be more clear, the SPS and PPS frames along with the IDR frames are all individual NAL units sent across the network. </p>
<p dir="ltr">I appreciate the help.</p>
<div class="gmail_quote">On Jun 1, 2015 3:19 AM, "Carl Eugen Hoyos" <<a href="mailto:cehoyos@ag.or.at">cehoyos@ag.or.at</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ryan Bauer <r.bauer234@...> writes:<br>
<br>
> I am currently sending individual NAL units across<br>
> a network. These NAL units are generated by x264.<br>
> Now is it possible to feed these NAL units<br>
> individually into avcodec_decode_video2?<br>
> Or do I have to concatenate the nal units until they<br>
> represent the same frame? If thats the case then how<br>
> is that done?<br>
<br>
If sending the NAL units to the decoder does not work,<br>
I suspect you can feed them to the h264 parser first<br>
to get the individual frames.<br>
<br>
Carl Eugen<br>
<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>
</blockquote></div>