dev77-07
dev77-07
Not sure if there is anything in the works yet for this, but would love to see it get added. Discovery+ USA uses CEA-608 captions as well so they are...
``` go2rtc: streams: front_porch: - rtsp://10.77.0.221:8554/front-porch - "ffmpeg:front_porch#audio=opus#audio=aac#async" driveway: - rtsp://10.77.0.221:8554/driveway - "ffmpeg:driveway#audio=opus#audio=aac#async" ```
At one point in the beta docs for 0.12 it showed using both opus and aac. I now see that it shows to only have one. I changed that and...
Happened again after removing async and aac ``` go2rtc: streams: front_porch: - rtsp://10.77.0.221:8554/front-porch - "ffmpeg:front_porch#audio=opus" driveway: - rtsp://10.77.0.221:8554/driveway - "ffmpeg:driveway#audio=opus" ``` ``` 2023-05-31 14:30:37.624821176 14:30:37.624 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:159 > error=EOF url=rtsp://10.77.0.221:8554/front-porch...
``` 12:50:59.328 INF go2rtc version 1.5.0 linux/amd64 ``` It doesn't happen as much since removing async and aac but it will happen on occasion.
I have the same fan. I noticed there is another branch on here (https://github.com/JeffSteinbok/hass-dreo/tree/feature/ceilingfanlight) that adds support for ceiling fan lights. I tested and I am able to adjust light...
Looks like it was merged https://github.com/JeffSteinbok/hass-dreo/pull/319