oyaay
oyaay
I exchanged the position of the two moduls, the order of loading the files has not changed, and I still can't find the corresponding model, but I loaded it in...
## 现象描述 使用ZlMediaKit代理拉流海康摄像头,然后使用ffmpeg 拉取ZLMediaKit对应的视频流出现竖条状马赛克,但是使用ffmpeg直接拉取海康摄像头的源视频流是图像完整的, 请问这个是不是bug,是不是默认配置参数需要改改。 ffmpeg 拉取视频流的 命令是 : `ffmpeg -i "rtsp://****" -vf fps=1 out_%04d.jpg` 使用代理出来的流拉取出来图片竖条状马赛克:  直接拉取摄像头主码流的正常图片:  ## 如何复现? 1. 使用ZLMediaKit代理拉取海康视频流如 rtsp://admin:[email protected]:554/Streaming/Channels/1,并命名为app 为`live`, stream 为`stream` 2. 使用 ffmpeg...