You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you mentioned in #139 you can create your own version of src/plugins/basic.ts and add the additional functionality you need for a specific site.
I'm currently trying to figure out a way to record picarto chat. I have a small separate Python script that connects to the picarto chat websocket and writes the necessary packets.
For optimization purposes, I want to run this script only when the stream is online.
I don't understand TypeScript very well and how everything works in streamdvr, could you tell me how I could implement this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As you mentioned in #139 you can create your own version of
src/plugins/basic.ts
and add the additional functionality you need for a specific site.I'm currently trying to figure out a way to record picarto chat. I have a small separate Python script that connects to the picarto chat websocket and writes the necessary packets.
For optimization purposes, I want to run this script only when the stream is online.
I don't understand TypeScript very well and how everything works in streamdvr, could you tell me how I could implement this?
Beta Was this translation helpful? Give feedback.
All reactions