Wowza Community

Where to change a parameter flushInterval on origin or edge?

Hi,

I read the following tutorial:

How to achieve the lowest latency from capture to playback

Assume we have:

  1. Live origin let it be: o1

  2. LIve repeater edge: e1

Where do we have to change flushInterval for RTMP stream on ORIGIN (o1) or on EDGE (e1)?

<Property>
	<Name>flushInterval</Name>
	<Value>25</Value>
	<Type>Integer</Type>
</Property>
<Property>
	<Name>onFlushNotifyClients</Name>
	<Value>true</Value>
	<Type>Boolean</Type>
</Property>

Thanks, any ideas appreciated

You would add this property to the origin server Application.xml file.

Salvadore