Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default FMS-3 IIS/DNS Setup

    Hi

    I have installed FMS-3 on my Windows 2003 server running IIS6.
    I am able to reslove to the sample material using localhost
    I have a subdomain, lets say fms.companyname.com.
    how do I set this up to resolve to the fms server instead of localhost? so
    that I can test from outside the local environment

    I'm not clear where I configure this and I cant find any documention that
    covers this topic, please forgive me if this has been covered before...

    A.P. Guest

  2. Similar Questions and Discussions

    1. CPS Setup
      I am looking at setting Contribute up to use the Publishing Services via LDAP to an Active Directory server. I want to get away from having to send...
    2. Page setup/paper setup
      Hi I use Freehand MXa in MacOSX 13.2. I wonder, does Freehands own paper setup (in print dialog box) owerride all paper setup settings.(In...
    3. PHP on XP Setup HELP
      On Tue, 04 Nov 2003 19:06:55 +1100, Terence <tk.lists@fastmail.fm> wrote: I'm running XP-Pro and installed phpdev http://www.firepages.com.au/...
    4. Setup EXE?
      Hi, Ive created an Autorun CDROM to automatically start the Projector thats on the CD. The CD also has 2 DIR files, a folder which contains...
    5. WEP Setup on XP
      Hi I'm trying to setup wireless connection between Centrino laptop (Intel PRO 2100 wireless adapter) and Netgear access point(FM114P). Without...
  3. #2

    Default Re: FMS-3 IIS/DNS Setup

    I don't really want to talk you through the whole process of adding a new vhost but why could you not hit the machine with FMS by IP instead?


    stoem Guest

  4. #3

    Default Re: FMS-3 IIS/DNS Setup

    Security policy set by IT blocks acces to our web server via IP otherwise I would be happy to... Is there a relevant article you can direct me to, I assume vHost is the clue...
    A.P. Guest

  5. #4

    Default Re: FMS-3 IIS/DNS Setup

    Were you able to find more info this? I am in a similar situation and I cannot
    connect to a stream outside of my local network. I have tried setting up a
    vHost, but I must be missing somethingin the configuration.

    Any help would be much appreciated!

    Thanks,
    Tim


    Tim Fitz Guest

  6. #5

    Default Re: FMS-3 IIS/DNS Setup

    hi guys,
    it makes no sense setting up a vhost if you have connection problems. The
    connection to the default vhost is the easiest one and it can be done based on
    the IP of your FMS server - as long as you have not configured it to listen on
    another IP.
    Tim, you are trying to what exactly? Connect to a remote FMS server? Is there
    a firewall in between?

    With more info I may be able to help but these things usually take ages to
    resolve on a forum, but hands on would take 10 mins :-)

    Cheers

    Stefan





    stoem Guest

  7. #6

    Default Re: FMS-3 IIS/DNS Setup

    I installed FMS 3 (dev) on a Win 2K3 server with IIS 6. I've got a website
    running on this server, e.g. [url]www.mydomain.com[/url]. I have setup a simple test web
    page with embedded swf that allows you to type a path of a stream and it will
    play it. So I...

    1. Go to my test web page ([url]http://www.mydomain.com/test/index.html[/url])
    2. Enter the stream path rtmp://localhost/vod/sample or
    rtmp://[local_ip_address]/vod/sample
    When referencing locally, everything works great.

    But if I try to enter stream path as:
    rtmp://www.mydomain.com/vod/sample I get nothing.

    I thought setting an alias in the vhost.xml file to [url]www.mydomain.com[/url] would
    work, but it didn't.
    I'm sure I'm missing something obvious, but I'm having trouble figuring it out.

    Thanks for any help!

    Tim Fitz Guest

  8. #7

    Default Re: FMS-3 IIS/DNS Setup

    you would need a vhost in this case. But why bother? If you can access the
    server via IP then you're up and running. Messing with vhosts just complicates
    things. If you have a real need then check the docs for more info.

    Cheers

    Stefan





    stoem Guest

  9. #8

    Default Re: FMS-3 IIS/DNS Setup

    That's just it... I cannot connect via IP when viewing the page outside of my local network (over the internet). I have tried to following the documentation but still unable to get it to work.
    Tim Fitz Guest

  10. #9

    Default Re: FMS-3 IIS/DNS Setup

    Firstly, name resolution can be tested by using ping and looking at the IP
    address that the name is resolved. To override the name resolution one can
    modify their etc/hosts file (among many other possibilities).
    Are you able to telnet to the port that FMS is listening on? telnet
    [url]www.mydomain.com[/url] 1935 ? If not, something is blocking your access. If you can
    indeed connect, check the logs to see if anything is suspect.

    techeye Guest

  11. #10

    Default Re: FMS-3 IIS/DNS Setup

    Thank you techeye! I knew it had to be something simple and your suggestion made me realize I needed to open port 1935.
    Tim Fitz Guest

  12. #11

    Default Re: FMS-3 IIS/DNS Setup

    Hi Tim/Techeye

    I'm facing the same issue. i have set the rtmp path as
    rtmp://<ip>/vod/legend. I'm able to browse from localhost without any issues.
    But from client, it only loads the streaming bar. i'm able to telnet on port
    1935,1111,80 to FMS. Not sure what i'm missing here. Please help

    firstsource Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139