ffplayout/tests/assets/playlists/playlist_short.json

57 lines
1.1 KiB
JSON
Raw Normal View History

2022-10-12 15:28:49 +02:00
{
"channel": "Channel 1",
"date": "2022-11-01",
"program": [
{
"in": 0.0,
"out": 30.0,
"duration": 30.0,
"source": "tests/assets/media_mix/av_sync.mp4"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 30.0,
"duration": 30.0,
"source": "tests/assets/media_mix/dual_audio.mp4"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 10.0,
"duration": 10.0,
"source": "tests/assets/media_mix/short_video.mp4"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 10.0,
"duration": 10.0,
"source": "tests/assets/media_mix/still.jpg"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 10.0,
"duration": 10.0,
"source": "tests/assets/media_mix/short_audio.mp4"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 30.0,
"duration": 30.0,
"source": "tests/assets/media_mix/no_audio.mp4"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 10.0,
"duration": 10.0,
"source": "tests/assets/media_mix/still.jpg",
"audio": "tests/assets/media_mix/audio.mp3"
2022-10-12 15:28:49 +02:00
},
{
"in": 0.0,
"out": 25.0,
"duration": 25.0,
"source": "tests/assets/media_mix/ad.mp4",
2022-10-12 15:28:49 +02:00
"category": "advertisement"
}
]
}