bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.71k stars 1.4k forks source link

ERR [record] too many reordered frames (11) #3315

Open QuangLinh2000 opened 1 month ago

QuangLinh2000 commented 1 month ago

Which version are you using?

v1.8.0

Which operating system are you using?

Describe the issue

I store video from a rtsp stream of Tiandy camera series with a duration of 5 minutes, but its recording is interrupted into files smaller than 5 minutes and it gives an error ERR [record] too many reordered frames (11) image

Describe how to replicate the issue

  1. Config server image image

2.start the server

Did you attach the server logs?

no

Did you attach a network dump?

no

aler9 commented 1 week ago

Hello, in order to solve this bug we need a network dump, that can be generated in this way:

If the bug arises when using MediaMTX with an external hardware or software, the most helpful content you can provide is a dump of the data exchanged between the server and the target (network dump), that can be generated in this way: 1) Download wireshark (https://www.wireshark.org/) 2) Start capturing on the interface used for exchanging packets (if the server and the external hardware or software are both installed on your pc, the interface is probably "loopback", otherwise it's the one of your network card) 3) Start the server and replicate the issue 4) Stop capturing, save the result in .pcap format 5) Attach

moenodedev commented 1 week ago

Could be related to #3091