runner365 / ffmpeg_rtmp_h265

add h265 in rtmp/flv in ffmpeg
MIT License
203 stars 67 forks source link

Video codec hevc not compatible with flv! #2

Closed bluesky2319 closed 2 years ago

bluesky2319 commented 2 years ago

I compiled ffmpeg with libx265 based on your instruction, but when I tried to push hevc stream through rtmp, I faced with this error;

[flv @ 0x563fe9051c80] Video codec hevc not compatible with flv
Could not write header for output file #0 (incorrect codec parameters ?): Function not implemented
Error initializing output stream 0:0 -- 

How can I send hevc stream by rtmp and flv? thanks.

nohairdave commented 2 years ago

I'm seeing this issue - what was the fix?