Hans Oischinger

Results 68 comments of Hans Oischinger

where do I see these logs? What I found is this: ```Logger: custom_components.eufy_security Source: custom_components/eufy_security/camera.py:238 Integration: Eufy Security ([documentation](https://github.com/fuatakgun/eufy_security), [issues](https://github.com/fuatakgun/eufy_security/issues)) First occurred: 06:34:25 (56977 occurrences) Last logged: 09:06:38 Unable to...

do I need for other logs? e.g. in the addon? Maybe I need to enable more logs?

Yes I do. Actually I suspect the WebRTC card to be part of the problem. I had a situation where I had 2 clients showing the same stream but only...

@Xitro01 For me it doesn't make a difference if mse is on or off. However I am quite confident that the issue is related to the webRTC component. I reproduced...

@Xitro01 did you setup go2rtc successfully? I can't get it to show any stream

OK, I figured it. I had to change the port of "RTSP Simple Server" to 8555 and add the stream rtsp://IP:8555/SERIAL_NUMBER manually to Go2RTC via the web interface: http://IP:1984 That...

> How can we generate any stream without starting a ffmpeg process? go2rtc will create the ffmpeg process. I just hacked together a little proof-of-concept: https://github.com/oischinger/eufyp2pstream Works like charm. We...

> Your stream is not corrupted because webrtc had having issues to render it correctly. i can replace go2rtc as a new dependency but it should also replace rtsp server....

Since this is not something we might want to do I created a little HA addon on my own to play with it a bit more: https://github.com/oischinger/eufyp2pstream I'll close this...

@fuatakgun When configuring [rtsp_to_webrtc](https://www.home-assistant.io/integrations/rtsp_to_webrtc) it always fails to communicate with the RTSP simple server. When using go2rtc the configuration works but streaming is broken.