Skip to main content
February 21, 2012
Answered

What am I doing wrong here

  • February 21, 2012
  • 1 reply
  • 868 views

I've successfully installed Adobe FMS 4.5 and using FME 3.2 to stream.  I can make the connection to live.stefanientertainment.com and see the demo page and run all the bitrate tests.  When I go to Interactive mode and put in the Server address: rtmp:/live.stefanientertainment.com/live and the stream: cameraFeed, I get "Error: cannot connect to Flash Media Server! Error code:NetConnection.Connect.Rejected". Any ideas here.  I've looked thru a ton of documentation and everything looks correct.

    This topic has been closed for replies.
    Correct answer SE_0208

    Your URI needs to be "rtmp://live.stefanientertainment.com/live" and not "rtmp:/live.stefanientertainment.com/live" - remember that "/" is missing. By default sample page is with single slash as its expecting it to publish to localhost i.e. if you open sample page on the same machine where FMS is installed it would work as it is. But since you are opening it from different machine you need to give explicit IP or domain name which you are giving but not in correct format.

    1 reply

    SE_0208Correct answer
    Adobe Employee
    February 22, 2012

    Your URI needs to be "rtmp://live.stefanientertainment.com/live" and not "rtmp:/live.stefanientertainment.com/live" - remember that "/" is missing. By default sample page is with single slash as its expecting it to publish to localhost i.e. if you open sample page on the same machine where FMS is installed it would work as it is. But since you are opening it from different machine you need to give explicit IP or domain name which you are giving but not in correct format.

    February 22, 2012

    Thanks SE_0208, Nothing like overlooking the obvious, eh? .  One other question for you.  Do you know where the code lives for the right side of the page ("Live from Server")? I'm assuming its Actionscript embedded within HTML.  I want to sift thru that code, add some controls (sliders) to be able to adjust framerate, etc. I fairly new to Actionscript and I learn by reading and looking at examples.  Any direction you can point me to would be much appreciated.  Thanks again, Gio