[Libav-user] Stream OSS over network using libavformat API ?

Kalileo kalileo at universalx.net
Thu Mar 29 11:06:10 CEST 2012


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.



More information about the Libav-user mailing list