▲ 6 r/obs
What's the websocket command to set the playlists for a VLC video source?
At the moment, I'm trying to do:
obs_websocket.send_command("SetInputSettings", { "inputName" : "Video Source Name", "inputSettings" : { "playlist" : ["video1.mp4", "video2.mp4", etc] } })
but that doesn't seem to work. I was able to set a regular media source via:
obs_websocket.send_command("SetInputSettings", { "inputName" : afk_videos_source_name, "inputSettings" : { "local_file" : "video.mp4" } })
but I want to set up a playlist dynamically, now.
u/jitspoe — 1 day ago