Hi, I have developed a small piece of software that converts input from an MPEG-2 file into an H264 elementary stream (obviously without any sound) - I'm neglecting audio for the moment. My goal is to now packetize the H264 data into an RTP packet and stream it over a network to another node.
>From what I read, it appears that FFMPEG already has the facilities to do what >I want, is that correct? In all honesty, I'm a bit unsure of where to start. I've been looking at some doxygen generated documentation (in the link below), and cannot quite determine which functions ought to be called. http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/files.html Admittedly, I'm not 100% familiar with RTP or the H264 protocol. As such, I'm reluctant to learn the standards and write everything from scratch. Would somebody be willing to provide some suggestions or pointers so that I can get the ball rolling. Your suggestions would be much appreciated... Gavin __________________________________________________________ Sent from Yahoo! Mail. A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
