Hi,
I am using multi bit-rate streaming by jwplayer with xml file . It works fine. But after some seconds i am getting the error(Error #2095) while streaming video from amazon s3 stroage using wowza streaming server.
Please let me know reason for the issue and how to fix the issue.
My Html file :
[HTML] <embed
type=“application/x-shockwave-flash”
id=“mpl”
name=“mpl”
src=“player-4.6-licensed.swf”
width=“500”
height=“349”
allowscriptaccess=“always”
allowfullscreen=“true”
quality=“high”
bgcolor="#FFFFFF"
flashvars=“file=bitrates.xml&frontcolor=0xffffff&backcolor=0x000000&lightcolor=0xDB513”
/>[/HTML]
Xml File :
[HTML]
Playlist with bitrate switches RTMP streaming (dynamic)Another dynamic streaming example, this time with a Wowza2 server
<media:content bitrate=“800” width=“1080” url=“amazons3/mybucket/myvideo.mp4”/>
<media:content bitrate=“1600” width=“1080” url=“amazons3/mybucket/myvideo.mp4”/>
<media:thumbnail url=“http://damiandaily.files.wordpress.com/2009/09/scooby-doo.jpg?w=300&h=206”/>
</media:group>
jwplayer:typertmp</jwplayer:type>
jwplayer:streamerrtmp://mywowzastreamingserver/vods3</jwplayer:streamer>
[/HTML]