The streaming services expect the incoming URI to be in the following format:
rtmp://hostName/serviceName/instanceName/[formatType:]fileOrStreamName
hostName The Flash Media Server domain name.
serviceName Either live or vod.
instanceName If the client is connecting to the default instance, you can either omit the instance name or use _definst_. If the client is connecting to an instance you have created, such as room1, use that name.
formatType One of the supported file formats, flv:, mp3: or mp4:. The default format if unspecified is flv:.
fileOrStreamName Either a file name (for example, my_video.mp4) or a pathname (for example, subdir/subdir2/my_video.mp4). If the file is an FLV or MP3 file, you do not need to specify the file format. If the file is an MP4 file, you must specify the file format, for example, rtmp://www.examplemediaserver.com/vod/ClassicFilms/mp4:AnOldMovie.mp4.