-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: sdp: invalid numeric value -8959200248001175080
#2708
Comments
Hello, this can be fixed but you need to attach a server log with the option |
Facing the same error with AXIS 221 camera. In the attachments there are logs from mediamtx with debug level |
@lqbrqt thanks for providing the camera model and the log, please test the release attached in this page (click on Artifacts, binaries) and let me know if it fixes the issue: https://github.com/bluenviron/mediamtx/actions/runs/8707155701 |
@aler9 Thank you for really quick response! Currently, when running nightly build there is no output image from mediamtx (we're getting black screen), while using stable version image from 3 of 4 cameras are present. Also, in logs SDP error is not present. Sending you logs from provided mediamtx version mtxnightlylog.log |
@lqbrqt the problem you are describing is a different one than the subject of this issue. If you are sure it's a bug then you need to open another issue and attach two network dumps, one that contains exchanged packets between a camera and VLC, and the other that contains exchanged packets between the server (proxying a camera) and VLC, in order to spot the differences. You can find instructions on how to generate network dumps when you try to open an issue. |
Anyway, i'm noticing that the server is stripping the MPEG4-IOD from the SDP of your cameras. This is the SDP that the camera provides:
and this is the SDP that the server provides to any reader:
the |
In addition to researching the reasons for the negative SDP number, it occurs when date/time is not synchronised correctly on the camera. To fix it - configure date and time in camera's settings |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v1.3.0
Which operating system are you using?
Describe the issue
When trying to connect to RTSP camera Y-CAM Bullet HD: 1080, I get the error
invalid SDP: sdp: invalid numeric value
-8959200248001175080
on startup.Describe how to replicate the issue
mycamera:
source: rtsp://username:password@192.168.1.7:554/v01
Did you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: