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

[Hard to understand] JWPlayer does not work


Link video: https://cdn.filestackcontent.com/TSqbk1tSTEGyiW4darfT
Play video via jwplayer. This is the entire code I use https://pastebin.com/ieJ9AJFP
But it is not work

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

You should specify the file type since the video URL does not specify it.

Test page:
http://qa.jwplayer.com.s3.amazonaws.com/~george/mp4_source.html

relevant code:
“playlist”: [{
“sources”: [
{
“file”: “https://cdn.filestackcontent.com/TSqbk1tSTEGyiW4darfT”,
“label”: “720p”,
“type”:“mp4”
}
]
}],

This question has received the maximum number of answers.