I've been hitting my head on this problem for a couple days now. All I want is to be able to save a single video file on the brightsign player's SD card, play that video looping, and send a simple udp message at the end of the video. I want the actual video file on the player so I can swap it out later without having to republish. Any suggestions?
6 comments
-
Yehoram O. That would require a script because BrightAuthor has a different way of handling files on the SD card.
-
Bright Scripters This code example looks like a good fit.
https://blog.brightscripters.com/code-example-rovideoplayer
https://github.com/brightscripters/brightscript-examples/blob/master/video-play-send-udp.brs
-
awilliams777 Bright Scripters, your video udp script works great!
Next Question:
I need to publish this from a webfolder, but the brightsign player needs to see "current-sync.json" to download the files. Do you know how to write your own current-sync.json?
-
Bright Scripters You could include the code inside a BrightAuthor plugin and attach it to a presentation.
Once in a presentation, now you can publish to a web folder. Please help me understand what the problem you are solving is. -
awilliams777 I can't seem to find any good documentation on how to import, and also call plugin functions within BA:Connected, do you happen to have any good resources?
-
Bright Scripters