wowza webrtc preview 4.5.0.03 samples, java: package ..plugin.webrtc.model not found -


i trying compile test jar latest wowza webrtc preview, using httpwebrtcexchangesessioninfo.java file webrtc_4.5.0.03_updates.zip

when using files supplied in /lib folder global libraries getting message,

java: package com.wowza.wms.plugin.webrtc.model not exist

in reference webrtccommandrequest from

webrtccommandrequest commandrequest = null; 

i have wms-webrtc.jar added library, not sure if correct .jar need.

searching https://github.com/wowzamediasystems , com.wowza.wms.plugin.webrtc yeailds no obvious results.

any or pointers great.

that jar file 1 contains package. sounds corrupted library or file permission issue. webrtc classes should built-into installed wowza libraries, , should not need download separately wowza github page.

  1. try installing fresh wowza install on test server, , update latest build.
  2. download webrtc.zip file wowza site again ensure have latest version of java file.
  3. compile java file against new version.

Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -