hanatyan
Member
Is it possible to piggyback off of OBS's own or implement automatic switching to recommended ingest servers per broadcasting service (i.e.- for streamers who are on the move, or for when the currently selected server experiences issues, downtime, maintenance, or otherwise goes offline), and to specify specific frames per second (FPS) values per Branch Output filter?
Also, would it be possible to clarify the differences between Master Audio and Filter Audio when it comes to Branch Output's custom audio selection so the end user can have a clearer concept of what they're choosing? I'm assuming Master Audio is simply the equivalent of Stereo Mix (i.e.- the operating system's current default audio output), whereas Filter Audio might be what the current source or scene would usually be tied to, but I'm not certain my assumption's correct.
More Services Integration:
Now Branch Output integrated custom outout only.
I think it's possible to add services which are implemented in OBS in future release but need time to implements.
Custom Framerate:
Not investigated yet how to implement it, current impressions are as follow.
Most easy way to implement custom framerate, just divide frames by multiple of 2.
If we make it an arbitrary custom frame rate, we have to solve the problem of resampling and frame interpolation for smooth animatioon.
Implements dividing solution first, then implement resampling & interpolation in future release (At this point, we don't know how long it will take to implement.)
Custom Audio Sources Glossary:
- Master Audio: OBS's mix output (It has 6 tracks as known)
- Filter Audio: Filter pipeline's audio which is passed to Branch Output filter.
- Source Audio: Source's bundled audio which after passed through the all filters in pipeline.
Thanks for your suggestion.