After upgrading to WowzaStreamingEngine-4.1.2 inside error log I can see the following error:
HTTPStreamerAdapterCupertinoStreamer.service : java.lang.NullPointerException|at com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.onPlaylist(HTTPStreamerAdapterCupertinoStreamer.java:2189)|at com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.serviceMsg(HTTPStreamerAdapterCupertinoStreamer.java:477)|at com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.service(HTTPStreamerAdapterCupertinoStreamer.java:432)|at com.wowza.wms.server.ServerHandler.a(ServerHandler.java:636)|at com.wowza.wms.server.ServerHandler.a(ServerHandler.java:375)|
It didn’t appeared on previous version. I’m guessing it indicates that no stream is available when I request a HLS stream, but is there any way to disable this to be logged because when a channel drops input stream and more then 1000 clients try it and reconnect to it it fills the logs with unnecessary info, I don’t want to disable all logging only this behavior and because it is logged as ERROR is in the top level of the logging and it appears on all logs.
Regards,