balajeek
(bala)
April 17, 2020, 4:15pm
22
I recently came to know that wyze have rtsp firmware so did the upgrade, wyze app works fine, able to stream on mac using vlc, all fine but on home assistant i am unable to make it work.
camera:
- platform: ffmpeg
input: rtsp://username:[email protected] /live
name: reef
When i go to developer tools->states option I can see the entity created, clicking on it shows the media window and a spinning bar, thats it.
Looked at log and it says:
Connection to tcp://19.168.99.19:554?timeout=5000000 failed: Operation timed out
vazquezjm
(Jose Vazquez)
May 3, 2020, 11:31pm
23
This is my setting in configuration.yaml
# CAMERAS ----------------------------------------------------------------------
camera:
- platform: generic
name: Wyze Cam
still_image_url: https://www.apkmirror.com/wp-content/uploads/2019/04/5cc0af6bb22b6.png
stream_source: rtsp://user:password@camera_ip/live
verify_ssl: false
Great! Thank you for sharing this.
In the Picture Glance card (Lovelace UI) I also added ‘image’ as the Streaming URL.copied from MotionEye.
image: ‘http://XXX.XXX.X.XX :YYYY’
@Daniel-san in your configuration file.
Cuacco
(Ivan D)
July 20, 2020, 10:38pm
26
Hi Guys
I just bought a new wyze cam pan that comming with firmware 4.10.5.111, I have not been able to flash with demo_Pan_rtsp_4.29.4.41 firmware to enable RTSP… any idea or suggestions about that?
Tophat17
(George I)
December 9, 2020, 1:52am
27
Bro. Thank you so much. This is the only salutation i got working with my Wyze cam v2 with RTSP turned on.