hi all,<br><br>i want to send output stream data to stdout but url_fopen() only accepts file path<br><br>when i try this:<br><br clear="all">if (url_fopen(&oc->pb, "/dev/stdout/", URL_WRONLY) < 0) {<br>
fprintf(stderr, "Could not open '%s'\n", outfile);<br> exit(1);<br> }<br><br>i get an error<br><br>is there another way to get a ByteIOContext pointing to stdout?<br>
<br>thanks in advance<br>