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

@ -37,6 +37,7 @@ tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "time", "local-time", "env-filter"] }
tracing = "0.1.37"
time = { version = "0.3.29", features = ["formatting", "macros"] }
obws = "0.11.5"
# ffmpeg-next = "6.0.0"
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module