openipcamera / openipc-firmware

OpenIPC Firmware for Wyze Cameras
https://openip.cam
894 stars 129 forks source link

No Audio and Framerate issue Synology RTSP #62

Open efurlan312 opened 6 years ago

efurlan312 commented 6 years ago

For wyzecam v2 - RTSP only works when audio is disabled from Synology. H.264 video only encoding works with intermittent data rate that causes lag and multiple dropped frames randomly. This was done with 0.2.5 and 0.2.6

openipcamera commented 6 years ago

Audio does not work with V2. Try lowering your FPS.

gigawatts commented 6 years ago

How can we change framerate? The only reference in the code is for v1 ( https://github.com/openipcamera/openipc-firmware/search?utf8=✓&q=framerate&type= )

gregzuro commented 6 years ago

Edit /system/sdcardconfig/rtspserver.conf to include:

RTSPH264OPTS="-F5 -W960 -H540"

as appropriate.