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

Unable to play mp4 in jwplayer 7.5


I am using QT Webkit for my application and have previously used jwplayer 5.6 for displaying videos. I would like to upgrade to jwplayer 7.5 but I get an javascript error when embedding the video in webkit. Even when I just navigate to https://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed within my application, I get the same error with the sample video. The error is:

TypeError: null is not an object (evaluating 'c[n(i)]') (line 5, id https://content.jwplatform.com/libraries/bFyELn2w.js)

How can I resolve this error? I have been unable to find references to this error.

2 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

Since Qt WebKit is a port of WebKit, embedding our player on it would be outside of the scope of support we can provide. We only support the embedding of our player on the browsers listed in our Browser & Device Reference, in addition to native iOS, Android, tvOS and Roku apps using our official SDKs.

Thank you.

Konstantin Tokarev

User  
1 rated :

You may want to try it with revived QtWebKit: https://github.com/annulen/webkit/wiki

This question has received the maximum number of answers.