* Change descriptions of MQTT topics to match Web UI (#1637)
* Allow MQTT to start/stop the "timelapse" service (#1637)
* Add manual switch for Night Mode to the sidebar (#1637)
* Add friendly names to the current list of services (#1637)
This adds a list of more user-friendly names to the services page. If a
new service is added in the future this list should be updated, or the
display name will default to the filename just as it did before.
* Disabling SSL / path corrections / misc changes
Lighttpd.conf.dist: Added notes for disabling SSL
SSL left as on by default
Motion.conf.dist: Change pattern to make more sense when items are listed in explorer
Change paths case
resolv.cont.dist: Added public nameservers so that NTP will work by default
rtspserver.conf.dist: Added missing settings that are created after UI page is saved anyway
sendmail.conf.dist: Clarify AUTH entry to match rest of example
recording: Add Recording to path to help seperate/categorise files
Add sub dir with date for faster dir loading
Change from MOV to REC to identify video as "recorting" type
detectionON.sh: Change group/file pattern to make list better/consistent
telegram-bot...: Remove blank line
timelapse.sh: Change path variable name to match rest of code
Add sub directories to help with loaading/filtering of files
* Update resolv.conf.dist
Commented out Publin DNS servers as requested
Co-authored-by: Steven McCombie <smccombie@fugnet.servegame.com>
* Add extra status code to rtsp-h264
I created a cron watchdog script and when the pidfile was missing status() was returning 0. I made it return 2 in this case. This makes my script work as intended.
* Update rtsp-h264
Co-authored-by: jmtatsch <jmtatsch@users.noreply.github.com>
* Added mqtt-control to play sound from /system/sdcard/media
* Turn amber light before recording
* detectionOn code cleanup and unification
* Resize and compress mqtt snapshot
* Send still/video to SMB
* Fixed a+x rights in bin/
* Added openRTSP - enables recording real video on detectionOn
* Added groupname to store files in dir/file structure
* Non-safe env var usage... but unified
* remove mqtt-control PID on stop() even if no kill was made
* mqtt-control kill + rm based on another script
* mqtt-control wait for connection available to be established
* Log by default to /tmp so as to avoid SD card corruption
I discovered that the errors I was getting about the SD card similar to #880 were always related to the v4l2rtspserver log.
It seems to me that especially when turning detection tracking due to the high number of writes, writing to the log causes SD card corruption. I suppose that the SD card controller is not built for such a speed.
Since changing logging to log to /tmo which is mounted as tmpfs, I hadn't had any issues.
* Don't create a log subdirectory
* Apply same changes for mjpeg
* Update log view actions as well
* Audio and framerate settings
- Enable audio AES filter
- Now can choose more audio in/out bitrate
Please note the constraints:
* Filtering AES, NS is available with in bitrate under or egal 16000
* When select OPUS out birate is 48000
* When select PCM or PCMU in bitrate shall be egal to out bitrate
- Can now control video FPS
* I noticed that some configuration freeze the video (for example 1/1)
* Delete webrtc_profile.ini
* Update status.cgi
* Update rtspserver.conf.dist
* Restore audio test
add the possibility to choose audio from audio delivered with original firmware
or choose audio from /system/sdcard/Media folder
* OSD was not displayed anymore if AXIS not set in OSD
I guess it is a regresion from previous commit (add the value in file with rewrite_config)
* Change the way the scripts (detection are launched)
* Restore audio test
add the possibility to choose audio from audio delivered with original firmware
or choose audio from /system/sdcard/Media folder
* Update action.cgi
Fix a typo and add missing quotes
* add PTZperset function
* Display asix to OSD
* delete source
* add motor_PTZ function
* Motor adds f parameter (calibrate) and is compatible with the new version of DAFANG.
* calibrate,compatible newer models.
* OSD set POSY 0
* Wait for the previous command to run before running
* Disable Statements That Cause MQTT Alerts
* fix mqtt
* Fixed issue where multi-tasking motor was not moved to the specified position and was interrupted
* Add limit on the number of snapshots
* Add OSD Display AXIS
* Repair Limit Snapshot Number Does Not Take Effect..
* Enable log option
* Keep the original time style
* Keep default osd settings
* Modify loger as a logger
* Api.cgi is not in use
* Clear the old DAFANG calibration failure code.
New DAFANG Run the `/system/sdcard/bin/motor -d f` command to calibrate.
Old and generous Please run `/system/sdcard/bin/motor -d h && /system/sdcard/bin/motor -d v` command to calibrate
* Change the zero point of the motor calibration coordinate to the middle point of the motor.
* Fix the coordinate display of the new motor command.
* fix typo
* Add configuration for audio
- New sub menu for audio in (mic)
- Add birate configuration
- double click on tabs name in log page will clear the logs
* Add configuration for audio
- New sub menu for audio in (mic)
- Add birate configuration
- double click on tabs name in log page will clear the logs
* New video settings
- Can configure bitrate and video format
* Add configuration for audio
- New sub menu for audio in (mic)
- Add birate configuration
- double click on tabs name in log page will clear the logs
* Add configuration for audio
- New sub menu for audio in (mic)
- Add birate configuration
- double click on tabs name in log page will clear the logs