I am now able to write MPEG-4 encoded view to an MPEG-2 TS file. I would like 
to be able to output via UDP. I thought that changing this line:

AVFormatContext *muxer;

avio_open(&muxer->pb, "c:\\bat.ts", URL_WRONLY);


to this:

AVFormatContext *muxer;

avio_open(&muxer->pb, "udp://127.0.0.1:1234", URL_WRONLY);


would accomplish this but it does not. What am I doing wrong? Any help would be 
greatly appreciated. Thank you.

mark.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to