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

2025/01/26 15:14:25 INF [RTMP] [conn 10.20.0.138:36406] closed: unable to parse H264 config: sps count != 1 is unsupported #4200

Open
edwin1212256756 opened this issue Jan 26, 2025 · 1 comment
Labels
bug Something isn't working rtmp

Comments

@edwin1212256756
Copy link

Which version are you using?

MediaMTX v1.11.2

Which operating system are you using?

Linux amd64 standard

Describe how to replicate the issue

  1. start the server
  2. publish with FFMPEG_OUT="-c:v copy -c:a copy -f flv rtmp://10.20.0.111:1935/live/{name}"
  3. read with VLC?

Server logs

2025/01/26 15:14:25 INF [RTMP] [conn 10.20.0.138:36406] closed: unable to parse H264 config: sps count != 1 is unsupported

Network dump

No response

@aler9 aler9 added bug Something isn't working rtmp labels Feb 7, 2025
@aler9
Copy link
Member

aler9 commented Feb 7, 2025

In order to replicate the issue, we need a 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 rtmp
Projects
None yet
Development

No branches or pull requests

2 participants