Hey guys, sorry... but it's VERY VERY simple... I did it in about 10 or 15 minutes after I figured out how URLProtocol works...<div><br></div><div>I just rewrote the URLProtocol... that's it... I created a new one, based on file.c and then I rewrote all the functions to write in my socket... it worked right in the first time.</div>

<div><br></div><div><br><div class="gmail_quote">On Thu, May 3, 2012 at 6:42 AM, Andrey Utkin <span dir="ltr"><<a href="mailto:andrey.krieger.utkin@gmail.com" target="_blank">andrey.krieger.utkin@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2012/5/2 Wagner Patriota <<a href="mailto:wagner.patriota@gmail.com">wagner.patriota@gmail.com</a>>:<br>
<div><div class="h5">> Hello,<br>
><br>
> I wanna make an application that outputs the content of FFMPEG to a<br>
> socket... it that easy? where should I look for it?<br>
><br>
> Maybe ffserver has something to do with what I want, but for sure I want<br>
> something simpler...<br>
><br>
> I have my server open, a "socket handle", everything ready... only waiting<br>
> for write the file content... any hints where I can begin?<br>
<br>
</div></div>Yep, that's very hard... As hard as opening output file specified with<br>
string "tcp://host:port". Or "udp://host:port". Or "<a href="http://host.port" target="_blank">http://host.port</a>".<br>
You get the idea. See `ffmpeg -protocols`.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Andrey Utkin<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div>