Hi,
I'm not getting any playback of HLS encoded videos on a new Samsung Galaxy S8 running Android 7. The video appears to load in the player, but upon pressing Play I get a black screen. I'm using 3 transcoded HLS streams on Amazon. I'm using the following playlist structure which works fine on older androids, desktops, and iOS devices. I'm using the latest self-hosted version of JWPlayer - 7.11.0. What configuration do I need to properly play on Android 7?
-----------------
playlist: [{
image: "https://s3.amazonaws.com/bucket/posterboard.jpg",
sources: [{
file: "https://cloudfront/filename.m3u8
},
{
file: "https://s3.amazonaws.com/bucket/filename.mp4
}]
}]
-------------------
Thanks,
Pete
↧