-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verifying versioned libs #1116
Verifying versioned libs #1116
Conversation
.. is required for fetching files from parent dir ... without .. it throws error
Co-authored-by: David D <david.desbiens@tentaq.com>
* Fix typo in readme * Update Readme Debug section: add solution to cmake error "could not find JNI" Co-authored-by: Hassan Sahibzada <hsahibza@amazon.com>
Co-authored-by: Hassan Sahibzada <hsahibza@amazon.com>
Co-authored-by: Hassan Sahibzada <hsahibza@amazon.com>
Hoping this help others avoid hours of frustration. As noted in the helpful but well hidden issue comment #193 (comment), the Gstreamer examples for RTSP do not run at all. I'm no Gstreamer expert but using `h264parse` works perfectly, while `video/x-h264, format=avc,alignment=au` just causes the pipeline to hang.
…ifying-versioned-libs
I also updated the property set for the user agent to use this new value |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1116 +/- ##
===========================================
+ Coverage 16.34% 16.39% +0.05%
===========================================
Files 51 51
Lines 6846 6849 +3
===========================================
+ Hits 1119 1123 +4
+ Misses 5727 5726 -1 ☔ View full report in Codecov by Sentry. |
Issue #, if available:
#723
Description of changes:
Versioning libraries
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.