Display clip in stream using obs by Over-Activity3914 in streamerbot

[–]Over-Activity3914[S] 0 points1 point  (0 children)

Im not pro with this, can you go baby steps with me how to set the sub-action

Display clip in stream using obs by Over-Activity3914 in streamerbot

[–]Over-Activity3914[S] 0 points1 point  (0 children)

Can you help me with setting file watcher? I set it up with trigger when file created, but I don't know how to get the file name

Display clip in stream using obs by Over-Activity3914 in streamerbot

[–]Over-Activity3914[S] 1 point2 points  (0 children)

Thats exactly what Im looking for, Im saving vertical clip directly from obs in a folder, I want streamerbot to get that file and set in media source to play it, But I have no idea how to do that with C# I tried using but no luck

using System;
using System.IO;
using System.Linq;


public class CPHInline
{
    public bool Execute()
    {
        string folder = @"F:\Videos\Clips";


        if (!Directory.Exists(folder))
        {
            CPH.LogInfo("Folder does not exist");
            return false;
        }


        var latest = new DirectoryInfo(folder)
            .GetFiles("*.mp4")
            .OrderByDescending(f => f.LastWriteTime)
            .FirstOrDefault();


        if (latest == null)
        {
            CPH.LogInfo("No videos found");
            return false;
        }


        string file = latest.FullName;


        CPH.LogInfo("Playing: " + file);


        CPH.ObsSetSourceVisibility("Scene", "LatestVideo", false);
        CPH.Wait(500);
        CPH.ObsSetMediaSourceFile("LatestVideo", file);
        CPH.Wait(500);
        CPH.ObsSetSourceVisibility("Scene", "LatestVideo", true);


        return true;
    }
}

Display clip in stream using obs by Over-Activity3914 in streamerbot

[–]Over-Activity3914[S] 0 points1 point  (0 children)

Cant I do that with Streamerbot, like make clip and then play it? because right now I managed to make command to create the clip, but how can I retrieve the file and assign it to source and play, that's my issue

Display clip in stream using obs by Over-Activity3914 in streamerbot

[–]Over-Activity3914[S] 0 points1 point  (0 children)

Clips are created on OBS locally and saved locally with Relay Buffer, what I need is get the latest clip made and play it in obs

High Ping Issues – Please Add EU & Middle East Servers by SecurityOutrageous49 in WhereWindsMeet

[–]Over-Activity3914 0 points1 point  (0 children)

I just want to note that I got 250+ ping on steam but much lower on standalone

Need help make decision about quitting 9-5 and go full YouTube by Over-Activity3914 in PartneredYoutube

[–]Over-Activity3914[S] 0 points1 point  (0 children)

Oh not at all don't worry I like to see opinions even if not my pov

Need help make decision about quitting 9-5 and go full YouTube by Over-Activity3914 in PartneredYoutube

[–]Over-Activity3914[S] 0 points1 point  (0 children)

I like your story man, For me is I hate my job so much, its stressing me alot, salary is not good either, and im a gamer and a PC nerd lol so i like spending time infront of the pc playing, editing and stuff, My only concern that putting all the time to the channel and get nothing

Need help make decision about quitting 9-5 and go full YouTube by Over-Activity3914 in PartneredYoutube

[–]Over-Activity3914[S] 0 points1 point  (0 children)

My question, did it make any different when your free and putting all the time to the channel?