Skip to main content
Participating Frequently
January 30, 2007
Question

How do I find my rtmp url?

  • January 30, 2007
  • 2 replies
  • 865 views
Hi all.

I am working on a video chat/text application. The only piece of information I cannot figure out is the rtmp address that goes in the flash media encoder stream server area.

Can someone help me figure this URL out? My host says it's 411.myhostname.com:1111//opt/macromedia/fms/applications

Does that look right?

TIA everyone.
    This topic has been closed for replies.

    2 replies

    Inspiring
    January 30, 2007
    that's it.

    In my example i forgot to mention that imApp is the application name
    Inspiring
    January 30, 2007
    if you are working locally just use your application name:

    rtmpPath = "rtmp:/imApp";

    if you are working and the FMS is on a different server:
    //rtmpPath="rtmp://hostserver.com/imApp";

    notice locally you must use just one "/" otherwise 2 "//"

    I hope this can help!
    camspotAuthor
    Participating Frequently
    January 30, 2007
    ok so any application sitting in my application folder on the server only requires a reference to the application name?