adding a basic setup for connecting OBS

This commit is contained in:
Chris Cochrun 2023-10-30 06:34:12 -05:00
parent 511c34ee41
commit c6c3ed5d42
5 changed files with 324 additions and 10 deletions

View file

@ -14,4 +14,5 @@ pub mod songs;
pub mod video_model;
pub mod ytdl;
pub mod utils;
pub mod obs;
// mod video_thumbnail;