Skip to main content
Participant
February 9, 2008
Question

connection error!! please help

  • February 9, 2008
  • 3 replies
  • 345 views
Hello. Can somebody please help me with "connection error" from a remote pc?
Streaming LIVE from my webcam to my website.
When I enter the website from my pc, everything works great, but when I go to the same website from another pc, I get everything but the video (transparent)(AS3) and connection error (AS2)!
The FMS3 is intalled on my local pc. Where am I doing it wrong?
I use Flash CS3, FME2 and FMS3(developer)

GP

    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    February 11, 2008
    What is the RTMP URL you were using to connect in both the cases ? Are you using LIVE services application shipped with FMS3?

    BTW, having a look at core00.log file in FMS3 might help.
    GP_netAuthor
    Participant
    February 11, 2008
    I use rtmp://localhost/Myappfolder/mystreamname in FME2
    and rtmp://localhost/Myappfolder/mystreamname in my FLV?? If you ment from the web I just use my webaddress the swf is located....
    February 11, 2008
    Whenever the swf is being loaded on web browser at a remote computer, the RTMP URL should contain the IP address or fully qualified domain name of Flash media server. e.g.:
    ( while using FLV playback compenent)
    rtmp://10.10.10.10/Myappfolder/mystreamname OR rtmp://myserver.mydomain.com/Myappfolder/mystreamname

    I hope it helps,

    _PY