Skip to content

Releases: steveseguin/electroncapture

Security updates and minor patches

04 Aug 05:20
Compare
Choose a tag to compare

Downloads are available below, under Assets

Fixes for multi-start + screenshare autostart

02 Feb 04:28
4cc0b90
Compare
Choose a tag to compare
  • Fixes for multi-start via command line
  • screenshare auto-start via command line fixed
    • eg: elecap.exe --node 1 --url="https://vdo.ninja/v26/?ss=1&push=name123456&password=name&autostart
  • Chromium (electron.js) engine updated to newest stable version

Download links are below, under Assets. Different options for different systems.

IP camera support added

19 Dec 01:16
Compare
Choose a tag to compare

While there are some library updates in this release, they aren't major.

The main feature added to this version is a custom API that allows the following website to access CORS-protected websites. It also allows to access cross-mixed remote resources.

https://vdo.ninja/alpha/ipcam

The point of this all is to allow users to use IP cameras (mjpeg-based) as camera sources for VDO.Ninja. So for example you can share a local IP security camera with others on the Internet, via WebRTC/VDO.Ninja, bypassing firewalls and with optimized bandwidth controls.

Chromium v128 (downgrade from v130 )

12 Nov 00:28
Compare
Choose a tag to compare

Just in case v130 is causing you issues, this version uses v128 of the Chromium engine.

No other changes compared to the previous Electron Capture release, so if the previous release is working fine for you, there probably isn't a need to update to this.

This does have some backported security patches. Hopefully that doesn't mean it also backported v130 issues...

Fix for dual-instance not working

06 Nov 05:22
Compare
Choose a tag to compare

Fixed an issue with the Windows command line launcher not allowing more than one instance to load at a time.

Deep linking support

31 Oct 11:31
49d7413
Compare
Choose a tag to compare

You can now load Electron Capture via deep-links in websites and web-apps; assuming you have already installed and have used the app before.

eg: electroncapture://vdo.ninja/?view=abc123 will open Elecap and load a VDO.Ninja view link.

The page below will let you customize deep links with additional settings, such as width, height, and position:

https://vdo.ninja/electroncapture

image

👇 Download links are below (within Assets).

General Chromium engine update

05 Oct 06:31
Compare
Choose a tag to compare

Just a basic core update; no new features

trial build

11 Jul 22:21
Compare
Choose a tag to compare
trial build Pre-release
Pre-release

Windows test version of Electron Capture; updated chromium version + app ID specified manually

Fix for failed mac signing and version

31 Mar 19:49
Compare
Choose a tag to compare

App should be properly signed now; there were changes to the signing process.

linux build here also: https://github.com/steveseguin/electroncapture/actions/runs/9150314190/artifacts/1517455678

edit url / refresh fix

28 Mar 23:29
ee55e78
Compare
Choose a tag to compare

Fixed an issue where you couldn't reload or edit the URL of pages in VDO.Ninja once live.

Updated the core engine logic to Electron v29