dynamic streaming with Flash Media Playback? src?
Hey there!
I am trying to config the Flash Media Playback (FMP) Player for live dynamic streaming. But the Player does not start playing (all the time Buffering) or doesn´t find the stream name. What is the src-adress for a dynamic stream??? In Flash Media Live Encoder the Streamname ist livestream%i so what have to enter in src-adress of the FMP html code? rtmp://mylocalhost/ive/livestream doesn´t work, also .../livestream%i. If i enter rtmp://mylocalhost/ive/livestream1 or rtmp://mylocalhost/ive/livestream2 the player starts to play the single stream.
So, how can i enable dynamic streaming? From the manual of FMP by Adobe "...If it is enabled, dynamic streaming searches for multiple bitrate versions of the content to play. If it does not find multi- bitrate (MBR) versions, dynamic streaming does not function...." but there is no sample or concrete information how to enable all but stetting optimizeInitialIndex to true(default). This allows the player to use dynamic streaming for multi-bitrate (MBR) content.
Thanks for any help...
Best
Hinrich
Here my HTML Code:
<object width="1024" height="576">
<param
name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf">
</param>
<param
name="flashvars" value="src=rtmp://mylocalhost/live/livestream&urlIncludesFMSApplicationInstance=false&controlBarMode=docked&streamType=live&backgroundColor=000000&volume=1&scaleMode=letterbox&verbose=true&highQualityThreshold=580&optimizeInitialIndex=true&optimizeBuffering=false&minContinuousPlayback=30&autoPlay=true">
</param>
<param
name="allowFullScreen" value="true">
</param>
<param
name="allowscriptaccess" value="always">
</param>
<embed
src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true"
width="1024" height="576" flashvars="src=rtmp://mylocalhost/live/livestream%i&urlIncludesFMSApplicationInstance=false&controlBarMode=docked&streamType=live&backgroundColor=000000&volume=1&scaleMode=none&verbose=true&highQualityThreshold=580&optimizeInitialIndex=true&optimizeBuffering=false&minContinuousPlayback=30&autoPlay=true">
</embed>
</object>
