Skip to content

V 3.0 : An expanded but faithful version of the Original.

Compare
Choose a tag to compare
@easytarget easytarget released this 07 Mar 11:17
· 92 commits to master since this release
e253cde

Release 3.0

It has taken me sometime to push this out; apologies for that.

I have been running this version on my private cams for the last few months and it works reliably enough. I was also waiting for Expressif to get around to releasing the 1.0.5 version of their Arduino IDE framework. It contains a lot of bug fixes and improvements. They finally released it a couple of weeks ago, and I have rebuilt and tested with it. Since then they have also released a v1.0.6

I Strongly recommend you update to the 1.0.6 ESP Arduino IDE Framework.

  • https://github.com/espressif/arduino-esp32/releases/tag/1.0.6
  • Notice how many WiFi and Stream related bugs are being fixed ;-)
  • The Ardiono IDE will, by default, prompt you to upgrade.
  • Do not ignore this unless you want to maximize unreliability.
  • Do not use the 2.x beta release; it fails to build. I will fix this once the final v2 release is made.

This release has been use-tested by me with FFox and Chrome on Fedora Linux, Chromium on Raspian, Chrome, FFox and Edge on Win10, and chrome for Android. I could not find any real differences (and I shouldn't, they all use a common rendering engine), I have not tested against any Apple products on account of not owning any.

Private concerns mean I have temporarily shelved working on this project (though I WILL do bugfixes if aware of them). I hope to return to it when I have free time since I would like to implement a better WiFi setup (the current solution is, frankly, over-complex and limiting), and a multi-client (rtos) stream server. neither of these is easy to implement.