Steve Seguin
Steve Seguin
I've tried to do just this in index.html file; you can also call your own js file instead. https://github.com/steveseguin/obsninja/blob/055c4652aeccd06f03d92d5e07b3a0781c39a29b/index.html#L1240
I can refactor as needed; is the goal just to set the TURN/STUN settings via API request? I did a process-blocking implementation example here:, but I suspect you want it...
Understood. The request makes sense. Off hand, I think I will set this up so that it won't connect until you manually specify it can connect. I may deviate if...
Just wanted to share an update that I've been working on this task and will continue to work on it a bit more. Below is a first pass at a...
When you mention more precise AEC, what do you mean? I've begun work on a custom Chromium browser that I hope will let me do things that are not possible...
I've created another ticket for this in the electron Capture app: https://github.com/steveseguin/electroncapture/issues/36 This is likely going to be lower priority if I can't do it via Javascript and need to...
I found this repo recently, https://github.com/steveseguin/microphone-stream, by a certain someone. ahem. :) I also found another way to stream PCM, where instead of streaming chunked audio/video to disk like I...
Hey, so I've just updated https://vdo.ninja/alpha/ so that when a user changes the audio/video device, it is remembered for next time. It does this automatically, without a URL parameter added....
Not sure I'm seeing that behaviour on my end; https://vdo.ninja/alpha/?webcam&autostart for example auto starts with the saved settings. Clicking is needed for the video to auto play if audio is...
I looked into it and removing &ssq=0 seemed to fix the issue. When I took at look at the code, it seemed &ssq=0 was trying to remove an element that...