<p dir="ltr">I am currently sending individual NAL units across a network. These NAL units are generated by x264. Now is it possible to feed these NAL units individually into avcodec_decode_video2? </p>
<p dir="ltr">Or do I have to concatenate the nal units until they represent the same frame? If thats the case then how is that done?</p>
<p dir="ltr">I have also read that I might be able to receive the SPS and PPS packets. Then wait for at least one packet, and attempt to decode. Is this correct? </p>
<p dir="ltr">Any advice that can be offered would be greatly appreciated. </p>
<p dir="ltr">Thanks,</p>
<p dir="ltr">Ryan</p>