Beer17HWAM
Beer17HWAM
>>>"Module: MP4 Provides several features: MSE stream (fMP4 over WebSocket) Camera snapshots in MP4 format (single frame), can be sent to Telegram"
This is the stream info: ``` [ { "media:0": "video, sendonly, 96 H265/90000", "receive": 68362281, "remote_addr": "192.168.1.8:8554", "send": 0, "track:0": "96 H265/90000, sinks=1", "type": "RTSP client producer", "url": "rtsp://192.168.1.8:8554/T8210P0020330C10/", "user_agent":...
Is it one of the following links? http://192.168.1.8:1984/api/frame.mp4?src=rtsp://192.168.1.8:8554/T8210P0020330C10/ http://192.168.1.8:1984/api/frame.jpeg?src=rtsp://192.168.1.8:8554/T8210P0020330C10/ Chome isn't displaying a snapshot. How can I save a snapshot file? Sorry for keep asking questions.
I have all the information now. You can close this item.
See my post https://github.com/fuatakgun/eufy_security/discussions/685 I start the Eufy Doorbell Stream and grab a part of the stream. I grab directly from the rtsp Eufy stream, not the go2rtc stream. It's...
It was not directly for you. Just in general. People with a Eufy doorbell for example. A lot of people are trying to get a picture for sending to Telegram...
Same here: SUPPORT_DIRECTION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/rospogrigio/localtuya/issues...
> Sorry guys, I have fixed some of these but these still need to be addressed. It is only a warning though so it does not impact the functionality, please...
In my case it's switching the alarm OFF! Because of the open sensor I guess.
Port 8554 is already used by Eufy (https://github.com/fuatakgun/eufy_security). I had it too, port conflict. Changed it to 8555 in g2rtc.yaml. I am using this WebRTC beta release 4 to. I...