Get Video for Mobile App/Custom Player
Get HLS & MP4 URLs for mobile app or custom player
You can use the following Get Single Video endpoint to get the details of the video.
Get VideoYou will need to look for the following fields in the JSON response.
hlsUrl
hlsUrlWeb
Mp4Url
The field hlsUrl
can be used to play the videos in any of the native video players that support HLS adaptive streaming.
The field hlsUrlWeb
can be used to play the videos in any HTML5-based video players that support HLS adaptive streaming.
The field mp4Url
can be used to play the videos in any of the native or HTML5-based video players. (Please note that MP4 is not an adaptive streaming format so the video player won't be able to switch resolutions on the fly based on the viewer's internet speed.)
Last updated