home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.59k stars 29.91k forks source link

Synology cams no audio #80818

Closed Salvora closed 1 year ago

Salvora commented 1 year ago

The problem

I have been using the camera entities exposed by the synology on my frontend but I noticed that the audio is gone from the streams. I am pretty sure it was there but it is possible that some update broke this.

The streams are also unreliable (Spinning most of the time and unresponsive).

I have stream integration enabled with below config.

stream:
  ll_hls: true
  part_duration: 0.75
  segment_duration: 6

What version of Home Assistant Core has the issue?

core-2022.10.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Synology

Link to integration documentation on our website

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

Diagnostics information

config_entry-synology_dsm-0d9f3f910441efbc5608260dc211d33a.json.txt

Example YAML snippet

No response

Anything in the logs that might be useful for us?

None

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @hacf-fr, @quentame, @mib1185, mind taking a look at this issue as it has been labeled with an integration (synology_dsm) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `synology_dsm` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant unassign synology_dsm` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


synology_dsm documentation synology_dsm source (message by IssueLinks)

Salvora commented 1 year ago

still an issue

Salvora commented 1 year ago

still an issue

home-assistant[bot] commented 1 year ago

Hey there @hunterjm, @uvjustin, @allenporter, mind taking a look at this issue as it has been labeled with an integration (stream) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `stream` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign stream` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


stream documentation stream source (message by IssueLinks)

mib1185 commented 1 year ago

as per the diagnostics data only one (_kapikamera) out of four cameras seems to have an audio track

      "camera_diagnostics": {
        "camera.laxdiskstation_on_sokak_kamera": {},
        "camera.laxdiskstation_ara_sokak_kamera": {
          "start_worker": 2,
          "worker_error": 1,
          "update_source": 1,
          "keepalive": false,
          "orientation": 1,
          "container_format": "rtsp",
          "video_codec": "h264",
          "retry_timeout": 10
        },
        "camera.laxdiskstation_kapi_kamera": {
          "start_worker": 4,
          "worker_error": 4,
          "update_source": 1,
          "keepalive": false,
          "orientation": 1,
          "container_format": "rtsp",
          "video_codec": "h264",
          "retry_timeout": 40,
          "audio_codec": "aac"
        },
        "camera.laxdiskstation_mutfak_kamera": {
          "start_worker": 2,
          "update_source": 1,
          "keepalive": false,
          "orientation": 1,
          "container_format": "rtsp",
          "video_codec": "hevc"
        },
        "camera.laxdiskstation_salon_kamera": {
          "start_worker": 1,
          "keepalive": false,
          "orientation": 1,
          "container_format": "rtsp",
          "video_codec": "hevc"
        }
      }

unfortunately, I do not have any cameras, nor the Surveillance Station in use, so i'm unable to analyse any related issues

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.