Wowza Community

Confusing Warning in PushPublishHTTPCupertino

Hi all,

I am working on a custom module using Wowza Push Publish HLS example (https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls). I am implementing this class to handle sending stream segments to a remote server.

It is working as intended but after sometime I beginning to get a strange warning. It does not appear to affect my custom module. However, I am concerned it will cause an error if left running too log.

WARN server comment 2017-02-06 15:00:10 - - - - - 22255.511 stream_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/definst/stream_10572->stream_10572) packetizer/pushpub chunkListId: 1/2273

WARN server comment 2017-02-06 15:00:20 - - - - - 22265.417 stream_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/definst/stream_10572->stream_10572) packetizer/pushpub chunkListId: 2/2274

WARN server comment 2017-02-06 15:00:30 - - - - - 22275.517 stream_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/definst/stream_10572->stream_10572) packetizer/pushpub chunkListId: 3/2275

WARN server comment 2017-02-06 15:00:40 - - - - - 22285.479 stream_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem(LiveChannels/definst/stream_10572->stream_10572) packetizer/pushpub chunkListId: 4/2276

WARN server comment 2017-02-06 15:36:10 - - - - - 24415.351 stream_14664 - - - - - - - PushPublishHTTPCupertinoFileHandler.createOutputItem( LiveChannels/definst/stream_10572->stream_10572) packetizer/pushpub chunkListId: 224/2496

As you can see there is a progression of log entries which count the packetizer/pushpub chunkListId comparison (I think).

stream_14664 and stream_10572 are both Incoming Streams in my Application and this custom module is pushing both HLS streams to a remote location. I am confused why they appear in the same log entry. Can anyone provide some insight into the nature of this log warning? I believe it originates in PushPublishHTTPCupertino, for which I do not have the source code.

Recently, at the suggestion of some developers, implemented threading for my custom upload methods. However, I am not an advanced Java developer & this warning has never appeared before I made this change.

Using WSE 4.5.0 for reference.

Thanks!

Hello Phillip,

I have researched this report by searching our Support Ticket archive, and see some tickets posted by you a month after this forum post, but I did not find one relating to this same subject matter.

Please let me know if you are still facing any issues relating to the subject of this ticket thread, and if you need a faster response be sure to open a support ticket here:

https://www.wowza.com/support/open-ticket

Regards,

Jason Hatchett
Wowza Support Engineer

I met the same problem, Does any one know these warning mean?