Feature Branch
Current feature branch for this issue: feature/issue-36/obs-1.
Progress
OBS Project
Twitter API Project
UI Project
Windows Audio Project
External Repositories
Background
With the work done on synchronising clock, weather, and slideshow changes, the only non-synced objects in OBS are the following:
- Scene changes - I think I want to keep those as they are
- Tweets - These are currently from a custom mIRC window and are cycled:
- Every 5 seconds (timer time, not clock time) if there is no text to speech for the Tweet, or,
- After text to speech has read the Tweet out.
- Video content (i.e. FaceRig "webcam", game content, etc.) - can't sync without becoming a robot.
My Tweet panel could be changed in a number of ways, and it uses a number of interconnected parts that I haven't published the code for. This issue is going to be a tad complex and require making decisions about whether or not to change my current backend.
Feature Branch
Current feature branch for this issue: feature/issue-36/obs-1.
Progress
OBS Project
FriendlyNamefalling back to the default render device.verticalMessagePanel.ClearArea()call inDrawVerticalTweet().FileSystemWatcher_Changed()regarding dates and log file rollover.Twitter API Project
UI Project
Windows Audio Project
External Repositories
watfordjc/csharp-message-to-image-library
watfordjc/obs-shm-image-source
static void ss_next_slide(void *data)inobs-slideshow.c.struct slideshowasvoid *data).MediaNextevents on slide change and the next version of obs-websocket has aNextMediarequest that documentation says currently "Supports only vlc media source (as of OBS v25.0.8)".Background
With the work done on synchronising clock, weather, and slideshow changes, the only non-synced objects in OBS are the following:
My Tweet panel could be changed in a number of ways, and it uses a number of interconnected parts that I haven't published the code for. This issue is going to be a tad complex and require making decisions about whether or not to change my current backend.