We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 &
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.
The text was updated successfully, but these errors were encountered:
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 &
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: