Selection of correct package to work with new Kure

2019-09-07 13:59发布

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条回答
Deceive 欺骗
2楼-- · 2019-09-07 14:28

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

查看更多
登录 后发表回答