Groups | Blog | Home
all groups > macromedia flash flashcom > january 2007 >

macromedia flash flashcom : How do I find my rtmp url?


camspot
1/30/2007 8:55:57 PM
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.
oscmejia
1/30/2007 9:31:56 PM
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!
camspot
1/30/2007 9:51:27 PM
oscmejia
1/30/2007 9:55:04 PM
that's it.

AddThis Social Bookmark Button