-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi
I've been using VDO.Ninja via Webcatalog to broadcast our computer screen, with something like this:
We launch it with: C:\Users\Oceans Tech Booth\AppData\Local\Programs\WebCatalogApps\VDO.Ninja\VDO.Ninja.exe (default shortcut path)
It then opens a link like this:
https://vdo.ninja/?push=ourchurch&screenshare&codec=h264&quality=2&novideo&noaudio&ad=dvs_receive_3_4_dante_virtual_soundcard_&od=realtek_digital_output_realtek_r_audio_&autostart
Unfortunately it's not automatic, as I still need to select the "Entire screen" from the popup window for it to start streaming
So according to VDO.ninja docs, I'm now also trying to do it using the electron capture app (v2.20.0 win) instead - but with that, as soon as I click the green "SELECT SCREEN TO SHARE" button, the whole app starts to hang...?
I do have "--node true" in the shortcut launch parameters ("C:\Users\Oceans Tech Booth\AppData\Local\Programs\elecap\elecap.exe" --node true --url="https://vdo.ninja/?push=ourchurch&screenshare&codec=h264&quality=2&novideo&noaudio&ad=dvs_receive_3_4_dante_virtual_soundcard_&od=realtek_digital_output_realtek_r_audio_")
Using &screenshare=1 instead of &screenshare doesn't seem to work either.
I'm able to share the entire display using a normal browser or the webcatalog implementation, but my goal is to automate this as far as possible
If anyone has any suggestions, please share :)