u/jitspoe

▲ 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.

reddit.com
u/jitspoe — 1 day ago

Normally, to move keyframes, you must have the object selected, but when you do things like change shader parameters or blender settings -- things you can keyframe outside of an object -- how do you move the keyframes on the timeline if you can't select the object?

reddit.com
u/jitspoe — 2 months ago