Using ActionScript 3.0 Components |
|
|
|
| Using the FLVPlayback Component > Using the FLVPlayback component > Streaming FLV files from Flash Media Server | |||
The requirements for streaming FLV files from Flash Media Server are different depending on whether native bandwidth detection is available from your Flash Video Streaming Service provider. Native bandwidth detection means that the bandwidth detection is built-in to the streaming server and it provides better performance. Check with your provider to determine whether native bandwidth detection is available.
To access your FLV files on Flash Media Server, use a URL such as rtmp://my_servername/my_application/stream.flv.
When playing a live stream with Flash Media Server, you need to set the FLVPlayback isLive property to true. For more information, see the FLVPlayback.isLive property in the ActionScript 3.0 Language and Components Reference.
For more information on administering Flash Media Server, including how to set up a live stream, see the Flash Media Server documentation at www.adobe.com/support/documentation/en/flashmediaserver/.
|
|
|
|