Selection of correct package to work with new Kure

2019-09-07 14:38发布

问题:

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.*

回答1:

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