openvidu-ipcameras: add start-class property to pom.xml
This commit is contained in:
parent
01eb95591c
commit
1b96ef490c
@ -19,6 +19,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<start-class>io.openvidu.ipcameras.App</start-class>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
@ -29,7 +29,9 @@ import org.slf4j.LoggerFactory;
|
||||
/**
|
||||
* Simple HTTP client able to send REST API requests to insecure servers
|
||||
* (self-signed certificates are accepted). It only implements a single method
|
||||
* to publish an IP camera to an OpenVidu Server session
|
||||
* to publish an IP camera to an OpenVidu Server session. This is only necessary
|
||||
* because openvidu-java-client SDK does not implement the publish method for IP
|
||||
* cameras yet
|
||||
*
|
||||
* @author Pablo Fuente (pablofuenteperez@gmail.com)
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user