Files
divkit/test_data/regression_test_data/video/video_stream.json
T
denlvovich 240efdfda5 Refresh m3u8 playlist
commit_hash:57a885806fac220c26ad147895c33af65d12cf9c
2025-12-23 15:56:25 +03:00

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}"
}
]
}
}
]
}
}