Alessandro Ros
Alessandro Ros
what's the error reported in the logs when using the release linked in the previous post? null metadatas should be supported, so the error message shouldn't be "invalid metadata".
Hello, please be aware that i'm posting releases compiled from the dahua branch, therefore the right line is this one: https://github.com/aler9/rtsp-simple-server/blob/680b52508e0631fedb53411dc3dd82103531373c/internal/rtmp/conn.go#L136 Anyway i don't have enough data to solve the...
After the camera sends the metadata with "null" payload, it closes the connection to the server with no reason. I don't know what else to do.
If you're a little familiar with Golang, in my opinion you have all the means to get this issue fixed. You can then send a pull request, and it will...
Hello, in my opinion the problem lies in the client (VLC) - for some reasons, hardware-accelerated decoding fails. Try to disable hardware acceleration: ``` vlc --avcodec-hw=none rtsp://url ``` Otherwise, you...
Hello, This is caused by multiple issues inside Moonfire's RTSP library (https://github.com/scottlamb/retina), in particular: * SET_PARAMETER keepalives may be used only if the server supports them and if the server...
Hello, this is the procedure to send RTSP keepalives from a RTSP client to a RTSP server: 1. when receiving the OPTIONS response, you have to annotate whether the server...
Current RTSP 1.0 specification (https://www.rfc-editor.org/rfc/rfc2326.html) clearly states that ``` Some servers may not support setting stream parameters and thus not support GET_PARAMETER and SET_PARAMETER. ``` If you're referring to the...
> simple-rtsp-server is not just failing the request (400, 501, whatever) but also dropping the connection. With interleaved channels, that's a destructive action. I'd strongly advise changing this behavior. The...
The server has been adapted in order to return 501 in case of unhandled methods, starting from v0.20.0.