diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index ca7634e4..7e5b5fb4 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -183,6 +183,27 @@ /whip/* + + whep-serlvet + + org.glassfish.jersey.servlet.ServletContainer + + + jersey.config.server.provider.packages + io.antmedia.whep + + + jersey.config.server.provider.classnames + org.glassfish.jersey.media.multipart.MultiPartFeature + + + true + 1 + + + whep-serlvet + /whep/* + jersey-serlvet diff --git a/src/main/webapp/whep.html b/src/main/webapp/whep.html new file mode 100644 index 00000000..2f9f552e --- /dev/null +++ b/src/main/webapp/whep.html @@ -0,0 +1,231 @@ + + + + WHEP Player + + + + + + + + +
+
+
+

+ WebRTC Samples > WHEP Player +

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