HI Raymond, On Wed, Mar 4, 2009 at 4:57 PM, Raymond de Vries <[email protected]> wrote: >> This is the bit which is unknown to me right now. I've see a couple >> of online tutorials on using ffmpeg to pull in live video streams and >> have used it successfully to create an movie file from my webcam, >> but... I don't know how to wire it up yet. I haven't spotted any >> explanation of this feature at the API level yet. >> > > From what I've seen you can just use an url for the ffmpeg open_file func > (or whatever it is called). The func name is a bit misleading I believe...
When you say url in this context, are you talking about a device like /dev/video0 or a url as in http://www.openscenegraph.org/myvideo.ogg? For live video we need to open an device rather than a file, it'd be great if it is as simple as just point it at a device via a unix file path to it. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
