hi all, i want to send output stream data to stdout but url_fopen() only accepts file path
when i try this:
if (url_fopen(&oc->pb, "/dev/stdout/", URL_WRONLY) < 0) {
fprintf(stderr, "Could not open '%s'\n", outfile);
exit(1);
}
i get an error
is there another way to get a ByteIOContext pointing to stdout?
thanks in advance
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
