mp3llll
(Mp3llll)
May 17, 2017, 6:42pm
1
Hello
im try to use Xiaofang Xiaomi om my HA, but all code i try did not working.
i read here that ffmpeg can be missing.
any one can help how can i install it? im system on PI3 with HASSBIAN
Thanks!
camera:
- platform: ffmpeg
name: Cam
input: -rtsp_transport tcp -i rtsp://192.168.31.41/unicast
smile
June 15, 2017, 10:30pm
3
I am try to use Kaicong 1201 plus on my HA ( PI3 with HASSBIAN ), but no luck. can you help me please.
Thanks !
mp3llll
(Mp3llll)
June 17, 2017, 12:37pm
4
mp3llll:
rtsp
yes Sure, the camera work with rtsp? she need FFmpg in order to get work?
smile
June 18, 2017, 11:06pm
5
How can i install FFmpeg for Hassbian ? isβt debian-backports i need a install from or any other sources.
mp3llll
(Mp3llll)
June 19, 2017, 5:31am
6
1.install ffmpeg.
sudo apt install libav-tools
2.add location of ffmpeg (or avconv) to configuration.yaml file. This is my location is a example only. you must find yours (must that same)
ffmpeg:
ffmpeg_bin: /usr/bin/avconv
3.add camera to configuration.yaml file
camera:
platform: ffmpeg
input: rtsp://192.168.0.20:554/live0.264
name: CAM_1_RTSP
2 Likes
smile
November 20, 2017, 9:02am
7
Thanks alot now camera is working , but 15-20 sec delay. isβt possible to watch cam without delay ?
mp3llll
(Mp3llll)
November 21, 2017, 8:51am
8
yes i have also delay, i do not think about to resolve it
Dayve67
(Dave)
November 21, 2017, 9:53am
9
I have two ffmpeg cameras out of five. When I select the either one of the ffmpeg cameras for a full screen view they only show a small icon. All my other cameras that are not ffmpeg show full screen perfect.
Anyone else have this problem?
bonestaak
(Bob Walberg)
January 23, 2021, 4:29pm
10
sudo ? how? there is no command line connection when using the Hassbian complete install. I tried but always wrong password.