Replies: 1 comment
-
Hi @dbwelch Because the web page recording plugin is not merged, you receive a 404 error when calling the Rest API. I will discuss it with the team regarding the status of this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ubuntu@ip-xxxxxxxxxx:~$ wget https://github.com/ant-media/Plugins/blob/addWebPageDevelopmentPlugin/WebpageRecordingPlugin/build/webpage-recording-plugin.jar
--2023-05-03 22:54:16-- https://github.com/ant-media/Plugins/blob/addWebPageDevelopmentPlugin/WebpageRecordingPlugin/build/webpage-recording-plugin.jar
Resolving github.com (github.com)... 140.82.114.4
Connecting to github.com (github.com)|140.82.114.4|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘webpage-recording-plugin.jar’
webpage-recording-plugin.jar [ <=> ] 135.47K --.-KB/s in 0.004s
2023-05-03 22:54:16 (37.5 MB/s) - ‘webpage-recording-plugin.jar’ saved [138719]
ubuntu@ip-xxxxxxxxxx:
$ ls$ sudo cp webpage-recording-plugin.jar /usr/local/antmedia/pluginswebpage-recording-plugin.jar
ubuntu@ip-xxxxxxxxxx:
ubuntu@ip-xxxxxxxxxx:
$ sudo service antmedia restart$ curl -i -X POST -H "Accept: Application/json" -H "Content-Type: application/json" "http://localhost:5080/WebRTCAppEE/rest/webpage/record/start" -d '{"url": "http://example.com"}'ubuntu@ip-xxxxxxxxxx:
HTTP/1.1 404
Access-Control-Allow-Origin: *
Content-Type: text/html;charset=utf-8
Content-Language: en
Content-Length: 713
Date: Wed, 03 May 2023 22:56:46 GMT
<!doctype html><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style>
HTTP Status 404 – Not Found
Type Status Report
Message Not Found
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.82</ubuntu@ip-xxxxxxxxxx:~$
This is a newly created instance on AWS using the enterprise version, no changes made, nothing in logs indicating errors or installation of plugin.
Thank you!
David
Beta Was this translation helpful? Give feedback.
All reactions