Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 901 Bytes

VideoAssets.md

File metadata and controls

14 lines (10 loc) · 901 Bytes

VideoAssets

Properties

Name Type Description Notes
hls String This is the manifest URL. For HTTP Live Streaming (HLS), when a HLS video stream is initiated, the first file to download is the manifest. This file has the extension M3U8, and provides the video player with information about the various bitrates available for streaming. [optional]
iframe String Code to use video from a third party website [optional]
player String Raw url of the player. [optional]
thumbnail String Poster of the video. [optional]
mp4 String Available only if mp4Support is enabled. Raw mp4 url. [optional]

[Back to Model list] [Back to API list] [Back to README]