Robert Osfield wrote:
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.
Hi,

I did not try it myself because of lack of time. I am reading the ffmpeg mailing list and I saw this thread: http://www.mail-archive.com/[email protected]/msg01141.html It might give you more info. It seems to be possible...

regards
Raymond

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org


_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to