Wowza Community

Modify playback protocols in Application.xml

Hello,

Is there any way to modify supported playback protocols for the application on “Application.xml” ?

Currently I can only do this in the streaming manager, see screenshot:

Thanks

Joarley

You can edit the Application.xml file, found in [wowza-install-dir]/conf. Add the supported protocols you want to support under Streams/LiveStreamPacketizers

For example:

<LiveStreamPacketizers>cupertinostreamingpacketizer,sanjosestreamingpacketizer</LiveStreamPacketizers>

Regards,

Salvadore

Sure thing, please let us know if you need any assitance in the future.

Regards,

Salvadore

Perfect. Thank you.