From aae2e1130a31cbe9332451b2de8ba72f17cc43dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Antunes?= Date: Fri, 2 Feb 2024 22:19:47 -0300 Subject: [PATCH] test: Improve simulation with more mosaics --- testing/tasks.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/testing/tasks.json b/testing/tasks.json index 1c5a56a..e0838c6 100644 --- a/testing/tasks.json +++ b/testing/tasks.json @@ -1,6 +1,6 @@ [ { - "name": "mosaic", + "name": "varieties", "background_url": "https://i.ibb.co/ZVNYHJf/background.jpg", "medias": [ { @@ -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" } ]