how to make a video display all the time

Asked by Sylvain

I've created a zone to put a video. The display of this video is ok, but just one time !
Does anybody has a solution to make it run all time ? (inifinite loop)

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Sylvain
Solved:
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

The .NET client will only play the video once - the Python client will
loop the video in the region.

A workaround for the .NET client is to put the same video in that
region (zone) again in the layout designer. It will then loop.

Revision history for this message
Sylvain (sylvain-prevost) said :
#2

Hello,

Thanks for your answer (i hate windows but...).
It's seems working, but i have still a problem with the parameter DURATION. What is means exactly ? What should be a correct value ?

Revision history for this message
Dan Garner (dangarner) said :
#3

You have two choices... either you enter a duration of 0, which means
the client will move to the next media item in that region once the
video has finished... or you specify a duration in seconds if you want
to show only part of the video.

In your example you should set both durations to 0.

Revision history for this message
Alex Harrington (alexharrington) said :
#4

The duration is how long Xibo should show that media item for. If the media
item is a video, you can enter 0 and thr client will play the whole video
automatically.

Revision history for this message
Sylvain (sylvain-prevost) said :
#5

Thanks, a lot !!!
Works perfectly.

Very good tool.