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

BUG: V4 audio #1341

Open
primate-star opened this issue Sep 1, 2024 · 0 comments
Open

BUG: V4 audio #1341

primate-star opened this issue Sep 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@primate-star
Copy link

primate-star commented Sep 1, 2024

Describe the bug

I have two V4 and another Pan Cam connected to homekit via wyze-home-bridge and scrypted on same local network. The live and recorded video is working well and the audio on V4's works well as well on starting the container. However after about an hour there is no audio on V4's. If I restart the container, audio again works for sometime and then it stops but video keeps on going. The Pan Cam audio remains unaffected. I have checked the logs and it indicates audio is enabled and on when container starts. The logs don't indicate audio has stopped when I hear no audio. I have tried enabling audio en masse or individually for cameras in the docker compose and the effect is same. The audio on wyze app itself works fine. The audio issue replicates when I check rtsp streams in VLC player for the V4's.
Appreciate mrlt8's and other contributors work on this bridge immensely

Affected Bridge Version

2.10.2

Bridge type

Docker Run/Compose

Affected Camera(s)

V4

Affected Camera Firmware

4.52.7.0367

docker-compose or config (if applicable)

services:
    wyze-bridge:
        container_name: wyze-bridge
        restart: unless-stopped
        image: mrlt8/wyze-bridge:latest
        ports:
            - 1935:1935 # RTMP
            - 8554:8554 # RTSP
            - 8888:8888 # HLS
            - 8889:8889 #WebRTC
            - 8189:8189/udp # WebRTC/ICE
            - 5000:5000 # WEB-UI
        environment:
            # [OPTIONAL] Credentials can be set in the WebUI
            # API Key and ID can be obtained from the wyze dev portal: 
            # https://developer-api-console.wyze.com/#/apikey/view
            - WYZE_EMAIL=sample
            - WYZE_PASSWORD=sample
            - API_ID=sample
            - API_KEY=sample
            # [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
            - WB_IP=172.16.0.100
            # WebUI and Stream authentication:
            - WB_AUTH=True # Set to false to disable web and stream auth.
            - WB_USERNAME=sample
            - WB_PASSWORD=sample
            - QUALITY=HD180
            - ENABLE_AUDIO=True
            - AUDIO_CODEC=AAC
            - AUDIO_FILTER=highpass=f=300,lowpass=f=2500,volume=volume=2
@primate-star primate-star added the bug Something isn't working label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant