You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Network dump
No response
The text was updated successfully, but these errors were encountered: