Updating media sources in scenes
From version 2.0.2, you can update media sources in your scenes...
The command to update a media source is media
The parameters are;
- source=<media source name> (case sensitive)
- file=<full path to the video / music / image file on your hard drive>
- speed=<playback speed> (100 = normal)
- delay=<time> (optional)
The optional delay specifies a time (in milliseconds) to wait before running the command.
Example - update an media source named Intro.
Update media source media source=Intro file=/Users/Judas/Videos/Stream/Intro.mp4 |