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

RTMP: unsupported video codec: 8.28601953e+08 with Prism Live Studio (Android app) #3971

Open
simon-anderson opened this issue Nov 23, 2024 · 1 comment
Labels
bug Something isn't working rtmp

Comments

@simon-anderson
Copy link

Which version are you using?

1.9.3

Which operating system are you using?

Linux amd64 Docker

Describe how to replicate the issue

  1. start the server
  2. publish with ... Prism Live Studio (Android)
  3. read with ... MediaMTX

I'm almost certain Prism is publishing H.264, not sure why MediaMTX can't ingest this, any guidance appreciated.

Server logs

No response

Network dump

No response

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

aler9 commented Jan 3, 2025

This can be fixed but you need to provide a network dump, that can be generate 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.
  1. Start the server and replicate the issue
  2. Stop capturing, save the result in .pcap format
  3. 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