-
Notifications
You must be signed in to change notification settings - Fork 198
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 media description 'metadata' #474
Comments
Hello, the SDP parser can be adjusted to support the text you provided, but can you write the manufacturer and the model of the device (camera or NVR) that is generating it? |
I believe this example came from an (older) UDP Technology dome camera, but I am unsure about the exact model. |
Fixed with #478 |
Adapted Media-MTX to use gortsplib v4.6.1 and tested with the UDP technology cameras. The streams are accepted and recorded as expected. Thanks for the quick fix! |
This issue is being locked automatically because it has been closed for more than 6 months. |
We are trying to record a RTSP stream using Media-MTX, but an error is thrown due to an invalid media description field with the value: 'metadata':
The SDP response contains the following section:
The
sdp.go
only the values described in RFC 4566 are allowed and therefore the error is thrown and the stream is not valid. If we add the valuemetadata
tosdp.go
the stream is recorded as intended. Would it be possible to add this value, or if not: could you let us know if it is save to add the value even though its not specified in the RFC? Our change looks something like this:The text was updated successfully, but these errors were encountered: