[Flightgear-devel] --jpg-httpd command line option

2013-09-17 Thread Rick Armstrong
Hello all, I'm a developer using FlightGear in a simulation project for work, and I'm currently getting imagery from FlightGear by triggering screenshots from my application and loading the screen captures from disk. It's kinda Rube Goldberg, but works well enough for a first draft. What I'd /real

Re: [Flightgear-devel] --jpg-httpd command line option

2013-09-17 Thread James Turner
On 17 Sep 2013, at 10:41, Rick Armstrong wrote: > -DJPEG_FACTORY:BOOL=ON > > in CMake. My question: before I go down that road, does anyone know if the > JPG HTTPD functionality works? If yes, does it work well? The fact that it's > turned-off by default makes me think that it might not be

[Flightgear-devel] disable generic-autopilot-helper.xml

2013-09-17 Thread Alan Teeder
Is it possible to disable the loading of generic-autopilot-helper.xml for an individual aircraft? –i.e. without editing the default preferences.xml TIA Alan-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $

Re: [Flightgear-devel] --jpg-httpd command line option

2013-09-17 Thread Curtis Olson
If someone decides to jump into this, another feature that would be cool would be to stream the display out as a video stream which could then be played by any number of video players on a remote computer (like mplayer.) ffmpeg probably would provide library support to make this pretty straightfor

Re: [Flightgear-devel] --jpg-httpd command line option

2013-09-17 Thread Rick Armstrong
On Tue, Sep 17, 2013 at 6:16 AM, James Turner wrote: ... > It's turned off for build reasons, not because it's new or untested. I > believe many people have used it exactly the way you describe. If you > encounter problems, they should be easy to fix and patches are welcome! > > (The build reasons

Re: [Flightgear-devel] fgelev

2013-09-17 Thread Stuart Buchanan
Hi Tom, On Mon, Sep 9, 2013 at 8:24 PM, Thomas Albrecht wrote: > Hi, > > can someone (Mathias?) please enlighten me about fgelev usage? Skimming > through the source, I understand that I need to provide --fg-root and > --fg-scenery, but how do I specify which location to probe? I had a quick lo

[Flightgear-devel] Textures separation, cleanup

2013-09-17 Thread James Turner
Hello, For the next release (3.0, I think), I want to reduce the size of the installers by making parts of the base package optional. Some are easy, like AI Traffic and ATC chatter - the first time you enable that feature, we'll download (well, terra-sync, really) the relevant files. If you don

Re: [Flightgear-devel] Textures separation, cleanup

2013-09-17 Thread Stuart Buchanan
Hi James, On Tue, Sep 17, 2013 at 9:56 PM, James Turner wrote: > Hello, > > For the next release (3.0, I think), I want to reduce the size of the > installers by making parts of the base package optional. Some are easy, like > AI Traffic and ATC chatter - the first time you enable that feature,