Just got one too, for the heck of it to play with it.
The problem i am having is: I have updated the firmware ok, but while trying to access it on 192.168.1.153 i get "Unable to load image" , so i have no video stream.
I do see that cam on my network,
Not sure what the deal is, but it does work with the original firmware.
When i loaded the firmware file , i put it on a 4gb micro sd card and loaded onto the camera, not sure if that is a problem,or... (order a 32gb microsd )
Here is few files the way i have them:
File: config/rtspserver:
#######################################################################
# Edit this file and move it to /system/sdcard/config/rtspserver.conf #
# if you need to add options, otherwise defaults will be used #
#######################################################################
# Configure RTSP Servers
# Use /system/sdcard/bin/v4l2rtspserver-master -h to see available options
# H264 RTSP server options
# Examples:
# RTSPH264OPTS="-W960 -H540"
# To enable authentication:
# RTSPH264OPTS="-U dafang:ismart12"
RTSPH264OPTS="-vv"
# MJPEG RTSP server options
# Examples:
# RTSPMJPEGOPTS="-W960 -H540"
# To enable authentication:
# RTSPMJPEGOPTS="-U dafang:ismart12"
RTSPMJPEGOPTS=""
# Video
BITRATE=5000
# AudioFormat
# Can be: OPUS | MP3 | PCM | PCMU
AUDIOFORMAT=MP3
AUDIOOUTBR=44100
HWVOLUME=70
SWVOLUME=-1
FILTER=4
HIGHPASSFILTER=ON
File: config/wpa_supplicant:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
ssid="wifi name"
# Uncomment to connect to Hidden SSIDs
#scan_ssid=1
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="wifi password"
priority=2
}