Configure to use RTMPT?

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

  1. #1

    Default Configure to use RTMPT?

    Hi,
    We are having issues with RTMP as some areas have firewalls up and cannot view
    FLV files streamed through RTMP.

    How do I setup Flash Media Server to use RTMPT?

    I tried just changing rtmp to RTMPT, but Dreamweaver kicks it out and reverts
    to RTMP, so I assume there are some additional steps needed to be taken?

    cheers

    Cheers

    Macnimation Guest

  2. Similar Questions and Discussions

    1. rtmpt connection very slow with FP 9,0,115,0
      Connecting with rtmpt (http tunneling) to FMS 3 vod service takes 10-15 secs on Flash Player 9,0,115,0. I used Flex Builder 2.01 to compile the...
    2. RTMPT clients disconnect sporadically
      I'm operating a text-based streaming newsfeed. I'm dealing with a client behind a proxy server. The client is connecting on an rtmpt connection on...
    3. RTMPT Instability
      With the difficulties firewalls and proxies have with FCS and FMS, we have built our video player to make connection attempts via RTMP and cycle...
    4. RTMPT problems... HELP!!!
      We're working on a big project with a Beta due monday. It's a flash network game produced for a large Swedish bank. Since it's going to run on bank...
    5. #25809 [Fbk]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 Updated by: sniper@php.net Reported By: xirkus at z1r0 dot com Status: Feedback Bug Type: ...
  3. #2

    Default Re: Configure to use RTMPT?

    Hmm... the built-in player that ships with DW CS3 may not be able to use rtmpt.
    However, if you're running your own custom installation of Flash Media Server,
    you need to make sure you're binding to port 80 with an IP address in your
    config settings. You can find the adaptor.xml file in the program/application
    folder for Flash Media Server. It's best to do a simple test from a Flash movie
    using custom ActionScript code to see if you can successfully connect over
    RTMPT.

    Robert Reinhardt Guest

  4. #3

    Default Re: Configure to use RTMPT?

    Thanks for the reply.

    I'm not sure about custom actionscript though, as its FLV files I'm streaming,
    not sure where the Actionscript would be used.

    I'll take a look at the adaptor.xml file

    cheers

    Macnimation Guest

  5. #4

    Default Re: Configure to use RTMPT?

    What settings do I change in the adaptor.xml file to support rtmpt?

    cheers
    Macnimation Guest

  6. #5

    Default Re: Configure to use RTMPT?

    try specifying the rtmpt connection when the client connects:

    ie instead of rtmp://yourhost:${port}/yourapp/
    use rtmpt://yourhost:${port}/yourapp/

    Please note that native rtmp has less overhead than the tunneling of rtmp.

    techeye Guest

  7. #6

    Default Re: Configure to use RTMPT?

    change this ..ctl_channel="192.168.1.250:19350"
    >${ADAPTOR.HOSTPORT}</HostPort>............ in C:\Program
    Files\Macromedia\Flash Media Server 2\conf\_defaultRoot_\adaptor.xml.......this
    way you can use port 1935 in your rmtp messages and punch a hole through the
    firewall.....make sure you open port 1935 and port 80 in your router
    configuration

    then the rmtp should look like this ......rtmp://yourhost::1935/yourapp/


    Keep in mind that i can only assume that you are haveing router trouble.


    calmchess333 Guest

  8. #7

    Default Re: Configure to use RTMPT?

    Thanks for all the help.
    Got it resolved. It was a VPN issue rather than a Firewall issue.
    But I have also changed it to use rtmpt to avoid other possible issues.

    Thanks again for the help
    macnimation2 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