Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go2rtc: i/o timeout for Reolink RLC-810WA camera #134152

Open
clavius11 opened this issue Dec 28, 2024 · 1 comment
Open

go2rtc: i/o timeout for Reolink RLC-810WA camera #134152

clavius11 opened this issue Dec 28, 2024 · 1 comment

Comments

@clavius11
Copy link

The problem

I'm streaming live video from a RLC-810WA camera using the Reolink integration along with the core go2rtc integration. The HA log reports occasional TCP timeouts and EOF errors, though I do not observe any loss of video. This only occurs for my RLC-810WA camera, my other three types of Reolink cameras report no timeouts.

13:02:19.088 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error=EOF url=ffmpeg:camera.driveway_rlc_810wa_fluent#audio=opus#query=log_level=debug
13:07:28.094 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 127.0.0.1:18554->127.0.0.1:41414: i/o timeout" url=ffmpeg:camera.driveway_rlc_810wa_fluent#audio=opus#query=log_level=debug
13:11:56.506 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 127.0.0.1:18554->127.0.0.1:35598: i/o timeout" url=ffmpeg:camera.driveway_rlc_810wa_fluent#audio=opus#query=log_level=debug
13:16:24.915 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 127.0.0.1:18554->127.0.0.1:51206: i/o timeout" url=ffmpeg:camera.driveway_rlc_810wa_fluent#audio=opus#query=log_level=debug
17:09:16.574 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 127.0.0.1:18554->127.0.0.1:38740: i/o timeout" url=ffmpeg:camera.driveway_rlc_810wa_fluent#audio=opus#query=log_level=debug

What version of Home Assistant Core has the issue?

2024.12.5

What was the last working version of Home Assistant Core?

not sure

What type of installation are you running?

Home Assistant OS

Integration causing the issue

go2rtc

Link to integration documentation on our website

https://www.home-assistant.io/integrations/go2rtc

Diagnostics information

home-assistant_2024-12-28T15-02-05.413Z.log

Example YAML snippet

Picture glance card that displays the camera stream:

camera_view: live
type: picture-glance
title: Driveway
entities:
  - entity: camera.driveway_rlc_810wa_fluent
  - entity: camera.reolink_video_doorbell_wifi_fluent
  - entity: camera.pool_e1_outdoor_pro_fluent
  - entity: camera.garage_e1_zoom_fluent
  - entity: camera.e1_zoom_kitchen_fluent
camera_image: camera.driveway_rlc_810wa_fluent

Anything in the logs that might be useful for us?

No response

Additional information

I've tried both RTSP and FLV streaming. The timeouts occur with both.

@home-assistant
Copy link

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (go2rtc) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of go2rtc can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign go2rtc Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


go2rtc documentation
go2rtc source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant