On 30/03/15 08:14, Ran Shalit wrote: > Hello, > > I'm new with libav. > I would like to ask if libavformat is capable of demux > h.264->mpeg-ts->udp stream.
yes
> If yes - Is there any example for this ?
avconv -i udp://ip:port
ok
avformat_open_input(&s, "udp://ip:port", NULL, NULL);
Should just work.
lu
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api
