Alex X
Alex X
*Please, don't create issues in this repository. Goto [go2rtc project](https://github.com/AlexxIT/go2rtc).* # Exec Pipe Exec source now support receiving frames using **pipe** transport (stdout). Useful for: - [Raspberry Pi Cameras](https://www.raspberrypi.com/documentation/computers/camera_software.html) (libcamera-vid)...
**ATTENTION!** By using these instructions you agree not to ask for support from Hass community for your current Hass installation. ## Local way [USB drive](https://developers.home-assistant.io/docs/operating-system/debugging/) ## Remote way 1. Install...
``` panic: runtime error: slice bounds out of range [2:1] goroutine 10 [running]: main.btchipProcessExtResponse({0x4ae000, 0x2a, 0x104}) github.com/AlexxIT/gw3/btchip_reader.go:233 +0xb18 main.btchipReader() github.com/AlexxIT/gw3/btchip_reader.go:119 +0x7b0 created by main.main github.com/AlexxIT/gw3/gw3.go:55 +0x104 ``` And ``` panic:...
WebRTC technology can't use your HTTP/HTTPS-access to Hass. It uses separate TCP/UDP port to connect. And it can handle access to stream even if you have [private IP-address](https://help.keenetic.com/hc/en-us/articles/213965789), but not...
``` Logger: homeassistant.components.bluetooth.manager Source: components/bluetooth/manager.py:109 Integration: Bluetooth (documentation, issues) First occurred: 06:36:39 (1 occurrences) Last logged: 06:36:39 Error in bluetooth callback Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/bluetooth/manager.py", line 109,...
### Checklist - [X] I have filled out the template to the best of my ability. - [X] This only contains 1 feature request (if you have multiple feature requests,...
New feature in latest release: **go2rtc.yaml** ```yaml streams: rtsp-dahua1: rtsp://admin:***@192.168.10.90/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif rtsp-tplink1: rtsp://admin:***@192.168.10.91/stream1 rtsp-sonoff1: rtsp://admin:***@192.168.10.93/av_stream/ch0 http-reolink1: http://192.168.10.92/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=*** tapo1: tapo://***@192.168.10.91:8800 homekit-g3: - homekit://192.168.10.30:12345?client_id=***&client_private=***&device_id=***&device_public=*** - ffmpeg:homekit-g3#audio=aac#audio=opus ```
Added in [v1.9.2](https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.2). [](https://www.youtube.com/watch?v=sHj_3h_sX7M) Do it yourself - [read more](https://github.com/AlexxIT/go2rtc/blob/master/internal/mjpeg/README.md).
Hi. This project already support LubanCat 4. I have Thinkcore Pi TP-0W / LubanCat Zero W / RK3566. I don't know if it difficult for you to add this support....