문제

Using JW Player ver 5.4 and JW Embedder. Plugins are grid by Dabbler and fbit (Facebook). The Bitrate switching is not working. Does work fine for one video with HTML5 Video tag. When more than one video, it only shows the first video pic. Works fine with no bitrate switching.

Code - HTML5

<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<video id="container"></div>
<script type="text/javascript">
jwplayer("container").setup({
    flashplayer: "jwplayer/player.swf",
    streamer: "rtmp://server/location/",
    playlistfile: "playlists/playlist.xml",
    plugins: {
        grid: { rows: 4, distance: 60, horizontalmargin: 75, verticalmargin: 75 },
        fbit: { link: "http://www.domain.com" }
    },
    height: 375,
    width: 850,
    dock: true
});
</script>

XML - ATOM/MEDIA

xmlns:jwplayer='http://developer.longtailvideo.com/trac/wiki/FlashFormats'> Demostration Playlist

Video 1 rtmp rtmp://server/location/ Video 2 rtmp rtmp://server/location/

have tried it with both video and div tags for the container. Div tag just shows a blank video area and a Null exception on Line 1 char 1863, this is probably the jwplayer.js file. XML is larger than this, this is to give you a brief syntax of my code and xml. I have searched for over 6 hrs on both longtail and search engine searches. Thank you in advance.

도움이 되었습니까?

해결책 2

Dabber has confirmed error with Grid plugin with bitrate switching and is working with developers to release an update shortly

다른 팁

I found your problem site referenced on the Longtail site.

http://www.omniadiamond.com/index.php/client-list-rewrite?player=1

I tried using the jw-player-setup-wizard with a flvplayer with an rss playlist and your playlist-test.xml and there appears to be some problem with your media server (I'm not saying that is the only problem but it is a start!)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top