nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

panic: flv: h264 seqhdr invalid #44

Open daniel-007 opened 6 years ago

daniel-007 commented 6 years ago

启动http_flv_and_rtmp_server 这个例子,执行ffmpeg -re -i movie.flv -c copy -f flv rtmp://localhost/movie,在avutil.CopyPackets(ch.que, conn)处报错:flv: h264 seqhdr invalid 。 请问该如何解决呢?谢谢。