2018-11-01 01:36:44 WARNING (MainThread) [homeassistant.components.camera] Setup of platform ffmpeg is taking over 10 seconds.
2018-11-01 01:36:49 WARNING (MainThread) [haffmpeg.tools] Timeout/Error reading test.
2018-11-01 01:36:49 ERROR (MainThread) [homeassistant.components.ffmpeg] FFmpeg '-rtsp_transport tcp -i rtsp://dafang:8554/unicast' test fails!
报错信息如上,系统是
0.81.2 ,在windows上假设的ha,摄像头正常(同样的配置,windows上应该是0.73版本的)
查过官方论坛,有人反映是升级 0.80版本后的系统出现问题
有相同经历的童鞋嘛?大家交流一下
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
camera:
- platform: ffmpeg
name: "home_cctv"
input: -rtsp_transport tcp -i rtsp://dafang:8554/unicast
|