2

私がやること:

1. リンクhttp://doc-kurento.readthedocs.org/en/stable/installation_guide.htmlを使用して、自分のマシンに Kurento メディア サーバーをインストールしました。

2.サーバーを起動した後、リンクhttps://www.kurento.org/docs/6.0.0/tutorials/js/tutorial-1-helloworld.htmlを使用して hello world サンプルを実行し ます。

3.その例ではうまく動作します。

私がしなければならないこと:

ケース1:

ここで、kurento で opencv サンプルを実行する必要があります

1.リンクから kms-opencv-plugin-sampleをダウンロードしましたhttps://github.com/Kurento/kms-opencv-plugin-sample

2.cmake -guiのフォルダーでcmakelistを実行すると、依存関係が要求されました

3.リンク https://github.com/Kurento/kms-coreからkms-coreをダウンロードしてインストールしました

4. kms-cmake-util https://github.com/Kurento/kms-cmake-utilsもダウンロードします

cmakeを使用してkms-opencv-plugin-sampleをビルドすると、次のエラーが表示されます

     Error calling code generator: 
     CMake Error at /usr/share/cmake-2.8/Modules/CodeGenerator.cmake:80 
          (message):
    Output error: Exception in thread "main"
   org.kurento.modulecreator.KurentoModuleCreatorException: Import 'core' with
   version ^5.0.0 not found in dependencies, found version: 6.4.0

at
          org.kurento.modulecreator.definition.ModuleDefinition.resolveImports(ModuleDefinition.java:372)

ケース 2:

1.コマンドを使用してビルドも試みました

    debuild -us -uc -d

コマンドプロンプトから

2.依存関係もインストールする

    kms-core-dev 
    kms-elements-dev
    kms-filters-dev    

3.エラーが表示される

   dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied;    aborting
   dpkg-buildpackage: warning: (Use -d flag to override.)
   debuild: fatal error at line 1364:
   dpkg-buildpackage -rfakeroot -D -us -uc failed

このエラーを解決するにはどうすればよいですか?

4

1 に答える 1