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
text
v1.8.4
Mediamtx is not able to read RTSP Streams from Wisenet NVR
The mediamtx.yml is configured with source as follows:
mediamtx.yml
paths: camera/1: source: 'rtsp://XXXXX:[email protected]:7001/d9578fe4-a8f4-ceab-7276-94aff8cb1fe1'
Start the mediamtx server
yes
2024/07/29 17:33:40 DEB [path camera/1] [RTSP source] [s->c] RTSP/1.0 200 OK CSeq: 3 Content-Base: rtsp://10.1.10.178:7001/d9578fe4-a8f4-ceab-7276-94aff8cb1fe1 Content-Length: 347 Content-Type: application/sdp Date: Tue, 30 Jul 2024 00:34:12 GMT Range: clock=20240712T143958.84Z-19700120T222459.652822Z Server: Wisenet WAVE/5.1.1.37512 (Hanwha) Apache/2.4.16 (MSWin) Session: 24175057766081730192684;timeout=60 v=0 s=DWC-MV94WiAT c=IN IP4 10.1.10.178 m=video 0 RTP/AVP 96 a=control:trackID=0 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z00AMpY1QFEBf03AQEBAgA==,aO4xsg==; profile-level-id=4D0032 m=audio 0 RTP/AVP 14 a=control:trackID=1 m=text 0 RTP/AVP 103 a=control:trackID=2 a=rtpmap:103 object-detection/1000 2024/07/29 17:33:40 ERR [path camera/1] [RTSP source] invalid SDP: sdp: invalid value `text` 2024/07/29 17:33:45 DEB [path camera/1] [RTSP source] connecting 2024/07/29 17:33:45 DEB [path camera/1] [RTSP source] [c->s] OPTIONS rtsp://10.1.10.178:7001/d9578fe4-a8f4-ceab-7276-94aff8cb1fe1 RTSP/1.0 CSeq: 1 User-Agent: gortsplib
no
The text was updated successfully, but these errors were encountered:
fix reading from Wisenet NVR (bluenviron/mediamtx#3583)
5d15896
Thanks for reporting the issue and providing the SDP, this is fixed by bluenviron/gortsplib#615
Sorry, something went wrong.
fix reading from Wisenet NVR (bluenviron/mediamtx#3583) (#615)
cb3c527
Successfully merging a pull request may close this issue.
Which version are you using?
v1.8.4
Which operating system are you using?
Describe the issue
Mediamtx is not able to read RTSP Streams from Wisenet NVR
Describe how to replicate the issue
The
mediamtx.yml
is configured with source as follows:Start the mediamtx server
Did you attach the server logs?
yes
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: