I already make API for get->files then accesss download url with token. Everything is fine and work in jwplayer
My Json request :
"videoMediaMetadata": {
"width": 1280,
"height": 720,
"durationMillis": "6330456"
},
jwplayer source video example :
Then it's work when I click play,
The answer is, how to change width and height when I request API google or something to changes that resolution
example 720x480,
any ideas? thanks