SharkBot DOC'S Page

Digital Signage script example

edit script in REMOTE SERVER : /var/ice_remote.conf

sensor CEC_ON

close_all_widget

ds_time 20 400 white

#init

#1 -- this is comment

start_cycle ALL 01:00 07:59

#set videoplayer dimension and x,y

videoplayer_dimension 720 400

videoplayer_xy 300 20

#set Digital Signage background

ds_background back1.jpg

ds_qrcode_xy 1000 430

ds_qrcode black green sgneep 6

ds_qrcode_run

#load videoplayer

video_player https://www.youtube.com/watch?v=yourcode 120

video_player https://www.youtube.com/watch?v=your_code 240

video_player https://www.youtube.com/watch?v=your_code 300

end_cycle

#2 -- this is comment

....

....

....

end_cycle