samtap / fang-hacks

Collection of modifications for the XiaoFang WiFi Camera
1.67k stars 340 forks source link

RTSP has no audio #443

Open untitledlt opened 3 years ago

untitledlt commented 3 years ago

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 commented 7 months ago

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 &