Releases: TzuHuanTai/RaspberryPi-WebRTC
Releases · TzuHuanTai/RaspberryPi-WebRTC
v1.2.0
v1.1.2
What's Changed
- feat: add argument parsing for camera settings by @TzuHuanTai in #288
- feat: add a record mode flag by @TzuHuanTai in #290
- feat: support libcamera dma by @TzuHuanTai in #292
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- refactor: remove raw buffer event by @TzuHuanTai in #283
- feat: use custom msg via sfu datachannel by @TzuHuanTai in #284
- chore: add protobuf lib for workflows by @TzuHuanTai in #287
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: add bidirectional IPC bridge between DataChannel and Unix socket by @TzuHuanTai in #279
- fix: warn if PulseAudio is missing and --no-audio is not set by @TzuHuanTai in #282
Full Changelog: v1.0.7...v1.1.0
v1.0.7
What's Changed
- fix: miss apt by @TzuHuanTai in #273
- feat: allow setting af, awb, and ae via arguments by @TzuHuanTai in #274
- fix: check af mode on older camera by @TzuHuanTai in #275
- fix: controls are set miss its type by @TzuHuanTai in #276
- fix: controls contain() is alway return false by @TzuHuanTai in #277
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- feat: build by github action by @TzuHuanTai in #232
- feat: use in home assistant by @TzuHuanTai in #235
- style: manually adjust code formating by @TzuHuanTai in #238
- feat: control camera while streaming by @TzuHuanTai in #239
- refactor: send recording metadata in common method by @TzuHuanTai in #241
- chore: upgrade to latest pkg while releasing by @TzuHuanTai in #242
- fix: crash if stride not equal to stride by @TzuHuanTai in #243
- refactor: send metadata fn in datachannel subject by @TzuHuanTai in #244
- perf: improve hardware codecs by @TzuHuanTai in #246
- chore: release rc version using qemu by @TzuHuanTai in #245
- feat: add flag to disable adaptive stream by @TzuHuanTai in #247
- feat: enable libcamera selection in addition to v4l2 by @TzuHuanTai in #248
- perf: write image to virtual camera via os writer by @TzuHuanTai in #249
- feat: add YOLO virtual camera streaming to V4L2 loopback by @TzuHuanTai in #250
- refactor: rename codec folder to codecs and mv v4l2 codecs to it by @TzuHuanTai in #252
- fix: check the stun url by @TzuHuanTai in #254
- feat: run multi-signaling service simutaniously by @TzuHuanTai in #256
- feat: support websocket signaling by @TzuHuanTai in #257
- feat: support wss by @TzuHuanTai in #260
- fix: memory leak while recording audio by @TzuHuanTai in #261
- chore: update to v1.0.6-rc.3 by @TzuHuanTai in #262
- chore: add react native package on npm by @TzuHuanTai in #263
- fix: check rotation when the disk is full by @TzuHuanTai in #266
- feat: call websocket with api key not the token by @TzuHuanTai in #270
- fix: send ping event to keep websocket alive by @TzuHuanTai in #271
Full Changelog: v1.0.5...v1.0.6
v1.0.6-rc.3
fix: remove default testing token
v1.0.6-rc.2
fix: version label
v1.0.6-rc.1
chore: set libcamera:0 as default and refine setup instructions
v1.0.6-rc.0
chore: release rc version using qemu