Hi Guys,
Can anyone tell me what does this error mean:
2014-07-08 11:44:00 CEST comment server ERROR 500 - invoke(onHTTPCupertinoEncryptionKeyLiveChunk): java.lang.reflect.InvocationTargetException|at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)|at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)|at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|at java.lang.reflect.Method.invoke(Method.java:483)|at com.wowza.wms.module.ModuleFunction.invoke(ModuleFunction.java:196)| - - - 100.898 - - - - - – - - - - - - - - - - - - - - - - - -
2014-07-08 11:58:12 CEST comment server ERROR 500 - invoke(onHTTPCupertinoEncryptionKeyLiveChunk): java.lang.reflect.InvocationTargetException|at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)|at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|at java.lang.reflect.Method.invoke(Method.java:483)|at com.wowza.wms.module.ModuleFunction.invoke(ModuleFunction.java:196)|at com.wowza.wms.module.ModuleFunctions.a(ModuleFunctions.java:463)| - - - 375.487 - - - - - - – - - - - - - - - - - - - - - - - -
I know that this might be caused by an error in my custom module but the log doesn’t say much in which part exactly so I am having trouble debugging it. This error appears as soon as the nDVR starts recording. I have implemented both IModuleOnHTTPCupertinoEncryption and IModuleOnHTTPSmoothStreamingPlayReady in my module. My question is when such an error like this normally occurs? I observed that it starts when the nDVR recording starts but what does onHTTPCupertinoEncryptionKeyLiveChunk got to do with nDVR if not only to get the encryption data. The live channel works perfect with encryption so I dont think it might have something to do with the implementation on onHTTPCupertinoEncryptionKeyLiveChunk.
Regards,