Selection of correct package to work with new Kurento release

主宰稳场 提交于 2019-12-11 20:24:57

问题


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



来源:https://stackoverflow.com/questions/28461894/selection-of-correct-package-to-work-with-new-kurento-release

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!