Wowza Community

Push publishing Akamai audio-only help

Hello, I want to ask you for an example to push an audio-only stream to Akamai, because right now I couldn’t achieve that.

I’m getting this error:

PushPublishHTTPCupertinoAkamaiHandler.createOutputItem(live/_definst_/53uaj3_source->53uaj3_source) : java.lang.IndexOutOfBoundsException: Index: 0, Size: 0|at java.util.LinkedList.checkElementIndex(Unknown Source)|at java.util.LinkedList.get(Unknown Source)|at com.wowza.wms.pushpublish.protocol.cupertino.PushPublishHTTPCupertino.createOutputItem(PushPublishHTTPCupertino.java:696)|at com.wowza.wms.pushpublish.model.PushPublishHTTPPusher$HTTPPoller.run(PushPublishHTTPPusher.java:216)|

Of course I set up CupertinoRenditions property to “audioonly”.

According to https://www.wowza.com/docs/how-to-stream-to-akamai, I don’t know what are the correct renditions (on transcoding template I have _source & _low) and the values for [Source Stream Name / Destionation Stream Name] I used _source/low/[bitrates] and it’s not working, also I don’t know if I missing something to get this working. I’m using the Flash broadcaster provided by Wowza.

Any ideas?

Thanks in advance!

Finally, I’ve solved this, it was missing configuration on wowza server, I set up the following property:

Path: /Root/Application/LiveStreamPacketizer

Name: cupertinoCreateAudioOnlyRendition

Type: Boolean

Value: True

Thanks.-