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