Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-23 Thread Antonio Almeida
Thanks! That sounds like it could solve my problem. However, I couldn't get it to work -- FlightGear reports: Unknown option '--jpg_httpd=5502' My command line, as generated by the wizard, was: C:\Program Files\FlightGear\bin\win32fgfs.exe --fg-root=C:\Program Files\Fligh tGear\data

Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-23 Thread Leidson Campos A. Ferreira
Yes, the v0.9.10 there a problem with FlightGear Wizard on Windows, but I've done a fix, please check latest CVS version. About video streaming, jpg-httpd is working fine and very fast. I've done a ground station using Borland C++ Builder for a client that is using Flightgear and this

Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-23 Thread Antonio Almeida
Thanks, I'll check out the latest CVS version as soon as I get around to implementing. Your experience is very similar to what I was looking for! If it is as fast as you mention then it will surely be enough to simulate a streaming video, from the viewer's perspective. I believe jpg-httpd will

Re: [Flightgear-devel] patch for osgViewer and statistics

2007-05-23 Thread Georg Vollnhals
Hi Nick, I was a bit confused with this - I couldn't work out what 'the configuration' screen was, nor meant. But I sussed out CMAKE now, so for anybody else with problems. Once you have a fresh checkout, in the trunk directory (top layer of code) to build the CMAKE files, issue: cmake

Re: [Flightgear-devel] patch for osgViewer and statistics

2007-05-23 Thread Curtis Olson
On 5/23/07, Georg Vollnhals [EMAIL PROTECTED] wrote: Once you have a fresh checkout, in the trunk directory (top layer of code) to build the CMAKE files, issue: cmake -i . Thank you for the hint, this cmake -i configuration process works very nice for me but does not improve the

Re: [Flightgear-devel] patch for osgViewer and statistics

2007-05-23 Thread Nick Warne
Hi George, On Wednesday 23 May 2007 19:05:43 Georg Vollnhals wrote: cmake -i . Thank you for the hint, this cmake -i configuration process works very nice for me but does not improve the framerates. Oh my. After building OSG with 'Release' and then building FG with -O3, I have

Re: [Flightgear-devel] patch for osgViewer and statistics

2007-05-23 Thread Nick Warne
Hi Georg, On Wednesday 23 May 2007 19:05:43 Georg Vollnhals wrote: But where do you apply this -O3 parameter? Configure or Make when compiling the FlightGear sources? Thank you very much in advance for your help. Regards Georg EDDW Sorry, I read this too quick. You can build SG/FG with

Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-23 Thread Jon Stockill
Antonio Almeida wrote: Thanks, I'll check out the latest CVS version as soon as I get around to implementing. Your experience is very similar to what I was looking for! If it is as fast as you mention then it will surely be enough to simulate a streaming video, from the viewer's

Re: [Flightgear-devel] patch for osgViewer and statistics

2007-05-23 Thread Georg Vollnhals
Nick Warne schrieb: Sorry, I read this too quick. You can build SG/FG with optimisations like this: ./configure CXXFLAGS=-O3 ... If you wish to include further flags, they need to enclosed in double quotes: ./configure CXXFLAGS=-march=athlon-tbird -O3 This is my full FG configure

Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-23 Thread GWMobile
Are all of these streaming programs just linux or also windows? On Wed, 23 May 2007 11:38 am, Jon Stockill wrote: Antonio Almeida wrote: Thanks, I'll check out the latest CVS version as soon as I get around to implementing. Your experience is very similar to what I was looking for! If

Re: [Flightgear-devel] Flightgear visualization as streaming video

2007-05-23 Thread Leidson Campos A. Ferreira
FFMepg is a complete solution for MPEG encoding/decoding and works for both, Linux, Windows and maybe other posix systems like OpenBSD, FreeBSD and other BSD like. I've done some works with ffmpeg for another client and works fine. Leidson PlanetaMessenger.org - Java Universal Messenger On

Re: [Flightgear-devel] patch for osgViewer and statistics

2007-05-23 Thread Georg Vollnhals
Nick Warne schrieb: If you read the questions when using 'cmake -i .' one of them is what type of build to do: ...Debug | Release ... etc. Default is NONE. So you set that to 'Release'. Then later there is a question about what CXX flags the compiler should use when making a

[Flightgear-devel] patch for OSG black dots without killing framerate

2007-05-23 Thread Jonathan Wagner
See attached patch. Removes black dots by accounting for radius of nodes when calculating visible nodes for traversal without removing the optimization. Confirmed fix with a few people on IRC. Can someone with CVS commit privileges add this to the OSG branch (obviously). Jonathan Wagner?

Re: [Flightgear-devel] An-2 v0.2 ready!

2007-05-23 Thread Yurik V. Nikiforoff
В сообщении от 18 Май 2007 00:19 Martin Spott написал(a): Or even better, follow in the footsteps of the Lightning and A-10 and make use of the superb improved tutorial system ;-) I thought about that one, too, but I guess it's quite a huge task to add such an animated tutorial I

Re: [Flightgear-devel] FG/plib uselessly hides exceptions in fgInitFDM()

2007-05-23 Thread Martin Spott
Hans Ulrich Niedermann wrote: recently one of my aircraft had invalid XML, and the parser duly threw an exception. Unfortunately, fgInitFDM() considered it appropriate to report the error as , | FlightGear aborting ` and actually aborting FlightGear instead of at least

Re: [Flightgear-devel] electrical system patch

2007-05-23 Thread Martin Spott
Hi Harald, Harald JOHNSEN wrote: This lines only initialize the internal values of the electrical system. The properties are set in the propagate function : // publish values to specified properties for ( i = 0; i node-get_num_props(); ++i ) { fgSetFloat(