im not able to load the module
server
loadModFunctions[red5prolive/definst]: Module class not found or could not be loaded. Check [install-dir]/conf/red5prolive/Application.xml to be sure all Modules/Module/Class paths are correct: name:moduleOnConnectAuthenticate class:com.wowza.wms.plugin.collection.module.ModuleOnConnectAuthenticate
x-duration: 21.007
i have putted the collection in the lib folder
Hi,
When using moduleOnConnectAuthenticate then firstly ensure that authentication is disabled in Source Security for the particular app, and add the user and password query parameters to the RTMP connection URL, e.g.
Server: rtmp://[wowza-ip]:1935/live?username&password
Stream: myStream
By default the module will authenticate using the credentials found in [install-path]/conf/connect.password. Please see this article for more details.
Paul
wms-plugin-collection.jar is in /usr/local/WowzaStreamingEngine-4.4.0/lib
i got this in my application file:
moduleOnConnectAuthenticate
moduleOnConnectAuthenticate
com.wowza.wms.plugin.collection.module.ModuleOnConnectAuthenticate
also tried
moduleOnConnectAuthenticate
moduleOnConnectAuthenticate
com.wowza.wms.plugin.collection.module.ModuleOnConnectAuthenticate2
ow it seems its not compatible with source security…
would be nice if someone can clearify how to properly use source auth, with the new version of wowza