
JWP 7.1.5 self hosted problems: RESPONSIVENESS - DASH - HLS
Assumptions:
1)Purchased JWPLayer 7.1.5 PREMIUM
2)Download it
3)Include js library in header with key set
4)Embed in a responsive page in this mode:
<script type="text/javascript">
var jwplayerInstance_717ffa5d_99cc_4cb3_b58a_6d2237cee9cb = jwplayer("jwplayer_717ffa5d_99cc_4cb3_b58a_6d2237cee9cb");
jwplayerInstance_717ffa5d_99cc_4cb3_b58a_6d2237cee9cb.setup({
playlist: [{
Image: "/public/dam/jcr:26612405-bf89-4c91-83fa-46a5d865ecb6/test_image.jpg",
sources: [
{file: "http://cdn-cepprod.streaming.mediaservices.windows.net/d52e5662-e193-4b28-9cf8-90f37762bf33/stelle.ism/manifest(format=m3u8-aapl)"}
,{file: "http://cdnendpoint-cepsvil.streaming.mediaservices.windows.net/e5e2487c-b4c9-4b2c-9715-2319960276c1/20151118130013_test_uat.ism/manifest(format=mpd-time-csf)"}
]
}],
width: "100%",
aspectratio: "16:9",
primary: "html5",
androidhls: true,
type: "hls"
});
</script>
PROBLEMS:
1) The player isn't responsiveness (it's in a responsive container)
2) On Desktop I get errror: Cannot load M3U8: No levels in manifest
3) Video play on Android and Ios (but not responsiveness)
4) Windows Phone not render video. I get "Error loading Player - no playable sources found"
(THE ABSURD) if I include this library (from the tester page)
http://content.jwplatform.com/libraries/V6NfEzT7.js
1) The player is responsiveness
2) On Desktop I DON'T get errror
3) Video play on Android and Ios
4) Windows Phone still not render video. I get "Error loading Player - no playable sources found"
(says it is compatible with the dash)
LAST QUESTIONS
5) Why in release notes I see
JW Player 7.0.0
.....
JW Player 7.1.4
JW Player 7.2.0
and not my downloaded release?? (7.1.5)
6) why it's not available 7.2.0 to download page?
PLEASE answer me asap
THANKS