opentok / opentok-hardware-setup.js

MIT License
14 stars 17 forks source link

Audio/video devices properly detected but not used by OpenTok #34

Open kfvk opened 4 years ago

kfvk commented 4 years ago

Modifying the Hello World example from Opentok-.Net-SDK-3.4.0, Windows 10. Running video camera and audio mic through OBS with VirtualCam to allow OBS to appear as a webcam and VB Audio virtual Cable to route the audio to appear as a mic. The hardware-setup js detects both of these virtual inputs without error but the OpenTok code itself will not integrate them into a published stream. When I attempt to run OBS with the virtual outputs, the entire OT video frame shuts down and disappears.

michaeljolley commented 3 years ago

Hi @kfvk, I'm a little confused as to what you're doing. You mention the .NET SDK, but this project is 100% JavaScript. Could you clarify for me?