Wowza Community

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

I am compiling the test jar for the latest webrtc preview, using the HTTPWebRTCExchangeSessionInfo.java file.

When using the files from the /lib folder as global libraries I am getting this message,

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

in reference to “WebRTCCommandRequest” from

WebRTCCommandRequest commandRequest = null;

I do have wms-webrtc.jar added as library, but not sure if this is the correct .jar I need

Any help or pointers would be great.

Thanks

Art

Hello,

To confirm you are using Wowza Streaming Engine 4.5.0.02 Build 19165 or later? Are you only putting HTTPWebRTCExchangeSessionInfo in your jar and saved the entry just before the last HTTPProvider entry with hostport 443 in VHost.xml?

Can I see a screenshot of where you see this?

Is the package import you are looking for:

import com.wowza.wms.wbrtc.model.*;

Regards,

JasonT