使用cmd 执行一条ffmpeg命令,大体含义为使用rtsp流视频保存一张截图。
但是在执行过程中有大量的打印出现,如
[h264 @ 000001c2039c94c0] sps_id 0 out of range
[h264 @ 000001c2039c94c0] non-existing SPS 0 referenced in buffering period
[h264 @ 000001c2039c94c0] SPS unavailable in decode_picture_timing
[h264 @ 000001c2039c94c0] non-existing PPS 0 referenced
或者
[h264 @ 0000022c9d8094c0] non-existing PPS 0 referenced
Last message repeated 1 times
[h264 @ 0000022c9d8094c0] decode_slice_header error
[h264 @ 0000022c9d8094c0] no frame!
类似于这样的循环打印很多次之后,才可以正常的 Input、Output 打印信息,完成截图。
所以想请问一下各位,这方面可能是哪里的问题,比如rtsp流本身,或者ffmpeg命令可能又问题,希望各位能帮忙指出问题 [抱拳]