You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice how the a=rtpmap field is formatted differently.
When I publish this SDP on my local network using the SAP protocol and look at the UDP package in wireshark, wireshark tells me that the SDP is malformed because of this. Is this a bug in the library or just an SAP specific dialect the library is not aware of?
The text was updated successfully, but these errors were encountered:
I have the following SDP file:
When I parse this using this library and then print it out using the to_string method, I get this:
Notice how the a=rtpmap field is formatted differently.
When I publish this SDP on my local network using the SAP protocol and look at the UDP package in wireshark, wireshark tells me that the SDP is malformed because of this. Is this a bug in the library or just an SAP specific dialect the library is not aware of?
The text was updated successfully, but these errors were encountered: