rockcarry / fanplayer

A portable video player based on ffmpeg for windows and android platform.
GNU Lesser General Public License v3.0
616 stars 163 forks source link

直播流播放存储问题 #8

Closed coolqiu closed 5 years ago

coolqiu commented 6 years ago

使用rtsp 解码播放时,做存储操作时 ret = avformat_write_header(recorder->ofc, NULL); 报错

rockcarry commented 6 years ago

我这边测试是 ok 的,问题应该跟你的 rtsp 码流有关系。请提供测试码流。