Sergey, There are several extensions of H.264
Base format is AnnexB For transferring videostream over RTP there are MTAP, STAP and FU. I never tried to make FFMPEG to use these extentions but have some experience in reassembling freammented/aggregated data into Annex B Probably RFC will help you to solve your task. http://tools.ietf.org/html/rfc3984#page-18 Wed, 20 Apr 2011 22:25:08 +0400 письмо от Мухин Сергей <[email protected]>: > Hello! > > I take a video file NAL unit and send their RTP packets. But NAL unit is > very large. How can I divide them into several NAL One? > > Thanks. > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
