videowall json templates

This commit is contained in:
fred 2022-04-20 17:10:25 +02:00
parent 082ff952af
commit 2f9dc2ea81
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"videos" : [{
"src" : "twindex.html",
"poster" : "astroport.jpg",
"mime" : "txt/html",
"title" : "Moa : Votre chaine multimedia du réseau 'qo-op'"
}]
}

View File

@ -0,0 +1,13 @@
{
"wallType" : "playlist",
"playlists" : [{
"name" : "Home",
"cover" : "astroport.jpg",
"videos" : [{
"src" : "/images/video-wall/sample1.mp4",
"poster" : "/images/video-wall/posters/sample1.png",
"mime" : "video/mp4",
"title": "Circus Juggler Video"
}]
}]
}