Skip to content

Commit

Permalink
test: Improve simulation with more mosaics
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioabreu committed Feb 3, 2024
1 parent 336aefe commit aae2e11
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion testing/tasks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "mosaic",
"name": "varieties",
"background_url": "https://i.ibb.co/ZVNYHJf/background.jpg",
"medias": [
{
Expand Down Expand Up @@ -30,5 +30,28 @@
}
],
"audio": "first_input"
},
{
"name": "business_and_sports",
"background_url": "https://i.ibb.co/ZVNYHJf/background.jpg",
"medias": [
{
"url": "https://rmtv.akamaized.net/hls/live/2043153/rmtv-es-web/bitrate_3.m3u8",
"position": {
"x": 84,
"y": 40
},
"scale": "1170x660"
},
{
"url": "https://streaming013.gestec-video.com/hls/negociostv.m3u8",
"position": {
"x": 1260,
"y": 40
},
"scale": "568x660"
}
],
"audio": "first_input"
}
]

0 comments on commit aae2e11

Please sign in to comment.