gortsplib
gortsplib copied to clipboard
received packet with wrong SSRC 0, expected 2
We have a camera stream (h264) who isn't returning any keyframes (only on start), it looks like this RTSP server (of a cheap camera), is introducing some encoding issues.
After a while following error is thrown: received packet with wrong SSRC 0, expected 2
Hello, please attach 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:
- Download wireshark (https://www.wireshark.org/)
- 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)
- Start the server and replicate the issue
- Stop capturing, save the result in .pcap format
- Attach