Hi,

Mike Greene wrote:
I've seen some answers for using ffmpeg on Linux systems. I would like to use my mobile Nokia N900's camera to stream (http or rtsp) over wireless to a Windows XP machine and then use the stream as an input to osgmovie, something like "osgmovie --interactive http://10.1.1.1:8080";. Is this possible? As of now, the plugin gives me the message saying it doesn't know how to handle that type of file. I can transcode the stream into an mpeg 2 or 4 format. Could I somehow just mod the QT plugin so that is will accept a url as a file name with no extension?

I'd suggest first trying to get the stream to play in either vlc, mplayer or ffplay to make sure it's working. Try mplayer rtps://...

If that works, it's a matter of firstly convincing osg to use the ffmpeg plugin (try "-e ffmpeg" option to osgmovie) and then convincing the ffmpeg plugin to play from a stream (not sure, but try just the url).

jp



Mike Greene
_______________________________________________
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

Reply via email to