Skip to content

Releases: egeakman/mjpeg-streamer

2024.2.8 🏎️

08 Feb 00:42
Compare
Choose a tag to compare

Updates:

  • Add a Command Line Interface
  • Add documentation about CLI
  • Performance and optimization updates (deque instead of regular list, duplicate source removal)
  • Fix backwards compatibility issues (type hints)
  • Fix logic errors (bandwidth calculation, threads)

Full Changelog: 2023.12.25...2024.2.8

v2023.12.25 🎅

25 Dec 17:01
Compare
Choose a tag to compare

Updates:

  • Migrate from setup.py to pyproject.toml (#1)
  • Migrate from setuptools to hatchling (#1)
  • Clarify the license
  • Fix ruff complaints
  • Add ruff to pre-commit
  • Use the latest wheel-available version of each dependency

Full Changelog: 2023.10.14...2023.12.25.post0

v2023.10.14 🖨️

15 Oct 18:14
Compare
Choose a tag to compare

v2023.3.26 🚦

26 Mar 19:43
Compare
Choose a tag to compare

Add method to get the bandwidth (bytes per second) for each stream. Also add documentation and example for it.

Full Changelog: 2023.3.23...2023.3.26

v2023.3.23 🐛

23 Mar 07:58
Compare
Choose a tag to compare

Fix netifaces import error.

Full Changelog: 2023.3.21...2023.3.23

v2023.3.21 📃

20 Mar 22:16
Compare
Choose a tag to compare

Mostly documentation and examples.

Full Changelog: 2023.3.20...2023.3.21

v2023.3.20 🐛

20 Mar 14:40
Compare
Choose a tag to compare

aiohttp Threading Bug-Fix

Fixed a bug that caused aiohttp app to fail on Linux.

Full Changelog: 2023.3.19...2023.3.20

Initial Release 🎉

19 Mar 18:09
Compare
Choose a tag to compare

Check out the README!