Releases: egeakman/mjpeg-streamer
Releases · egeakman/mjpeg-streamer
2024.2.8 🏎️
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 🎅
Updates:
- Migrate from
setup.py
topyproject.toml
(#1) - Migrate from
setuptools
tohatchling
(#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 🖨️
Full Changelog: 2023.3.26...2023.10.14
v2023.3.26 🚦
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 🐛
Fix netifaces
import error.
Full Changelog: 2023.3.21...2023.3.23
v2023.3.21 📃
Mostly documentation and examples.
Full Changelog: 2023.3.20...2023.3.21
v2023.3.20 🐛
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 🎉
Check out the README!