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

Unable to publish HEVC through RTMP with ffmpeg #4014

Closed
longnguyen2004 opened this issue Dec 4, 2024 · 2 comments · Fixed by #4018
Closed

Unable to publish HEVC through RTMP with ffmpeg #4014

longnguyen2004 opened this issue Dec 4, 2024 · 2 comments · Fixed by #4018
Labels
bug Something isn't working rtmp

Comments

@longnguyen2004
Copy link

Which version are you using?

v1.9.3

Which operating system are you using?

Windows amd64 standard

Describe how to replicate the issue

Try to publish an HEVC stream with ffmpeg using RTMP
ffmpeg -f lavfi -i testsrc -c:v libx265 -f flv rtmp://localhost:1935/test_hevc

Server logs

2024/12/04 21:22:14 INF MediaMTX v1.9.3
2024/12/04 21:22:14 INF configuration loaded from D:\3. Tools\MediaMTX\mediamtx.yml
2024/12/04 21:22:14 DEB path manager created
2024/12/04 21:22:14 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/12/04 21:22:14 INF [RTMP] listener opened on :1935
2024/12/04 21:22:14 INF [HLS] listener opened on :8888
2024/12/04 21:22:14 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/12/04 21:22:14 INF [SRT] listener opened on :8890 (UDP)
2024/12/04 21:22:31 INF [RTMP] [conn [::1]:61978] opened
2024/12/04 21:22:31 DEB [path test_hevc] created
2024/12/04 21:22:31 INF [RTMP] [conn [::1]:61978] is publishing to path 'test_hevc', 1 track (H265)
2024/12/04 21:22:31 DEB [path test_hevc] destroyed: not in use
2024/12/04 21:22:31 INF [RTMP] [conn [::1]:61978] closed: invalid body size

Network dump

No response

@pannal
Copy link

pannal commented Dec 4, 2024

Same issue with 1.10.0: #4006

Copy link
Contributor

github-actions bot commented Jan 3, 2025

This issue is mentioned in release v1.11.0 🚀
Check out the entire changelog by clicking here

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

Successfully merging a pull request may close this issue.

3 participants