Re: [osg-users] osgmovie streaming

2008-11-19 Thread Chris Brown
Hi Serge, Currently using FFmpeg to play movies is not complicated, just take a look at the others custom ImageStreams and apply it with FFmpeg functions. Care to elaborate? Regards, Chris -- Centre for Advanced Software Technology Limited is a limited company registered in England and

[osg-users] osgmovie streaming

2008-11-18 Thread Chris Brown
Hello, I am trying to incorporate streaming movies into an OSG application; currently, by modifying the code from osgmovie, I can manage to get a static movie file to play without problems. However, after much google-ing and poking around in OSG, I can't seem to get any kind of movie

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Robert Osfield
Hi Chris, There is support in the quicktime plugin for streaming live video streams. Look for the references for .live. The quicktime plugin is only available under Windows and OSX. W.r.t low level details of getting things working I can't help you as I haven't used this functionality first

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Chris Brown
Hi Robert, Thanks for your quick reply. Unfortunately, Windows and Mac OSX are not development platforms available to me, so the solution I'm looking for would have to be appropriate for linux systems - sorry, I should have made this clear. Kind regards, Chris. Robert Osfield wrote: Hi

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Ümit Uzun
Hi Cris, If you use linux you can use FFMEG plugin to play movie. There is much user FFMEG but I have only tried quicktime yet. regards. 2008/11/18 Chris Brown [EMAIL PROTECTED] Hi Robert, Thanks for your quick reply. Unfortunately, Windows and Mac OSX are not development platforms

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Mike Greene
I currently have a Windows XP OSG application working with a live HD feed (1920 x 1080) texture mapped to a quad. I use a BlackMagic video capture card as the input device. It has a builtin QuickTime driver which I believe is required for the osgmovie example (using the quicktime plugin) to

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Chris Brown
Hi Ümit, Thanks for the pointer. Do you know of any information regarding the FFMPEG plugin for OSG? I can't seem to find any documentation for it anywhere! Many thanks, Chris. Ümit Uzun wrote: Hi Cris, If you use linux you can use FFMEG plugin to play movie. There is much user FFMEG but

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Ümit Uzun
Hi Chris, Actually I haven't tried FFmpeg pluing but you can contact Serge who has work on this plugin. You should look at http://article.gmane.org/gmane.comp.graphics.openscenegraph.user/33486/match=thanks+osg+sergelink and watch videos. These all playing video while exploring the earth surface

Re: [osg-users] osgmovie streaming

2008-11-18 Thread Serge Lages
Hi Chris, Currently using FFmpeg to play movies is not complicated, just take a look at the others custom ImageStreams and apply it with FFmpeg functions. I'll try to see if I can release our code but it'll not be in a near future (maybe some months, currently we are very busy with other tasks).