Wowza Community

Live stream packetizer not found: cupertinostreamingpacketizer

I have a set of Wowza instances that have been working quite well for me. Live streaming, origin/edge, load balancing. This morning I was looking over the origin server logs and found a bunch of entries that I’d like some help understanding. I have a lot of lines like:

WARN server comment 2012-05-02 00:49:44 - - - - - 807852.323 - - - - - - - - CupertinoStreamerLiveRepeaterPlayer.play[liverecord/definst/1084423]: Live stream packetizer not found: cupertinostreamingpacketizer

That message sounds serious, but I know that the server seems to be working well, and the customer to whom stream 1084423 belongs is streaming successfully to Flash Player, iPad, and Android. So does anyone have any idea why I would be getting that message, and how to disable it?

The Application.xml for the liverecord application on the origin server (where I’m seeing the message) is below.

true

liverepeater-origin

${com.wowza.wms.context.VHostConfigHome}/content/archive

${com.wowza.wms.context.VHostConfigHome}/keys

smoothstreamingpacketizer,cupertinostreamingpacketizer,sanjosestreamingpacketizer

${SourceStreamName}.xml,transrate.xml

${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles

${com.wowza.wms.context.VHostConfigHome}/transcoder/templates

0

${com.wowza.wms.context.VHostConfigHome}/dvr

append

cupertinostreaming,smoothstreaming,sanjosestreaming

-1

*

*

*

*

none

none

senderreport

12000

75

90000

0

0.0.0.0

127.0.0.1

*

base

Base

com.wowza.wms.module.ModuleCore

properties

Properties

com.wowza.wms.module.ModuleProperties

logging

Client Logging

com.wowza.wms.module.ModuleClientLogging

Live event archive management

Live event archive management

com.clickstreamtv.LiveRecord

flvplayback

FLVPlayback

com.wowza.wms.module.ModuleFLVPlayback

format

Format to record autoarchive files in (flv=1, mp4=2)

2

verbosity

How verbose should logs be? 0 = errors, 1 = info, 2 = debug

2

redirectAppName

liverecord

redirectOnConnect

true

Boolean

Hi

I can see your error is not currently added to this list but you may find this list useful for other messages you might come across,

https://www.wowza.com/docs/how-to-troubleshoot-error-messages

This usually means that in the LivePacketizer settings in the Application.xml cupertinostreamingpacketizer is not defined so when attepting to play the stream it can’t.

It may happen when the source drops on the origin as the packetizer will stop…

Jason

Have you mixed configuration files from one version of Wowza with .jar files in the /lib folder from another version of Wowza? If so, I would re-install latest version of Wowza + latest patch, then remake all configuration with the new files.

Richard

Actually, this message is not a concern. The message was removed in build 1434.

In earlier builds in occurred when the repeater reconnects.

Richard

Actually, this message is not a concern. The message was removed in build 1434.

In earlier builds in occurred when the repeater reconnects.

Richard

Excellent, thanks.