From c97f24f7edf40d5f2900e7f7e8d93abace7d8538 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Sat, 18 Apr 2020 20:09:15 +0200 Subject: [PATCH] openvidu-server: 404.html --- .../main/resources/templates/error/404.html | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 openvidu-server/src/main/resources/templates/error/404.html diff --git a/openvidu-server/src/main/resources/templates/error/404.html b/openvidu-server/src/main/resources/templates/error/404.html new file mode 100644 index 000000000..3fedefbe0 --- /dev/null +++ b/openvidu-server/src/main/resources/templates/error/404.html @@ -0,0 +1,50 @@ + + + +

+ ERROR: unknown URL + + + +

+

+ OpenVidu Server does not have path + + + + mapped +

+

+ If you are seeing this message as a result of COMPOSED recording, the + problem is most likely an issue with the recording URL.
+ Current recording URL is
The + recording service cannot access the recording layout through this URL.
+ Use OpenVidu configuration property OPENVIDU_RECORDING_COMPOSED_URL + to provide a valid URL for the recording service to connect to. +

+ + + + + + + \ No newline at end of file