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 Code:<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" />
Xml File :
HTML Code:<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats"> <channel> <title>Playlist with bitrate switches</title> <item> <title>RTMP streaming (dynamic)</title> <description>Another dynamic streaming example, this time with a Wowza2 server</description> <media:group> <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:type>rtmp</jwplayer:type> <jwplayer:streamer>rtmp://mywowzastreamingserver/vods3</jwplayer:streamer> </item> </channel> </rss>


Reply With Quote
