BrightSign HD810 won't play .mpg file?
Hi all, I was trying to test a simple script which I got it from this forum. I copied this "autorun.brs" + 1.mpg (this 1.mpg file was confirmed to work with BrightSign) file onto the SD card. When I power on the HD810 there was nothing shown on the monitor nor there was audio sound. The monitor is simply blank. autorun.brs content: videomode$="1280x720x60p" v=CreateObject("roVideoPlayer") vmode = createobject("roVideoMode") vmode.SetMode(videomode$) v.SetLoopMode(true) list=matchfiles(".","*.mpg") v.PlayFile(list.RemoveHead()) while true sleep(1000) end while Could anyone please suggest what should I check? Why BrightSign won't play this video file? Thanks, Soulivanh