diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index ce42eb27..a2ef311d 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -182,6 +182,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..f5ecfd88 --- /dev/null +++ b/src/main/webapp/whep.html @@ -0,0 +1,191 @@ + + + + WHEP Player + + + + + + + + + + + + + WebRTC Samples > WHEP Player + + + + + + + + + + + + + + + + + Start Playing + Stop Playing + + + + + + + + + + + + + + \ No newline at end of file