Hello, i’m using minix neo x5, android 4.2.2 version.
I inserted a html code folllowing: …
<video width="1280" height="720" autoplay loop> <source src="http://mns.today/thanhdung/demo-video/video.mp4" type="video/mp4" /> </video>
When running on chrome, the video will be repeat, but on xibo, the video will be shown or if this video is shown, it will not be repeated when the video completely show.
Link demo: http://mns.today/thanhdung/demo-video/index.html
Can you test and give me a solution for this issue, please?
Thank you a lot
Wouldn’t it be better to simply put the video url in the webpage module in Xibo?
Specify the duration to make it as long as you want.
Google consider Android to be a mobile platform so they specifically prevent videos from auto starting in some cases, and looping in most - since that can use bandwidth on a mobile device which may cost money.
You have to use script to achieve a loop in that case.
It would be far better to download that video file, upload it in to Xibo, and then it can play the video and loop it as you wish. It will use alot less bandwidth since the video will be downloaded only once, and it will work if the source server goes offline for any reason.