I'm using kurento server v 5.1.0
to solve very simple scenario on my Java
(spring.mvc) web application. It should capture short video and save for latter use.
Could somebody point me what should be used as reference example for RecorderEndpoint
- either examples based on com.kurento.kmf.media.*
or org.kurento.client.*
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
If you just want to have some turorial examples, you should refer to this project:
Specifically, an example with recording functionality can be found in this file:
In addition,
org.kurento.client.*
containst the API, but also some basic unit tests. The one for the recorder is here