HTTP Streaming: http://www.adobe.com/products/httpdynamicstreaming/
For Flex Hero, we will upgrade to OSMF 1.0. In addition to the general upgrade work, we will also provide support for HTTP Streaming.
Ken has set up his server to support HTTP Streaming and has created some on-demand assets. To view a dynamic stream using the Spark VideoPlayer component he sets the component's source property to the URL of the HTTP stream.
NOTE:HTTP Streaming is only supported when used with the VideoDisplay source property or the VideoPlayer source property. It is not designed to be used with the DynamicStreamingVideoSource or the DynamicStreamingVideoItem classes.
No API changes.
To take advantage of the HTTP Streaming support just set the URL of the content in the source property as you would for any other content.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
minWidth="955" minHeight="600">
<s:VideoPlayer
source="http://mediapm.edgesuite.net/osmf/content/test/manifest-files/dynamic_Streaming.f4m"
autoPlay="false"/>
</s:Application>
None.
No Issues.
No Issues.
No Issues.
No Issues.
No Issues.
None.
None.
Not applicable.