Results 1 to 5 of 5

Thread: Getting Error #2095 while streaming the video with multibitrates by xml

  1. #1
    Join Date
    Dec 2009
    Posts
    21

    Default Getting Error #2095 while streaming the video with multibitrates by xml

    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>
    Last edited by nandakumar; 03-10-2010 at 05:39 AM.

  2. #2
    Join Date
    Dec 2007
    Posts
    25,645

    Default

    What version of JW Player are you using, and which Wowza EC2 AMI?

    Seems like a player issue, but is there any corresponding info in the log files?

    Richard

  3. #3
    Join Date
    Dec 2009
    Posts
    21

    Default

    Hi,

    Please check my test url : http://clients.basitsolutionsgroup.com/test/demo2.php

    I am using Licensed version of JW player 4.6 and Wowza streaming streaming server 2.0

  4. #4
    Join Date
    Dec 2007
    Posts
    25,645

    Default

    It's a Flash NetStream error: "Unable to invoke callback onPlayStatus"

    Have you made changes to the JW Player source code?

    I would get a new download of JW player

    Richard

  5. #5

    Default

    As I know, JW Player 4.6 has such bug.
    You should just use the latest JW Player 4.7.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •