-
Notifications
You must be signed in to change notification settings - Fork 197
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
invalid SDP: media 4 is invalid: config is missing #479
Labels
bug
Something isn't working
Comments
Hello, the issue here is that those audio codecs should also come with a
but they do not. I'll see what i can do about it. |
aler9
added a commit
that referenced
this issue
Jan 14, 2024
…501) * fixing issue for SDP avigilon when activating onvif backchannel * keep track of original issue * prevent deletion of first c= * add tests --------- Co-authored-by: aler9 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to connect (for audio backchannel) to a Dahua camera through ONVIF I get an error parsing the SDP response:
The url of the RTSP is as follows:
rtsp://URL:PORT/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
When connecting to the "normal" URL the SDP changes to something compatible:
rtsp://URL:PORT/cam/realmonitor?channel=1&subtype=0
Should gortsplib be compatible with the first SDP, or is this an issue on the camera itself?
Many thanks!
The text was updated successfully, but these errors were encountered: