Problems with the latest windows installer?
FMS *sigh* FML
I am trying to get live streaming running on my windows 7 machine (as full admin; permissions shouldn't be an issue)
- Windows install
- No serial/Development server version
- Yes Appache
- Admin, password...
- Default, default, default...ect, GO.
Out of box, nothing worked - localhost just laughed at me with a blank ("could not connect") page and the FMS admin page was no better "Login attempt to the server below failed...etc". Then I found that [root]/Apache2.2/conf/httpd.conf came straight from the installer like this
# Please see httpd.conf.orig for the configuration of a default
# (non-FMS) installation of apache.
Listen 8134
# If you plan to run FMS as root on linux, you _must_ specify a
# valid user, with access to the FMS installation direction, or
First off - Isn't that supposed to be set to 80? Also, httpd.conf had no definition for ServerRoot - I am no apache expert (that cannot be overstated) but everytime i've used it, i've needed to define this.
Anyway, I figured I had nothing to lose and so armed with essentially my mom's working knowledge of Apache's .conf schema, I went in and changed "Listen 80" and added a definition for ServerRoot, reset and...tada...finally, localhost would resolve to that FMS startup page. But that doesn't mean much because I get a timeout/failure on the rtmp demo (sure the http demo works but who cares; ignf about http). But that makes sense because the FMS admin page STILL can't connect to localhost (or localhost:1111 for that matter) so there was no server instance to connect to anyway...[Jason slumps; a broken man].
Anyway - anyone have any insight? Same problems += soultion?
