mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"card": {
|
|
"log_id": "video",
|
|
"variables": [
|
|
{
|
|
"name": "video_time",
|
|
"type": "integer",
|
|
"value": 0
|
|
}
|
|
],
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "video",
|
|
"id": "stream_video",
|
|
"player_settings_payload": {},
|
|
"video_sources": [
|
|
{
|
|
"type": "video_source",
|
|
"url": "https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8",
|
|
"mime_type": "application/x-mpegURL"
|
|
}
|
|
],
|
|
"preload_required": true,
|
|
"repeatable": true,
|
|
"autostart": true,
|
|
"muted": true,
|
|
"elapsed_time_variable": "video_time",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 320
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#000000"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "Time elapsed: @{video_time}"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|