On Jun 9, 2013, at 00:19 , Massimo Battistel wrote: > hello, > I would like to know if there are some code samples and/or tutorials for > programmatically output streaming (mpeg-ts over udp) using > libavformat/avcodec. > I can't find anything on ffmpeg web site.
Nothing special needed, because it's not different then writing to a file, select mpegts as muxer and your target udp url as filename. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
