Help implementing features into existing C# wrapper

daye

New Member
I have been using this c# wrapper for OBS to create a custom GUI. It is great but unfortunately it does not have the ability to record and stream.
https://github.com/GoaLitiuM/libobs-sharp

I've tried implementing this myself but if I just import the function obs_frontend_recording_start I get an error that says I tried to call the function without a callback. I've tried a bunch of things to fix this but I have hit many dead ends.

I would be very happy if someone could guide me in adding this functionality to this wrapper.
 

satish_s21

New Member
Hi you need to copy to rundir of obs build , but i am "qwidget: must construct a qapplication before a qwidget "
 
Top