【发布时间】:2016-05-10 02:35:16
【问题描述】:
我需要从here 提供的网络摄像头直播中捕获图像
有人知道怎么做吗?
我找到了this 的答案,但这对我没有帮助。当我进入
ffmpeg -i rtmp://85.126.233.214/heidelberg-live/stream1.flv -r 1 -f image2 -vcodec mjpeg captured%d.jpg
返回
[rtmp @ 0xc45f40] Cannot open connection tcp://85.126.233.214:1935
rtmp://85.126.233.214/heidelberg-live/stream1.flv: Connection timed out
Conversion failed!
这是网站直播部分的样子:
<embed type="application/x-shockwave-flash"
src="http://www.blitzvideoserver06.de/blitzvideoplayer4.swf"
width="480"
height="420"
style="undefined"
id="blitzvideoplayer"
name="blitzvideoplayer"
bgcolor="#ffffff"
quality="high"
allowfullscreen="true"
flashvars="videofile1=rtmp://85.126.233.214/heidelberg-live/stream1.flv&
live=1&
keinlogo=1&
mitstartbutton=1&
bgc=ffffff">
【问题讨论】:
标签: image-processing ffmpeg webcam http-live-streaming live-streaming