From 9600d4bc4a27ead2755bf3d6785d8c69dbb0cfe4 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 3 Feb 2019 14:01:42 -0500 Subject: [PATCH] Updated site so non-admin users can edit their own profiles. --- README.MD | 17 ++++++++++++++++- html/users.html | 33 +++++++++++++++++++++++++++++++-- img/404.jpg | Bin 0 -> 38060 bytes server.js | 24 ++++++++++++++++++++++-- user.js | 10 +++++++++- 5 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 img/404.jpg diff --git a/README.MD b/README.MD index 2daba11..945654e 100644 --- a/README.MD +++ b/README.MD @@ -21,5 +21,20 @@ npm install express --save npm install fs --save npm install express-session --save npm install whiskers --save +``` -``` \ No newline at end of file + +Codacs which don't work +H.265 +MPEG-2 Video AC-3 (ATSC A/52) + +Video but no audio +H.264 audio:AC-3 (ATSC A/52) +H.264 (Main Profile) AC-3 (ATSC A/52) + +Audio but no video: +H.265 (Main 10 Profile) MPEG-4 AAC + + +just work: +H.264 (High Profile), MPEG-4 AAC diff --git a/html/users.html b/html/users.html index 4aada34..5b7f822 100644 --- a/html/users.html +++ b/html/users.html @@ -8,7 +8,6 @@