[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
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
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”
}
]
}],