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

RTSP has no audio #443

Open
untitledlt opened this issue Dec 31, 2020 · 1 comment
Open

RTSP has no audio #443

untitledlt opened this issue Dec 31, 2020 · 1 comment

Comments

@untitledlt
Copy link

I'm using Wyze v1 with OpenIPC Version 0.2.2.
Everything works fine except RTSP has no audio.

What am i missing here? Do I need some special settings?

RTSP runs with default args:
snx_rtsp_server -W 1920 -H 1080 -Q 10 -b 4096 >$LOG 2>&1 &

I'm using VLC on macbook and android. Accessing RTSP stream on rtsp://[cam_ip]/unicast
Both have video but no audio.
image
image

@clean31
Copy link

clean31 commented Nov 19, 2023

A little bit too late but...

Just add -a in the command line to enable audio :)

snx_rtsp_server -W 1920 -H 1080 -Q 10 -b 4096 -a >$LOG 2>&1 &

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

No branches or pull requests

2 participants