0

LS422 Repeating Video

Hello,

I am running an LS422, and I am trying to loop a single file that is 1920x1080 29.97FPS H.264 MP4.

I am using the below script, but all I am getting is a black screen after the brightsign boots up.

v=CreateObject("roVideoPlayer")
v.SetMode("1920x1080x29.97p")
v.SetLoopMode(true)
v.PlayFile("1.mp4")
while true
sleep(10000)
end while

 

I am using a mac, I tried using brightsign author to create a single video playlist, and then published it to the SD card, but I am getting the same problem.

Thanks!

2 comments

Please sign in to leave a comment.