I am trying to create Video streaming web part for that I have added html5 video player, now my goal is to create a playlist under the player which I am binding with the videos uploaded in the assets library. In this whole process the issue is when I get videos from assets library using Rest API and JavaScript, I am not able to fetch its preview image which I want to display in my playlist. Is there any way to get the preview image and Video url together in a single Rest API request?
Thanks in advance.
Aakash Rajput