Flash Media Server 3.5 announced!
Flash Media Server 3.5 has been announced (Press Release). I first read this over at Stefan’s site. After reading his first impression and Kevin Towe’s excellent explanation, I immediately took Kevin’s advice and headed over to the flash.net package where I found some new methods on the NetStream class and a few additional classes dedicated to Streaming.
Interesting indeed. If your interested in an explanation of the new Features please see Kevin’s link below.
The interesting method inside NetStream is:
play2(param:NetStreamPlayOptions):void
| play2 | () | method |
public function play2(param:NetStreamPlayOptions):void
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Begins playback of media files, with several options for playback.
This method is an enhanced version of NetStream.play() . Like the play() method, the play2() method begins playback of a media file or queues up media files to create a playlist. When used with Flash Media Server, it can also request that the server switch to a different media file. The transition occurs seamlessly in the client application.
Use the play2() method to switch to a stream with the same content encoded at a different bit rate or to swap out streams from a playlist. Use the NetStreamInfo class to monitor network conditions and switch streams based on the data. You can also switch streams for clients with different capabilities. Using ActionScript to switch streams is called dynamic streaming . For more information, search for “dynamic streaming” in the “Adobe Flash Media Server Developer Guide” at www.adobe.com/go/learn_fms_devguide_en . Adobe built a custom ActionScript class called DynamicStream that extends the NetStream class. You can use the DynamicStream class to implement dynamic streaming in an application instead of writing your own code to detect network conditions. Even if you choose to write your own dynamic streaming code, refer to the DynamicStream class to see a working implementation. Download the class and the class documentation at www.adobe.com/go/fms_dynamicstreaming .
More Information according to Kevin Towes:
- Press Release (November 17, 2008)
- Adobe Flash Media Server 3.5 product pages
- MAX Sessions & at 8:30pm on Monday titled: Future of Video on the Web
- Logged-in Article from the Product Manager
- Adobe Flash Media Server 3.5 Feature Guide and Datasheet
- Adobe Flash Media Server 3.5 FAQ (coming soon)
- Experience it right now: http://www.streamFlashHD.com/
Original posts:
