Skip to content
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

received packet with wrong SSRC 0, expected 2 #480

Open
cedricve opened this issue Dec 7, 2023 · 1 comment
Open

received packet with wrong SSRC 0, expected 2 #480

cedricve opened this issue Dec 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@cedricve
Copy link
Contributor

cedricve commented Dec 7, 2023

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

@aler9 aler9 added the bug Something isn't working label Dec 18, 2023
@aler9
Copy link
Member

aler9 commented Dec 18, 2023

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:

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants