Wowza Community

PushPublish Problem

Hello,

i have a problem with the PushPublish Addob. Everything is configured like it is explained in the readme but i still get the WARN server comment - ModulePushPublish.onAppStart: pushPublishStreamsFile is not specified in application properties.

The files are in the conf folder and the Properties are in the Application.xml

base

Base

com.wowza.wms.module.ModuleCore

properties

Properties

com.wowza.wms.module.ModuleProperties

logging

Client Logging

com.wowza.wms.module.ModuleClientLogging

flvplayback

FLVPlayback

com.wowza.wms.module.ModuleFLVPlayback

ModulePushPublish

Wowza PushPublishing Module

com.wowza.wms.plugin.pushpublish.module.ModulePushPublish

pushPublishProfilePath

${com.wowza.wms.context.VHostConfigHome}/conf/PushPublishProfiles.xml

pushPublishMapPath

${com.wowza.wms.context.VHostConfigHome}/conf/PushPublishMap.txt

pushPublishSDPStorageDir

${com.wowza.wms.context.VHostConfigHome}/applications/${com.wowza.wms.context.Application}/sdp

Does anybody know what could be the reason that he is not finding the files?

i’m using Wowza 3.6.2 and PushPublish 3.5

Hi, you can enable debugging for the PushPublish add on to make sure you have it set up correctly.

How to debug Push Publishing AddOn

What is the destination you are trying to push to?

Salvadore

Hi,

first i just trie to push a rtmp stream to another Wowza Server. But i guess the module is not loading the PushPublishMap.txt and xml file because the error appears where usually should be this three lines frome the debug site

09:33:09 INFO server comment - ModulePushPublish.loadProFile: loaded file (/PushPublishProfiles.xml):

09:33:09 INFO server comment - ModulePushPublish.loadMapFile: loaded config file (/PushPublishMap.txt): app: definst

09:33:09 INFO server comment - ModulePushPublish.loadMapFile: added stream (myStream): app: definst

This is the file content i just removed the entry ip. But i think the file is not loaded at all. The file is at [install-dir]/conf/PushPublishMap.txt like the xml file as well

Push Publishing Map file, format:

format:

[src-stream-name]={Profile:[profile], [additional-configuration-items]}

test={profile:“rtmp”, streamName:“test001”, host:“entryip”, application:“eurtmp”}

#myStream={profile:“mpegts”, streamName:“myStreamMPEGTS”, host:“239.1.1.1”, port:10000, rtpWrap:false}

#myStream={profile:“rtp”, streamName:“myStreamRTP”, host:“239.1.1.1”, videoPort:10002, audioPort:10004}

yes i restarted after all changes

Hi Salvadore, thanks for you help so far, i sent everything to support@wowza.com

Can you share the contents of the PushPublishMap.txt file?

and make sure this file is located at [install-dir]/conf/PushPublishMap.txt

Salvadore

Did you restart Wowza after setting this up?

Salvadore

If you want to post your log messages here, maybe we can figure it out.

Or, delete the current access log, then restart Wowza and zip up the /conf folder and the current access log and send to support@wowza.com. Include a link to this thread for reference.

Salvadore