Releases: TzuHuanTai/RaspberryPi-WebRTC
Releases · TzuHuanTai/RaspberryPi-WebRTC
v1.0.5
What's Changed
- fix: potential deadlock in recorder by @TzuHuanTai in #223
- fix: initialize audio frame after codec ctx by @TzuHuanTai in #224
- chore: add clang format workflow by @TzuHuanTai in #225
- feat: set jpeg quality from args by @TzuHuanTai in #227
- feat: set video recording duration from args by @TzuHuanTai in #229
- perf: rotation in async task by @TzuHuanTai in #230
- chore: print error msg while disconnecting by @TzuHuanTai in #231
- fix: remove deprecated to_string() in boost by @TzuHuanTai in #233
- fix: miss header by @TzuHuanTai in #234
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- fix: reconnect while using the same mqtt id by @TzuHuanTai in #221
- chore: update ffmpeg and clean code by @TzuHuanTai in #222
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- chore: move optional setting to the advance block by @TzuHuanTai in #201
- fix doc links by @thomergil in #207
- refactor: reverse the dependency of signaling server and peer by @TzuHuanTai in #210
- feat: support whep by @TzuHuanTai in #212
- fix: exit when a request is canceled by @TzuHuanTai in #213
- feat: add peer config and timeout flag by @TzuHuanTai in #217
- feat: add timed cleanup mechanism for disconnected WebRTC peers by @TzuHuanTai in #218
- fix: retry mqtt service lookup by @TzuHuanTai in #219
New Contributors
- @thomergil made their first contribution in #207
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- fix: ensure thread safety in atomic operations by @TzuHuanTai in #192
- fix: autofocus is missing when using libcamera by @TzuHuanTai in #194
- fix: support hw h264 codecs only if hw_accel is set by @TzuHuanTai in #195
- chore: add new web ui by @TzuHuanTai in #196
- feat: support no audio flag by @TzuHuanTai in #198
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Update README.md about special boot config value for rpi 4B by @KevinXuxuxu in #184
- chore: remove unused SignalR-related code and descriptions by @TzuHuanTai in #187
- chore: print error if size doesnt match driver's by @TzuHuanTai in #189
- feat: support libcamera capture by @TzuHuanTai in #190
New Contributors
- @KevinXuxuxu made their first contribution in #184
Full Changelog: v1.0.0...v1.0.1
v1.0.0
chore: run pulseaudio as linux service