You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to shuffle through videos in the sources folder, playing a random video once the previous one is finished. It seems that the easiest way would be to call something like mapper.loadVideo(path to video) but I can't seem to figure out if there is such a thing?
Apparently, it happens in the MediaServer class, but it doesn't seem to be exposed... Any thoughts?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to shuffle through videos in the
sources
folder, playing a random video once the previous one is finished. It seems that the easiest way would be to call something likemapper.loadVideo(path to video)
but I can't seem to figure out if there is such a thing?Apparently, it happens in the
MediaServer
class, but it doesn't seem to be exposed... Any thoughts?Thank you!
The text was updated successfully, but these errors were encountered: