Releases: viam-modules/viamrtsp
Releases · viam-modules/viamrtsp
0.3.0
What's Changed
- [RSDK-9833] - Add preference for TCP transport by @seanavery in #78
- [RSDK-9834] - Pack NALUs in h265 decode flow by @seanavery in #82
- [RSDK-9807] Return RGBA bytes from viamrtsp by @hexbabe in #81
- [RSDK-9847] - Bump gortsplib dep by @seanavery in #80
- [RSDK-9920] - add lazy_decode by @nicksanford in #85
- [RSDK-9846] add debug logs for codec match errors by @hexbabe in #86
Full Changelog: v0.2.0...0.3.0
0.3.0-rc1
v0.2.0
What's Changed
- Avoid the %w usage meant for wrapping errors with
fmt.Errorf
. by @dgottlieb in #40 - [RSDK-8197] [RSDK-8212] Fix ViamRTSP Performance Regression using pool by @hexbabe in #41
- [RSDK-8589] erh -> viam by @hexbabe in #43
- [RSDK-7953] [RSDK-8709] Consolidate build workflow for all archs AND bump RDK by @hexbabe in #44
- [RSDK-7766] Add linux/arm64 integration tests by @hexbabe in #46
- [RSDK-7953] Consolidate build workflow for all archs part 2 by @hexbabe in #48
- [RSDK-8741] Discovery v0 (find IP addresses) by @hexbabe in #47
- [RSDK-8575] Add better errors in decode.go by @hexbabe in #49
- [RSDK-8667] Fix possible edge case for decode wonkiness using pool clear func by @hexbabe in #50
- [RSDK-8776] Remove pkg/errors import and migrate calls to std pkg by @hexbabe in #51
- [RSDK-9044] Bump RDK version and fix build and lint errors by @hexbabe in #53
- [RSDK-9094] Document how to use ONVIF RTSP Discovery by @hexbabe in #54
- [RSDK-9000] Register Discovery callback and associated ONVIF stuff by @hexbabe in #52
- added discovery binary and some refactoring by @erh in #55
- Don't use canon in CI by @hexbabe in #57
- [RSDK-9228] Default RTPPassthrough to true and update README by @hexbabe in #56
- upnp to find ip of a camera by @erh in #58
- move upnp helpers elsewhere for common use by @erh in #62
- [RSDK-9475] - Update to use Image endpoint by @seanavery in #61
- Fix empty credentials onvif by @hexbabe in #63
- capitalize-rtsp-protocol-in-onvif by @nicksanford in #67
- [RSDK-9688, RSDK-9732, RSDK-9733] Use libav for JPEG encoding by @seanavery in #69
- Fix ws discovery by @nicksanford in #70
- [RSDK-9700] - Add YUYV mimetype handling by @seanavery in #71
- [RSDK-9723] Fix mjpeg CI by @hexbabe in #74
- add onvif discovery service by @JohnN193 in #73
- Update README.md by @randhid in #76
- [RSDK-9843] Support mpeg4 to address codecInfo error on some RTSP streams by @hexbabe in #75
- add empty cred by @JohnN193 in #77
New Contributors
- @dgottlieb made their first contribution in #40
- @erh made their first contribution in #55
- @JohnN193 made their first contribution in #73
Full Changelog: 0.1.0...v0.2.0
0.2.0-rc9
What's Changed
- [RSDK-9700] - Add YUYV mimetype handling by @seanavery in #71
- [RSDK-9723] Fix mjpeg CI by @hexbabe in #74
- add onvif discovery service by @JohnN193 in #73
New Contributors
Full Changelog: 0.2.0-rc8...0.2.0-rc9
0.2.0-rc8
What's Changed
- [RSDK-9688, RSDK-9732, RSDK-9733] Use libav for JPEG encoding by @seanavery in #69
- Fix ws discovery by @nicksanford in #70
Full Changelog: 0.2.0-rc7...0.2.0-rc8
0.2.0-rc7
What's Changed
- capitalize-rtsp-protocol-in-onvif by @nicksanford in #67
Full Changelog: 0.2.0-rc6...0.2.0-rc7
0.2.0-rc6
0.2.0-rc4
upnp feature added
0.2.0-rc3 upnp to find ip of a camera (#58)
testing upnp
0.2.0-rc002 upnp to find ip of a camera