API for retrieving public links to HLS and DASH manifests for video assets
- Server 1:https://api.example.com
API server
API for retrieving public links to HLS and DASH manifests for video assets
API server
This API returns public links to both HLS and DASH manifests for video assets, as well as the Video player HTML embed code to integrate Adaptive Video Streaming links with a supported video player. This endpoint uses the newer, standard UUID format of 8-4-4-4-12, and letters are lowercase. See the example for asset_id, and Note on identifiers for more information.
The UUID of the asset
Example:f4d5881d-9a2b-4e3d-a1f7-29f6771309f9
Successful response with public links
URL to the DASH manifest
Example:https://your.portal.url/vod-stream/00000000-0000-0000-0000-000000000000/play-dash.mpd
HTML embed code for integrating the video player
Example:<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/shaka-player/4.7.11/controls.min.css"/><div bvd-manifest-url="https://deliver-testmanual.bynder-stage.com/vod-stream/450b9520-b186-48c6-8a51-faec286abc37/play-hls2.m3u8" bvd-poster="https://deliver-testmanual.bynder-stage.com/asset/450b9520-b186-48c6-8a51-faec286abc37/thumbnail/webimage-poster"></div><script src="https://deliver-testmanual.bynder-stage.com/v7/video-delivery/main.js"></script>
URL to the HLS manifest
Example:https://your.portal.url/vod-stream/00000000-0000-0000-0000-000000000000/play-hls2.m3u8
URL to the DASH manifest
Example:https://your.portal.url/vod-stream/00000000-0000-0000-0000-000000000000/play-dash.mpd
HTML embed code for integrating the video player
Example:<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/shaka-player/4.7.11/controls.min.css"/><div bvd-manifest-url="https://deliver-testmanual.bynder-stage.com/vod-stream/450b9520-b186-48c6-8a51-faec286abc37/play-hls2.m3u8" bvd-poster="https://deliver-testmanual.bynder-stage.com/asset/450b9520-b186-48c6-8a51-faec286abc37/thumbnail/webimage-poster"></div><script src="https://deliver-testmanual.bynder-stage.com/v7/video-delivery/main.js"></script>
URL to the HLS manifest
Example:https://your.portal.url/vod-stream/00000000-0000-0000-0000-000000000000/play-hls2.m3u8