bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.39k stars 1.56k forks source link

FFmpegFrameGrabber #2230

Open weiyt0305 opened 1 month ago

weiyt0305 commented 1 month ago

FFmpegFrameGrabber不能在docker中初始化,new FFmpegFrameGrabber(url);之后的代码不会执行!

steeveen commented 1 month ago

you can first have a try with curl or wget to confirm that the network to url is ok. Otherwise, Grabber will stuck without setting rw_timeout or s_timeout

whr2349 commented 1 month ago

什么版本?1.5.10?