# Limit stream packetizer to specific streams

**URL:** https://community.wowza.com/t/limit-stream-packetizer-to-specific-streams/42958
**Category:** Wowza Streaming Engine
**Created:** [August 12, 2014, 8:54am UTC](https://community.wowza.com/t/limit-stream-packetizer-to-specific-streams/42958 "2014-08-12T08:54:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Norbert\_Zakarias](https://avatars.discourse-cdn.com/v4/letter/n/c37758/32.png) [@Norbert\_Zakarias](https://community.wowza.com/u/Norbert_Zakarias)
#### Post date: [August 12, 2014, 8:54am UTC](https://community.wowza.com/t/limit-stream-packetizer-to-specific-streams/42958/1 "2014-08-12T08:54:45Z")

</div>

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:

```auto
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!

---

<div class="post-metadata">

### Author: ![Zoran](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/zoran/32/385_2.png) [@Zoran](https://community.wowza.com/u/Zoran)
#### Post date: [August 13, 2014, 12:20pm UTC](https://community.wowza.com/t/limit-stream-packetizer-to-specific-streams/42958/2 "2014-08-13T12:20:43Z")

</div>

Hi,

Did you try implementing the “PacketizerControl” module described in the [How to control which streams get packetized for HTTP streaming](https://www.wowza.com/docs/how-to-control-which-streams-get-packetized-for-http-streaming-modulepacketizercontrol%28ModulePacketizerControl%29) forum article?

Zoran

---

<div class="post-metadata">

### Author: ![Norbert\_Zakarias](https://avatars.discourse-cdn.com/v4/letter/n/c37758/32.png) [@Norbert\_Zakarias](https://community.wowza.com/u/Norbert_Zakarias)
#### Post date: [August 13, 2014, 5:45am UTC](https://community.wowza.com/t/limit-stream-packetizer-to-specific-streams/42958/3 "2014-08-13T05:45:12Z")

</div>

This post has helped: [https://www.wowza.com/forums/showthread.php?16838-Limiting-the-Cupertino-Streaming-Packetizer-to-a-selected-set-of-streams&highlight=setLiveStreamPacketizerList](https://www.wowza.com/forums/showthread.php?16838-Limiting-the-Cupertino-Streaming-Packetizer-to-a-selected-set-of-streams&highlight=setLiveStreamPacketizerList)

I was missing the IMediaStream.setLiveStreamPacketizer and IMediaStream.setLiveStreamPacketizerList methods.
