Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

The ratio will broken when play vertical direction video by HLS using IE 10


As title, I play the vertical direction video by HLS.
Only when I use IE 10( jwplayer play the video by flash) the ratio is broken.
But when I play the video by Chrome, Firefox, Edge and IE11 the ratio is correct.

Is this a bug?

OS: window 10
jwplayer version: 7.12.6

3 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

Can you please supply a link to a reproduction page so we can take a look at your issue?

Thank you.

Ray

User  
0 rated :

Hi Alex,

here's the troubleshooting pages: https://leidottw.github.io/117194-Troubleshooting-Page/

please open it by IE, I already add X-UA-Compatible so if you don't have IE10 you can open it by IE11

thanks

Alex

JW Player Support Agent  
1 rated :

Hi Ray,

In IE 10, the player needs to use Flash to render HLS content and Flash needs the resolution information to be in the manifest for it to play properly.

Can you try to create a master manifest that then references your issue.m3u8 manifest. The master manifest would look something like this:

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=XXXXXXX,RESOLUTION=1080x1920
original_master.m3u8

I am not sure what the value would need to be for BANDWIDTH but you should be able to get that information from the source or the encoder.

Thank you.

This question has received the maximum number of answers.