tags:

views:

34

answers:

1

Or say,

How does the url of FMS real time video stream look like? I guess it shouldn't be like http://domain.name/f.flv, then how is it like?

A: 

I believe for realtime video there is no URL for the stream. There should be a URL for the FMS application instance you need to connect to, and after you connect you'd have to start playing the stream over that connection, using NetStream.play(). You'd need to use the same stream name that was used by whatever is publishing the stream.

Herms
Is it possible to modify FMS so that it can generate a url for the stream ?
wamp
Not that I know of.
Herms