We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ 'Manufacturer': 'GeoVision_2', 'Model': 'GV-EBD4701', 'FirmwareVersion': 'V101_2020_10_29', 'SerialNumber': '000017807364', 'HardwareId': 'GV-EBD4701' }
v=0 o=- 1001 1 IN IP4 192.168.5.237 s=VCP IPC Realtime stream m=video 0 RTP/AVP 105 c=IN IP4 192.168.5.237 a=control:rtsp://192.168.5.237/media/video1/video a=rtpmap:105 H264/90000 a=fmtp:105 profile-level-id=4d4032; packetization-mode=1; sprop-parameter-sets=Z01AMpWgCoAwfiZuAgICgAAB9AAAdTBC,aO48gA== a=recvonly m=application 0 RTP/AVP 107 c=IN IP4 192.168.5.237 a=control:rtsp://192.168.5.237/media/video1/metadata a=rtpmap:107 vnd.onvif.metadata/90000 a=fmtp:107 DecoderTag=h3c-v3 RTCP=0 a=recvonly
The sdp crate says: SdpInvalidSyntax: m=.
sdp
SdpInvalidSyntax: m=
I believe the problem is that according to RFC 8866 section 9 it's supposed to have a t= first.
t=
The text was updated successfully, but these errors were encountered:
sdroege/sdp-types#11
Sorry, something went wrong.
skip Geovision's strange pt=50 packets
799584c
Once #33 is fixed, this should allow Geovision cameras to more or less work.
abf10ea
No branches or pull requests
The
sdp
crate says:SdpInvalidSyntax: m=
.I believe the problem is that according to RFC 8866 section 9 it's supposed to have a
t=
first.The text was updated successfully, but these errors were encountered: