Releases: mavlink/mavlink-camera-manager
Releases · mavlink/mavlink-camera-manager
t3.12.4
What's Changed
Bug Fixes:
- Build and settings. #296 #297 #300 #311
- Readme updated with better instructions. #299 #325
- Cargo: Update to use mavlink 0.10.4. #302
- Fix MAVlink reconnection. #306
- Update clap to 4.4. #322
- Improve log messages. #323
- Fix stream recreation crashes and thread starvation caused by MAVLink-related thread leaks. #330
Known limitations/bugs:
- There are thread leaks whenever a WebRTC stream is ended, which leads to thread starvation after some start-end iteration cycles. An effort to test it was done by #316 #317 #319 #321 #320
Full Changelog: t3.12.3...t3.12.4
t3.12.3
What's Changed
Bug Fixes:
- github: workflows: rust: Remove cargo publish #291
- src: stream: webrtc: Fix wrong expected type for ufrag #294
- Fix panic when recreating streams #292
Full Changelog: t3.12.2...t3.12.3
t3.12.2
What's Changed
Bug Fixes:
- readme: Add Node/Yarn step with instructions #271
- Code formatting / cleanup #225 #278
- src: html: index: Avoid using absolute path for webrtc #276
- src: stream: webrtc: Move from async-std runtime to tokio #282
- Refactor mavlink #283 #288 #289
- Fix thread leak #285
- Update libs #277 #287
Full Changelog: t3.12.1...t3.12.2
t3.12.1
What's Changed
Bug Fixes:
- Cargo: Update comment about custom tracing-appender #246
- github: action: deploy-unix: Update upload-release action to use glob #245
- src: stream: pipeline: Treat Latency messages #254
- src: stream: image_sink: Only set property if it exists #262
- Update GStreamer crates #263
- Fix RTSP streams recreation #265
Full Changelog: t3.12.0...t3.12.1
t3.12.0
What's Changed
New Features:
- Mavlink can now be disabled for each stream individually. #242
- Streams are now recreated if something bad happens, like on USB bad-contact or driver issues #240
Bug Fixes:
- src: stream: webrtc: Filter out non RTSP redirect streams. #243
- src: stream: sink: Disable retransmission for WebRTC. #237
Full Changelog: t3.11.6...t3.12.0
t3.11.6
What's Changed
Bug Fixes:
- Fix WebRTC SDP, allowing Redirect 4k RTSP sources to be used with WebRTC. #228
- src: stream: Move most dot files to inside pipeline runner. #232
- src: stream: pipeline: Don't pause redirect's rtspsrc. #233
- readme, images: General rewrite, images added by. #236
- Fix wrong MAVLink ids, allowing (again) multiple streams with QGC. #239
Full Changelog: t3.11.5...t3.11.6
t3.11.5
t3.11.4
What's Changed
Bug Fixes:
- Fix the increased CPU usage since t3.10.1 #219
Full Changelog: t3.11.3...t3.11.4
t3.11.3
What's Changed
Bug Fixes:
- src: stream: Fix default streams not starting up after a single reset. #218
Full Changelog: t3.11.2...t3.11.3