
Offline playback not supported when using RMTP (Adaptive streaming)
Dear JWPlayer Support,
Right now I want to use adaptvie streaming based on bandwith. My aim is I can use jwplayer that automatically adjust quality based on bandwith. I'm a free user, and from my search in jwplayer the only option I have to get my adaptive streaming is using RMTP.
I use this in my code
<script>
jwplayer("myElement").setup({
file: "rtmp://example.com/application/mp4:uploads/myVideo.mp4",
image: "uploads/myPoster.jpg",
height: 360,
width: 640
});
</script>
I want to play video in chrome
But why I get message "Offline playback not supported"
Is there anything that must be modified in my code ?
Thanks,
William Setiono