Wowza Community

Config push rtmp to CDN

Hi all,

I’m doing a testing (wowza 4.0) with rtmp live (only audio), and we would push this stream to our CDN L3.

We configure the live app for receiving the rtmp signal and work fine (proved with test player for adove rtmp)

But unfortunately, next step is not working. Did load the Module “Push Publish Module” (ok in Application.xml) and add the parameters in the PushPublishMap.txt file.

the first issue is when restarting wowza service to apply the conf. because leaves no traces about the Module.

Next, when a try to listen through the CDN never work.

PushPublishMap.txt

myStream={profile:“rtmp”, streamName:“xxxxxxx”,

host:“xxxxxxxxxxxxxxxxx”, application:“live”, debugLog:true, debugPackets:true}

Application.xml

ModulePushPublish ModulePushPublish com.wowza.wms.pushpublish.module.ModulePushPublish</Cl

ass>

Thanks in advance

Jorge

Hi Jorge,

To push to Level 3 CDN, the following account information is required:

User Name

Password

Host

Application

Here is a sample map entry:

myStream={profile:"rtmp", streamName:"myStream", host:"level3entry.com", application:"myaccount", userName:"myuser", password:"mypassword", originalTimecodeThreshold:0x100000}

Also, be sure to re-start Wowza after adding the Push Publish module.

I hope this helps.

Salvadore

Hi Salvadore, thanks for your help fast,

I have not need user and password, in fact, now I’m pushing the audio from Adobe Flash MLive Encoder (FMLE) to the CDN without user and pass.

The host tag is the url of my CDN, yes?, so is the same that I’m using now with AFMLE.

But, what about Application? I use “live” (the name), must be “myaccount”???

Thanks a lot Salvadore

Regards,

jorge

rapido