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...

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.


On Thu, May 3, 2012 at 6:42 AM, Andrey Utkin <[email protected]
> wrote:

> 2012/5/2 Wagner Patriota <[email protected]>:
> > Hello,
> >
> > I wanna make an application that outputs the content of FFMPEG to a
> > socket... it that easy? where should I look for it?
> >
> > Maybe ffserver has something to do with what I want, but for sure I want
> > something simpler...
> >
> > I have my server open, a "socket handle", everything ready... only
> waiting
> > for write the file content... any hints where I can begin?
>
> Yep, that's very hard... As hard as opening output file specified with
> string "tcp://host:port". Or "udp://host:port". Or "http://host.port";.
> You get the idea. See `ffmpeg -protocols`.
>
> --
> Andrey Utkin
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to