Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default RTMP frustrations

    I have an application called welcome.mxml in a project named Test.

    I am trying to establish a NetConnection using RTMP but I have failed
    at every attempt and I cannot find a single piece of documentation
    that clearly explains how to make this work.

    I am using Flex Data Services on the same machine I'm developing on
    and the path to project Test is C:\fds2\jrun4\servers\default\test

    I have tried the following and I always receive
    NetConnection.Connect.Failed:

    nc.connect("rtmp:/test");
    nc.connect("rtmp://localhost/test");
    nc.connect("rtmp:/test/welcome.mxml");
    nc.connect("rtmp:/welcome");

    Everyone in the world seems to know how to get this to work correctly
    except me and it is incredibly frustrating that I can't find any
    decent examples or simple explanations anywhere on the internet.
    Please help!

    DaFallus Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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. ...
    3. CFGrid - Frustrations.
      Hi, I love the ease with which cfgrid allows data display, but I am plagued by some really irritating frustrations: 1. I want to populate the...
    4. [PHP] date frustrations
      On Wednesday 09 July 2003 01:51, Shena Delian O'Brien wrote: What version of PHP are you using? And what exactly is the code that you're...
    5. date frustrations
      The php manual says filemtime() returns a unix timestamp (does it do the same in a Windows environment?). I tried the following snippet, and it...
  3. #2

    Default Re: RTMP frustrations

    At first, did you tried Flex Test-drive ? [url]http://coenraets.org/download/fds-tomcat.zip[/url]

    I found these examples as very helpful.

    malaschitz.conf@gmail.com 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