Hello,
I have an issue with a specific stream with my SMP configuration: a live smooth streaming content that cuts after 1 or 2 seconds or playback with the error (SMP setup in verbose mode):
> PlayBack failed.
> Attribute Url in StreamIndex element is not found. Error #1009.
Basically I am trying to play: http://live.unified-streaming.com/loop/loop.isml/Manifest
With SMP and the smooth streaming plugin.
Here is my configuration:
<object width="640" height="480">
<param name="movie" value="****myServer***/StrobeMediaPlayback-2.0gm.swf"></param>
<param name="flashvars"
<embed src="****myServer***/StrobeMediaPlayback-2.0gm.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="direct" width="640" height="480" flashvars="src=http://live.unified-streaming.com/loop/loop.isml/Manifest&autoPlay=true&plugin_AdaptiveStr eamingPlugin=****myServer***/MSAdaptiveStreamingPlugin-v1.0.3-osmf2.0.swf&AdaptiveStreamin gPlugin_retryLive=true&AdaptiveStreamingPlugin_retryInterval=10&showVideoInfoOverlayOnStar tUp=true&haltOnError=true&liveBufferTime=0.5&verbose=true">';
</embed>
</object>
Could anyone please advise how to investigate further?
Thanks in advance!