GoaLitiuM / libobs-sharp

[not maintained] C# wrapper for libobs 0.15.4 (part of obs-studio, multiplatform rewrite of Open Broadcaster Software)
GNU General Public License v2.0
52 stars 33 forks source link

Capture to stream / file #20

Open sahilebrahim opened 8 years ago

sahilebrahim commented 8 years ago

Hi, Really appreciate your work, have managed to get your library working and find that it does display the scenes and sources. Do you have plans on adding to the library? Specifically the ability to record or stream?

GoaLitiuM commented 8 years ago

Right now, I don't have anything immediate planned for the library. The test project which demonstrates the usage of the library might not get developed any further, as it was only meant to be a test bed for testing out the C# bindings, but instead the development would continue in form of another project taking full use of this library. This might not happen for now, but I'll probably make an announcement if anything changes.

dayekaye commented 7 years ago

If one wanted to implement this where would I start. The ability to output the capture window is something I need to be able to do. streaming and recording but recording as a start would be nice.

From the correspondence above it seems like this is not possible right now. is that correct?