Alessandro Ros
Alessandro Ros
Hello, please post server logs with `logLevel: debug` as explicitly stated in the issue template, otherwise it's not possible to replicate the bug.
Thanks for posting the log, the issue has been fixed and the fix will be included in the next release. In the meanwhile, you can test the fix by using...
fixed in v0.21.0.
Hello, in my opinion to implement this you can hack `formatprocessor.H264`, which is an object that is initialized once for every H264 track of every stream: https://github.com/bluenviron/mediamtx/blob/main/internal/formatprocessor/h264.go In this structure...
Hello, > It seems that the server doesn't work with credentials given with "myuser:mypass@" or a dialog. When using RTMP, username and password must be provided by using the query...
Hello, go2rtc only supports the TCP variant of RTSP, while rtsp-simple-server supports the UDP, TCP and UDP multicast variants. in rtsp-simple-server, the UDP variant is the default one. When you...
moved to #1002 since the PTS-to-DTS algorithm is the same in both RTMP and HLS.
Hello @RobotnickIsrael , the timeout (and consequently the interval between GET_PARAMETER requests) is dictated by the server to the client through the `Session` header: ``` RTSP/1.0 200 Session: 123456;timeout=60 ```...
This issue is very old and author didn't provide enough data to replicate the problem. Please reopen the issue in case the problem persists.
Current situation regarding ingestion of absolute timestamp: * HLS sources provide absolute timestamp through `EXT-X-PROGRAM-DATE-TIME`, but this value is currently unused by the server * RTMP sources / clients don't...