I found an implementation http://pigeond.net/flightgear/screenstreamer/ that appears to use the technique you suggested.
On Wed, Nov 26, 2008 at 1:09 AM, J.P. Delport <[EMAIL PROTECTED]> wrote: > Hi Fred, > > maybe you can connect the FFmpeg streamer to the Viewer output much like the > screenshot example does. > > We also have code that grabs a region of interest from FBO using a shader > and saves that using FFmpeg to disk. I'm eagerly trying to free up this > code, but still need to twist a few arms. > > jp > > Fred wrote: >> >> Background: >> I need to create a service/daemon running delta3D to which an >> application running a FlashPlayer 10 video connects for its video >> feed. >> Presently, I am running ffmpeg -f x11grab ... to capture the osg >> display and converting to flv and streaming that via ffserver. >> Yuck. >> >> Plan: >> Incorporate ffmpeg into osgViewer in a way that the FlashPlayer >> NetConnectors can subscribe directly to it (in a multicast way). >> This is my current plan but if there is a better way that would be >> more generally beneficial I'm open to suggestions. >> >> >> Thank you >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > > -- > This message is subject to the CSIR's copyright terms and conditions, e-mail > legal notice, and implemented Open Document Format (ODF) standard. The full > disclaimer details can be found at http://www.csir.co.za/disclaimer.html. > > This message has been scanned for viruses and dangerous content by > MailScanner, and is believed to be clean. MailScanner thanks Transtec > Computers for their support. > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

