akc42 / pi_record

ffmpeg and nodejs based audio recorder with web based interface to start and stop recordings and to show audio volume
GNU General Public License v3.0
1 stars 0 forks source link

README file is out of date #16

Open akc42 opened 4 years ago

akc42 commented 4 years ago

Readme file needs to be updated to reflect that fact that we now use NGINX as the static web server and only the api requests are passed through.

In addition, client id is now derived from ip address and not Date.now

In addition we can now log client events through /api/log