Registry / networking / kurento-client

kurento-client

JSON →
library7.3.0javamavenunverified

Allows server applications to control media server resources.

<dependency> <groupId>org.kurento</groupId> <artifactId>kurento-client</artifactId> <version>7.3.0</version> </dependency>
INSTALL
IMPORT
SIG · KURENTO-CLIENT
K
kurento-client
networkingjavav7.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KurentoClient
org.kurento.client.KurentoClient

Connects to a Kurento Media Server and prints a confirmation.

import org.kurento.client.KurentoClient; public class Example { public static void main(String[] args) { KurentoClient client = KurentoClient.create("ws://localhost:8888/kurento"); System.out.println("Connected to Kurento Media Server"); client.close(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kurento-client — mvn dependency:get kurento-client · libregistry