Hi, I have a Yi Dome camera (720p PTZ) and I’m trying to use it with live stream instead the 1 minute of delay cause in the end just play the recorded video (this is what I am using now). So I wondering if you have a way to do this.
I’m using the hack yi-hack-v3 Firmware 0.1.4-beta2 and this is my configuration.yaml
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
run_test: true
- platform: yi
name: Camaraaa
host: ‘192.168.0.39’
user: MyUser
password: MyPassword
path: /tmp/sd/record
input: -rtsp_transport tcp -i rtsp://MyUser:[email protected]/ch0.h264
ffmpeg_arguments: ‘-vf scale=800:450’
Please help
Thanks!!