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

  1. #1

    Default rtmp and deploying

    my questino is about the tutorial of Creating a Video Chat: Your First
    Macromedia Flash Communication Server MX Application

    It took me 10mn to make it work in my local machine as far as i did not know a
    lot of flash (but know a lot in dotnet etc.)

    the thing is i installed media server on my server and uploaded your sample
    there and it does not work, the connection refuses to be made.

    suppose my server is [url]www.server.com[/url],
    suppose the application name is starcoach
    suppose my application is in
    C:\Program Files\Macromedia\Flash Media Server 2\applications\starcoach

    2 questions :
    what do i have to put in the rtmp: of the application ?
    I put rtmp://www.server.com/starcoach

    do I have to configure something special in my IIS6 (as far as I run on W2003)
    or do I have to configure something special in media server ?


    10mn to make it work in local and more than 5 hours to try to deploy it ..

    thanks for your help in advance


    amos kito Guest

  2. Similar Questions and Discussions

    1. FMS2 RTMP
      We have installed the developer edition on FMS2 on a Windows 2000 server. We have been able to see a connection to an instance of our application....
    2. RTMP
      FMS use RTMP protocol. I have use the RED5 Open Source Flash Server and he used rtmp protol too. I'm developping an application with RED5. It's a...
    3. rtmp + flv
      hello I am following "http://www.macromedia.com/devnet/flash/articles/video_player.html" this tutorial to seup, but I cannot finish that. ...
    4. FLV component and rtmp
      Using FLV playback to play streaming FLVs. The following works: /** Requires: - FLVPlayback component on the Stage with an instance name of...
    5. RTMP Protocol
      I am currently developing a java server to stream videos to flash, but cannot find any information on the RTMP protocol. I was wondering....is this...
  3. #2

    Default rtmp and deploying

    my questino is about the tutorial of Creating a Video Chat: Your First
    Macromedia Flash Communication Server MX Application

    It took me 10mn to make it work in my local machine as far as i did not know a
    lot of flash (but know a lot in dotnet etc.)

    the thing is i installed media server on my server and uploaded your sample
    there and it does not work, the connection refuses to be made.

    suppose my server is [url]www.server.com[/url],
    suppose the application name is starcoach
    suppose my application is in
    C:\Program Files\Macromedia\Flash Media Server 2\applications\starcoach

    2 questions :
    what do i have to put in the rtmp: of the application ?
    I put rtmp://www.server.com/starcoach

    do I have to configure something special in my IIS6 (as far as I run on W2003)
    or do I have to configure something special in media server ?


    10mn to make it work in local and more than 5 hours to try to deploy it ..

    thanks for your help in advance


    amos kito Guest

  4. #3

    Default Re: rtmp and deploying

    You have the rtmp string right. Perhaps it's a firewall or port conflict
    problem. The following might help:

    First, check your firewall on the server. If port 1935 isn't open for FMS,
    open it.

    Next, do you have an http server on the same machine? If so, is it using the
    same IP address as FMS? FMS uses port 80 for tunneling (rtmp over http), but if
    your http server is using port 80, FMS can't.

    Next, did you upload the main.asc files that go with your sample application?

    JayCharles Guest

  5. #4

    Default Re: rtmp and deploying

    Hi Jay

    First of all, thank you for your answer.

    The port 1935 is opened for FMS and the main.asc is in the
    right folder.

    The only thing is about this line : rtmp://www.server.com/starcoach

    How does Flash know where to go if I did not specify the starcoach somewhere
    in the admin FMS ?

    Well, for the moment it still does not work and make me mad..

    Thanks again

    amos kito Guest

  6. #5

    Default Re: rtmp and deploying

    Hi,

    did u try to check the live log?, maybe you can find the error there, maybe
    you are reaching the flash media server, but an error is occuring. i did not
    start using FMS yet, but in FCS, i would go to the application inspector, and
    check out wether an instance is created when i connect. if yes, get into it,
    and check the problem.

    TheBimmer 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