On Mar 29, 2012, at 14:10 , ashika umanga wrote: > Greetings all, > > Is it possible to stream OSS instead of writing to a file? > I was hoping something like this: > > avformat_alloc_output_context2(&oc, NULL, "ogg", "udp://localhost:7777");
have a look at avio_open() or avio_open2(), there you can use "udp://127.0.0.1:7777" as filename. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
