Quantcast
Viewing all articles
Browse latest Browse all 77806

What do I need to do to connect over rtmpf?

I can do this:

var test:NetConnection = new NetConnection(); trace('trying to connect'); test.connect("rtmp://[server]/chat"); test.addEventListener(NetStatusEvent.NET_STATUS,function(event:NetStatusEvent):void { trace(event.info.code); }); 

And get NetConnection.Connect.Success

But when I do this:

var test:NetConnection = new NetConnection(); trace('trying to connect'); test.connect("rtmfp://[server]/chat"); test.addEventListener(NetStatusEvent.NET_STATUS,function(event:NetStatusEvent):void { trace(event.info.code); }); 

It fails after a long time.

I'm connecting to my own Adobe Media Server v.5.0.3. All TCP and UDP ports are open.

RTMFP enable is set to true in [ams root]\conf\_defaultRoot_\Adaptor.xml

http://cc.rtmfp.net/ gives me back:

  • no
  • yes
  • yes
  • no
  • no
  • yes
  • yes
  • yes

Viewing all articles
Browse latest Browse all 77806

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>