Is there any way to configure a wowza application to packetize only specific streams?
In the Application.xml I have added the cupertinostreamingpacketizer to the LiveStreamPacketizers tag, but this way all streams are packetized and I get the error:
2014-08-12 16:31:58 comment server WARN 200 CupertinoPacketHandler.handleHolder[**stream name**]: Invalid audio codec for iPhone/iPod:SPEEX - - - - - -
I have tried the MediaStreamMap.removeLiveStreamPacketizer to remove the packetizer from the streams, but it continues to packetize the streams.
Configuration settings Code Snippets are welcome as well.
Thank you in advance!