-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fixing issue for SDP avigilon when activating onvif backchannel #479 #501
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #501 +/- ##
==========================================
+ Coverage 84.58% 84.61% +0.03%
==========================================
Files 106 106
Lines 10989 10992 +3
==========================================
+ Hits 9295 9301 +6
+ Misses 1296 1294 -2
+ Partials 398 397 -1 ☔ View full report in Codecov by Sentry. |
@cedricve this can be surely merged but first can you post the troublesome SDP in text format, so i can add it to automatic tests? thanks |
@aler9 yes I noticed that. Please find the relevant SDP here.
|
merged, thanks |
thanks @aler9, will we make a new release? |
@aler9 after applying this fix, we have managed to have audio backchannel activated (setup) for Avigilon cameras, however after sending data over the backchannel no audio is streamed through the speaker. So this might not have completely fixed the issue, we expect Avigilon cameras do something very specific. |
This will skip the C: attribute when containing SM. This is added by Avigilon cameras, and make the current SDP formatter fail. Original issue: #479