« Color Conversion Formulas | Main | George Cook's QT Resources Page »
April 15, 2005
QuickTime Latency Part 2
sLop: QuickTime Latency
Soooo.. Following the various instructions in my posting from March 21 QuickTime Latency, I am able to reduce the delay from encoder to server to client to near zero...!
Here are the configuration changes from the QuickTime/Darwin Streaming Server streamingserver.xml file:
From: <PREF NAME="reflector_buffer_size_sec" TYPE="UInt32" >10</PREF>
To:
<PREF NAME="reflector_buffer_size_sec" TYPE="UInt32" >0</PREF>
From: <PREF NAME="disable_overbuffering" TYPE="Bool16"
>false</PREF>
To: <PREF NAME="disable_overbuffering" TYPE="Bool16"
>true</PREF>
and
From: <PREF NAME="overbuffer_rate" TYPE="Float32"
>2.0</PREF>
To: <PREF NAME="overbuffer_rate" TYPE="Float32"
>1.0</PREF>
Posted by vanevery at 10:44 PM
Trackback Pings
TrackBack URL for this entry:
http://www.walking-productions.com/scgi-bin/mt/mt-tb.cgi/694