
Adaptive Stream
I've got some question about jwplayer version 6
When I use jwplayer 6 with HLS type. There were some problems.
When I want to play video, using Adaptive Stream.
In the beginning, high-resolution image was played. As time goes by(About 23 seconds after start.)
jwplayer changed to load low-resolution So I tried another pc or network. But result was the same.
I only use 3 sources(64k(audio only), 300k, 1200k)
Even when I make 4, that problems has still caused.
And I tried to another way to fix it. (make all sources 1200K, when I make the SMIL FILE and running it video wasn't work, But the audio was working.
The sauce is as follows.
setCurrentQuality value is 0,1,2,3, preselected, and I've already tried but problem still caused.
<script type="text/javascript">
jwplayer("myElement").setup({
file: "http://vod.sarang.gscdn.com/vod/_definst_/smil:sun_2015/1101/8154875481932935.smil/playlist.m3u8",
height: 360,
width: 640,
image: "",
skin: "roundster"
});
jwplayer("myElement").onReady(function(event) {
jwplayer("myElement").onQualitylevels(function(event) {
jwplayer("myElement").setCurrentQuality(0);
});
});
</script>
So if you know it hopefully let me know it in detail.
Sincerlly
Thankyou.