# Custom Packetizer

**URL:** https://community.wowza.com/t/custom-packetizer/41153
**Category:** Wowza Streaming Engine
**Created:** [October 2, 2015, 2:56pm UTC](https://community.wowza.com/t/custom-packetizer/41153 "2015-10-02T14:56:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Chris\_Deely](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/chris_deely/32/977_2.png) [@Chris\_Deely](https://community.wowza.com/u/Chris_Deely)
#### Post date: [October 2, 2015, 2:56pm UTC](https://community.wowza.com/t/custom-packetizer/41153/1 "2015-10-02T14:56:33Z")

</div>

Is it possible to create a custom LiveStreamPacketizer? I know there are ways to interact with existing packetizers, but they are not giving me the level of control I’d like…

I know you can turn the built-in packetizers on and off using / but what is that list validated against?

Can I provide new packetizers in the same fashion as I add Modules in the Application.xml or elsewhere?

---

<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: [October 7, 2015, 11:39am UTC](https://community.wowza.com/t/custom-packetizer/41153/2 "2015-10-07T11:39:10Z")

</div>

Hello,

You can control the LiveStreamPacketizer properties directly from the LiveStreamPacketizers.xml file, which is packaged within the [wowza-install-dir]/lib/wms-server.jar file. The complete path is the following one: **[wowza-install-dir]\lib\wms-server.jar\com\wowza\wms\conf\LiveStreamPacketizers.xml**

You will need to extract **LiveStreamPacketizers.xml** and place it in the [wowza-install-dir]/conf/ folder. Don’t forget to restart your Wowza server so that the new configuration settings are taken into account

Zoran
