Hello again, thanks for replying and sorry for not providing enough information.
Here is what I do with my autoexec.py
#!/usr/bin/python -u
# -*- coding: utf-8 -*-
import socket
import os
import time
import xbmc
import xbmcgui
# port and ip of client
# broadcast ip of local device, '' to listen on all devices
UDP_IP_ADDRESS = '192.168.0.255'
UDP_PORT_NO = 5050
path_video = '/storage/sample.mkv'
clientSock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
clientSock.settimeout(2.0)
clientSock.bind((UDP_IP_ADDRESS,UDP_PORT_NO))
print("listening on all network devices")
while True:
try:
data = clientSock.recv(1024)
print(data)
if (data.decode('utf-8') == "start"):
#os.system("kodi-send --action='PlayMedia(" + path_video + ")'")
xbmc.Player().play(path_video)
print("started")
except socket.timeout:
print("timeout, no data")
time.sleep(0.01)
Display More
I now tested it again with a different setup and router and it seems to work without a noticeable delay.
I use two earphones connected to the player and they both start playing immediately.
If I connect them through wifi they get a small delay, but that's explainable.
Also if I use different video files (different content, different size, but same audio track) they get a larger delay, depending on the size I think,
but it's still okay and barely audible.
Before it was up to 2000 ms for some players.
Maybe a router problem?
Maybe the display or libreelec changing resolution/refreshrate?
I also went through all the settings again and added the <video> tag to avoid detecting the fps automatically which I though could cause some delay before starting playback.
I also set the display latency to 0.
All settings are copied to advancedsettings.xml for a headless player setup.
Sadly not every setting is explained (Proper settings documentation would be nice for the new libreelec).
<advancedsettings>
<video>
<!-- don't try to detect framerate, just take video-framerate -->
<fpsdetect>0</fpsdetect>
<!-- set display latency (maybe some random value was set before?) -->
<latency>
<delay>0</delay>
</latency>
</video>
<accessibility>
<audiohearing>false</audiohearing>
<audiovisual>false</audiovisual>
<subhearing>false</subhearing>
</accessibility>
<addons>
<unknownsources>true</unknownsources>
</addons>
<!-- tvbox hardware settings -->
<amlogic>
<colorspace>true</colorspace>
<dipostprocessing>false</dipostprocessing>
<forcergb>false</forcergb>
<gpuclock>false</gpuclock>
<mutehdmiaudio>true</mutehdmiaudio>
</amlogic>
<audiocds>
<autoaction>0</autoaction>
<ejectonrip>true</ejectonrip>
<encoder>audioencoder.xbmc.builtin.wav</encoder>
<recordingpath></recordingpath>
<trackpathformat>%A/%A - %B/[%N. ][%A - ]%T</trackpathformat>
<usecddb>true</usecddb>
</audiocds>
<audiooutput>
<ac3passthrough>true</ac3passthrough>
<ac3transcode>false</ac3transcode>
<atempothreshold>2</atempothreshold>
<audiodevice>ALSA:default</audiodevice>
<boostcenter>0</boostcenter>
<channels>1</channels>
<config>3</config>
<dspaddonsenabled>false</dspaddonsenabled>
<dtshdpassthrough>false</dtshdpassthrough>
<dtspassthrough>false</dtspassthrough>
<eac3passthrough>false</eac3passthrough>
<guisoundmode>0</guisoundmode>
<maintainoriginalvolume>true</maintainoriginalvolume>
<mixlfe>0</mixlfe>
<passthrough>false</passthrough>
<passthroughdevice>ALSA:hdmi:CARD=AMLM8AUDIO,DEV=0</passthroughdevice>
<processquality>30</processquality>
<samplerate>48000</samplerate>
<stereoupmix>false</stereoupmix>
<streamnoise>true</streamnoise>
<streamsilence>1</streamsilence>
<truehdpassthrough>false</truehdpassthrough>
<volumesteps>20</volumesteps>
</audiooutput>
<bluray>
<playerregion>1</playerregion>
</bluray>
<cache>
<harddisk>256</harddisk>
</cache>
<cacheaudio>
<dvdrom>256</dvdrom>
<internet>256</internet>
<lan>256</lan>
</cacheaudio>
<cachedvd>
<dvdrom>2048</dvdrom>
<lan>2048</lan>
</cachedvd>
<cacheunknown>
<internet>4096</internet>
</cacheunknown>
<cachevideo>
<dvdrom>2048</dvdrom>
<internet>4096</internet>
<lan>2048</lan>
</cachevideo>
<debug>
<extralogging>true</extralogging>
<screenshotpath>/storage/screenshots/</screenshotpath>
<setextraloglevel>32768</setextraloglevel>
<showloginfo>false</showloginfo>
</debug>
<disc>
<playback>0</playback>
</disc>
<dvds>
<automenu>false</automenu>
<autorun>false</autorun>
<playerregion>0</playerregion>
</dvds>
<epg>
<daystodisplay>3</daystodisplay>
<epgupdate>120</epgupdate>
<hidenoinfoavailable>true</hidenoinfoavailable>
<ignoredbforclient>true</ignoredbforclient>
<preventupdateswhileplayingtv>true</preventupdateswhileplayingtv>
<selectaction>2</selectaction>
</epg>
<eventlog>
<enabled>true</enabled>
<enablednotifications>false</enablednotifications>
</eventlog>
<filelists>
<allowfiledeletion>false</allowfiledeletion>
<ignorethewhensorting>true</ignorethewhensorting>
<showaddsourcebuttons>true</showaddsourcebuttons>
<showextensions>true</showextensions>
<showhidden>false</showhidden>
<showparentdiritems>true</showparentdiritems>
</filelists>
<general>
<addonbrokenfilter>true</addonbrokenfilter>
<addonforeignfilter>false</addonforeignfilter>
<addonnotifications>false</addonnotifications>
<addonupdates>0</addonupdates>
<settinglevel>3</settinglevel>
<eventlog>
<level>0</level>
<showhigherlevels>true</showhigherlevels>
</eventlog>
<systemtotaluptime>578</systemtotaluptime>
</general>
<input>
<asknewcontrollers>true</asknewcontrollers>
<controllerpoweroff>false</controllerpoweroff>
<enablemouse>true</enablemouse>
<rumblenotify>false</rumblenotify>
</input>
<locale>
<audiolanguage>original</audiolanguage>
<charset>DEFAULT</charset>
<country>Central Europe</country>
<keyboardlayouts>German QWERTZ</keyboardlayouts>
<language>resource.language.en_gb</language>
<longdateformat>regional</longdateformat>
<shortdateformat>regional</shortdateformat>
<speedunit>regional</speedunit>
<subtitlelanguage>original</subtitlelanguage>
<temperatureunit>regional</temperatureunit>
<timeformat>regional</timeformat>
<timezone></timezone>
<timezonecountry></timezonecountry>
<use24hourclock>regional</use24hourclock>
</locale>
<lookandfeel>
<enablerssfeeds>false</enablerssfeeds>
<font>Default</font>
<rssedit></rssedit>
<skin>skin.noGui</skin>
<skincolors>SKINDEFAULT</skincolors>
<skintheme>SKINDEFAULT</skintheme>
<skinzoom>0</skinzoom>
<soundskin></soundskin>
<startupwindow>10000</startupwindow>
<stereostrength>5</stereostrength>
</lookandfeel>
<masterlock>
<maxretries>3</maxretries>
<startuplock>false</startuplock>
</masterlock>
<musicfiles>
<findremotethumbs>true</findremotethumbs>
<librarytrackformat></librarytrackformat>
<nowplayingtrackformat></nowplayingtrackformat>
<trackformat>[%N. ]%A - %T</trackformat>
<usetags>true</usetags>
</musicfiles>
<musiclibrary>
<albumsscraper>metadata.album.universal</albumsscraper>
<artistsscraper>metadata.artists.universal</artistsscraper>
<backgroundupdate>false</backgroundupdate>
<downloadinfo>false</downloadinfo>
<overridetags>false</overridetags>
<showallitems>true</showallitems>
<showcompilationartists>true</showcompilationartists>
<updateonstartup>false</updateonstartup>
</musiclibrary>
<musicplayer>
<autoplaynextitem>true</autoplaynextitem>
<crossfade>0</crossfade>
<crossfadealbumtracks>true</crossfadealbumtracks>
<queuebydefault>false</queuebydefault>
<replaygainnogainpreamp>89</replaygainnogainpreamp>
<replaygainpreamp>89</replaygainpreamp>
<replaygaintype>1</replaygaintype>
<seekdelay>750</seekdelay>
<seeksteps>-60,-30,-10,10,30,60</seeksteps>
<visualisation>visualization.spectrum</visualisation>
</musicplayer>
<mymusic>
<defaultlibview></defaultlibview>
<songthumbinvis>false</songthumbinvis>
<playlist>
<repeat>false</repeat>
<shuffle>false</shuffle>
</playlist>
<needsupdate>0</needsupdate>
</mymusic>
<myvideos>
<extractchapterthumbs>true</extractchapterthumbs>
<extractflags>true</extractflags>
<extractthumb>true</extractthumb>
<flatten>false</flatten>
<replacelabels>true</replacelabels>
<selectaction>1</selectaction>
<stackvideos>false</stackvideos>
<watchmodemovies>0</watchmodemovies>
<watchmodetvshows>0</watchmodetvshows>
<watchmodemusicvideos>0</watchmodemusicvideos>
<playlist>
<repeat>true</repeat>
<shuffle>false</shuffle>
</playlist>
<needsupdate>0</needsupdate>
</myvideos>
<network>
<bandwidth>0</bandwidth>
<httpproxypassword></httpproxypassword>
<httpproxyport>8080</httpproxyport>
<httpproxyserver></httpproxyserver>
<httpproxytype>0</httpproxytype>
<httpproxyusername></httpproxyusername>
<usehttpproxy>false</usehttpproxy>
</network>
<pictures>
<displayresolution>14</displayresolution>
<generatethumbs>true</generatethumbs>
<showvideos>true</showvideos>
<usetags>true</usetags>
</pictures>
<powermanagement>
<displaysoff>0</displaysoff>
<shutdownstate>1</shutdownstate>
<shutdowntime>0</shutdowntime>
<wakeonaccess>false</wakeonaccess>
</powermanagement>
<pvrmanager>
<backendchannelorder>true</backendchannelorder>
<hideconnectionlostwarning>false</hideconnectionlostwarning>
<syncchannelgroups>false</syncchannelgroups>
<usebackendchannelnumbers>false</usebackendchannelnumbers>
</pvrmanager>
<pvrmenu>
<closechannelosdonswitch>true</closechannelosdonswitch>
<displaychannelinfo>5</displaychannelinfo>
<iconpath></iconpath>
</pvrmenu>
<pvrparental>
<duration>300</duration>
<enabled>false</enabled>
<pin></pin>
</pvrparental>
<pvrplayback>
<channelentrytimeout>0</channelentrytimeout>
<confirmchannelswitch>false</confirmchannelswitch>
<enableradiords>true</enableradiords>
<fps>0</fps>
<playminimized>true</playminimized>
<scantime>10</scantime>
<signalquality>false</signalquality>
<startlast>0</startlast>
<trafficadvisory>false</trafficadvisory>
<trafficadvisoryvolume>10</trafficadvisoryvolume>
</pvrplayback>
<pvrpowermanagement>
<backendidletime>15</backendidletime>
<dailywakeup>false</dailywakeup>
<dailywakeuptime>00:00:00</dailywakeuptime>
<enabled>false</enabled>
<prewakeup>15</prewakeup>
<setwakeupcmd>/usr/bin/setwakeup.sh</setwakeupcmd>
</pvrpowermanagement>
<pvrrecord>
<defaultlifetime>99</defaultlifetime>
<defaultpriority>50</defaultpriority>
<grouprecordings>true</grouprecordings>
<instantrecordaction>0</instantrecordaction>
<instantrecordtime>120</instantrecordtime>
<marginend>0</marginend>
<marginstart>0</marginstart>
<preventduplicateepisodes>0</preventduplicateepisodes>
<timernotifications>true</timernotifications>
</pvrrecord>
<pvrtimers>
<hidedisabledtimers>false</hidedisabledtimers>
</pvrtimers>
<scrapers>
<moviesdefault>metadata.themoviedb.org</moviesdefault>
<musicvideosdefault>metadata.local</musicvideosdefault>
<tvshowsdefault>metadata.tvdb.com</tvshowsdefault>
</scrapers>
<screensaver>
<mode></mode>
<time>3</time>
<usedimonpause>true</usedimonpause>
<usemusicvisinstead>true</usemusicvisinstead>
</screensaver>
<services>
<airplay>false</airplay>
<airplaypassword></airplaypassword>
<airplayvideosupport>true</airplayvideosupport>
<airplayvolumecontrol>true</airplayvolumecontrol>
<devicename>KodiAir</devicename>
<!-- remote control port, what does it do? -->
<esallinterfaces>false</esallinterfaces>
<escontinuousdelay>25</escontinuousdelay>
<esenabled>false</esenabled>
<esinitialdelay>750</esinitialdelay>
<esmaxclients>20</esmaxclients>
<esport>9777</esport>
<esportrange>10</esportrange>
<upnpannounce>true</upnpannounce>
<upnpcontroller>false</upnpcontroller>
<upnplookforexternalsubtitles>false</upnplookforexternalsubtitles>
<upnprenderer>false</upnprenderer>
<upnpserver>false</upnpserver>
<useairplaypassword>false</useairplaypassword>
<webserver>true</webserver>
<webserverpassword></webserverpassword>
<webserverport>8080</webserverport>
<webserverusername>kodi</webserverusername>
<webskin>webinterface.default</webskin>
<zeroconf>false</zeroconf>
</services>
<slideshow>
<displayeffects>true</displayeffects>
<highqualitydownscaling>false</highqualitydownscaling>
<shuffle>false</shuffle>
<staytime>5</staytime>
</slideshow>
<smb>
<legacysecurity>false</legacysecurity>
<maxprotocol>0</maxprotocol>
<minprotocol>0</minprotocol>
<winsserver>0.0.0.0</winsserver>
<workgroup>WORKGROUP</workgroup>
</smb>
<subtitles>
<align>0</align>
<charset>DEFAULT</charset>
<color>1</color>
<custompath></custompath>
<downloadfirst>false</downloadfirst>
<font>arial.ttf</font>
<height>28</height>
<languages>English</languages>
<movie></movie>
<overrideassfonts>false</overrideassfonts>
<parsecaptions>false</parsecaptions>
<pauseonsearch>true</pauseonsearch>
<stereoscopicdepth>0</stereoscopicdepth>
<storagemode>0</storagemode>
<style>1</style>
<tv></tv>
</subtitles>
<system>
<playlistspath>special://profile/playlists/</playlistspath>
</system>
<videolibrary>
<actorthumbs>true</actorthumbs>
<backgroundupdate>false</backgroundupdate>
<flattentvshows>1</flattentvshows>
<groupmoviesets>false</groupmoviesets>
<groupsingleitemsets>false</groupsingleitemsets>
<showallitems>true</showallitems>
<showemptytvshows>false</showemptytvshows>
<showunwatchedplots>true</showunwatchedplots>
<tvshowsincludeallseasonsandspecials>0</tvshowsincludeallseasonsandspecials>
<tvshowsselectfirstunwatcheditem>0</tvshowsselectfirstunwatcheditem>
<updateonstartup>false</updateonstartup>
</videolibrary>
<videoplayer>
<adjustrefreshrate>2</adjustrefreshrate>
<autoplaynextitem>false</autoplaynextitem>
<errorinaspect>0</errorinaspect>
<hqscalers>20</hqscalers>
<preferdefaultflag>true</preferdefaultflag>
<prefervaapirender>true</prefervaapirender>
<quitstereomodeonstop>true</quitstereomodeonstop>
<rendermethod>0</rendermethod>
<seekdelay>750</seekdelay>
<seeksteps>-600,-300,-180,-60,-30,-10,10,30,60,180,300,600</seeksteps>
<stereoscopicplaybackmode>0</stereoscopicplaybackmode>
<stretch43>0</stretch43>
<teletextenabled>false</teletextenabled>
<teletextscale>true</teletextscale>
<useamcodec>true</useamcodec>
<useamcodech264>0</useamcodech264>
<useamcodecmpeg2>0</useamcodecmpeg2>
<useamcodecmpeg4>800</useamcodecmpeg4>
<usedxva2>true</usedxva2>
<usemediacodec>true</usemediacodec>
<usemediacodecsurface>true</usemediacodecsurface>
<useomx>true</useomx>
<useomxplayer>true</useomxplayer>
<usevaapi>true</usevaapi>
<usevaapimpeg2>true</usevaapimpeg2>
<usevaapimpeg4>true</usevaapimpeg4>
<usevaapivc1>true</usevaapivc1>
<usevdpau>true</usevdpau>
<usevdpaumixer>true</usevdpaumixer>
<usevdpaumpeg2>true</usevdpaumpeg2>
<usevdpaumpeg4>true</usevdpaumpeg4>
<usevdpauvc1>true</usevdpauvc1>
<usevtb>true</usevtb>
</videoplayer>
<videoscreen>
<blankdisplays>false</blankdisplays>
<cms3dlut></cms3dlut>
<cmsenabled>false</cmsenabled>
<cmsgamma>220</cmsgamma>
<cmsgammamode>0</cmsgammamode>
<cmslutsize>6</cmslutsize>
<cmsmode>0</cmsmode>
<cmsprimaries>0</cmsprimaries>
<cmswhitepoint>0</cmswhitepoint>
<delayrefreshchange>0</delayrefreshchange>
<displayprofile></displayprofile>
<dither>true</dither>
<ditherdepth>8</ditherdepth>
<fakefullscreen>true</fakefullscreen>
<limitedrange>false</limitedrange>
<monitor>Default</monitor>
<noofbuffers>3</noofbuffers>
<preferedstereoscopicmode>100</preferedstereoscopicmode>
<resolution>16</resolution>
<screen>0</screen>
<screenmode>DESKTOP</screenmode>
<stereoscopicmode>0</stereoscopicmode>
</videoscreen>
<weather>
<addon></addon>
<currentlocation>1</currentlocation>
</weather>
<window>
<height>480</height>
<width>720</width>
</window>
<viewstates>
<musicfiles>
<viewmode>720896</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</musicfiles>
<musiclastfm>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</musiclastfm>
<musicnavalbums>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</musicnavalbums>
<musicnavartists>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</musicnavartists>
<musicnavsongs>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</musicnavsongs>
<pictures>
<viewmode>720896</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</pictures>
<programs>
<viewmode>720896</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</programs>
<videofiles>
<viewmode>720896</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videofiles>
<videonavactors>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavactors>
<videonavepisodes>
<viewmode>720896</viewmode>
<sortmethod>23</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavepisodes>
<videonavgenres>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavgenres>
<videonavmusicvideos>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavmusicvideos>
<videonavseasons>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavseasons>
<videonavtitles>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavtitles>
<videonavtvshows>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavtvshows>
<videonavyears>
<viewmode>65536</viewmode>
<sortmethod>1</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videonavyears>
</viewstates>
<resolutions>
<resolution>
<description>1920x1080 @ 60.00 - Full Screen</description>
<subtitles>1042</subtitles>
<pixelratio>1.000000</pixelratio>
<overscan>
<left>0</left>
<top>0</top>
<right>1920</right>
<bottom>1080</bottom>
</overscan>
</resolution>
</resolutions>
<defaultvideosettings>
<interlacemethod>1</interlacemethod>
<scalingmethod>1</scalingmethod>
<noisereduction>0.000000</noisereduction>
<postprocess>false</postprocess>
<sharpness>0.000000</sharpness>
<viewmode>0</viewmode>
<zoomamount>1.000000</zoomamount>
<pixelratio>1.000000</pixelratio>
<verticalshift>0.000000</verticalshift>
<volumeamplification>0.000000</volumeamplification>
<outputtoallspeakers>false</outputtoallspeakers>
<showsubtitles>true</showsubtitles>
<brightness>50.000000</brightness>
<contrast>50.000000</contrast>
<gamma>20.000000</gamma>
<audiodelay>0.000000</audiodelay>
<subtitledelay>0.000000</subtitledelay>
<nonlinstretch>false</nonlinstretch>
<stereomode>0</stereomode>
</defaultvideosettings>
<defaultaudiosettings>
<masterstreamtype>7</masterstreamtype>
<masterstreamtypesel>7</masterstreamtypesel>
<masterstreambase>0</masterstreambase>
<masterprocess_0_0>0</masterprocess_0_0>
<masterprocess_0_1>0</masterprocess_0_1>
<masterprocess_0_2>0</masterprocess_0_2>
<masterprocess_0_3>0</masterprocess_0_3>
<masterprocess_0_4>0</masterprocess_0_4>
<masterprocess_0_5>0</masterprocess_0_5>
<masterprocess_0_6>0</masterprocess_0_6>
<masterprocess_0_7>0</masterprocess_0_7>
<masterprocess_0_8>0</masterprocess_0_8>
<masterprocess_0_9>0</masterprocess_0_9>
<masterprocess_0_10>0</masterprocess_0_10>
<masterprocess_1_0>0</masterprocess_1_0>
<masterprocess_1_1>0</masterprocess_1_1>
<masterprocess_1_2>0</masterprocess_1_2>
<masterprocess_1_3>0</masterprocess_1_3>
<masterprocess_1_4>0</masterprocess_1_4>
<masterprocess_1_5>0</masterprocess_1_5>
<masterprocess_1_6>0</masterprocess_1_6>
<masterprocess_1_7>0</masterprocess_1_7>
<masterprocess_1_8>0</masterprocess_1_8>
<masterprocess_1_9>0</masterprocess_1_9>
<masterprocess_1_10>0</masterprocess_1_10>
<masterprocess_2_0>0</masterprocess_2_0>
<masterprocess_2_1>0</masterprocess_2_1>
<masterprocess_2_2>0</masterprocess_2_2>
<masterprocess_2_3>0</masterprocess_2_3>
<masterprocess_2_4>0</masterprocess_2_4>
<masterprocess_2_5>0</masterprocess_2_5>
<masterprocess_2_6>0</masterprocess_2_6>
<masterprocess_2_7>0</masterprocess_2_7>
<masterprocess_2_8>0</masterprocess_2_8>
<masterprocess_2_9>0</masterprocess_2_9>
<masterprocess_2_10>0</masterprocess_2_10>
<masterprocess_3_0>0</masterprocess_3_0>
<masterprocess_3_1>0</masterprocess_3_1>
<masterprocess_3_2>0</masterprocess_3_2>
<masterprocess_3_3>0</masterprocess_3_3>
<masterprocess_3_4>0</masterprocess_3_4>
<masterprocess_3_5>0</masterprocess_3_5>
<masterprocess_3_6>0</masterprocess_3_6>
<masterprocess_3_7>0</masterprocess_3_7>
<masterprocess_3_8>0</masterprocess_3_8>
<masterprocess_3_9>0</masterprocess_3_9>
<masterprocess_3_10>0</masterprocess_3_10>
<masterprocess_4_0>0</masterprocess_4_0>
<masterprocess_4_1>0</masterprocess_4_1>
<masterprocess_4_2>0</masterprocess_4_2>
<masterprocess_4_3>0</masterprocess_4_3>
<masterprocess_4_4>0</masterprocess_4_4>
<masterprocess_4_5>0</masterprocess_4_5>
<masterprocess_4_6>0</masterprocess_4_6>
<masterprocess_4_7>0</masterprocess_4_7>
<masterprocess_4_8>0</masterprocess_4_8>
<masterprocess_4_9>0</masterprocess_4_9>
<masterprocess_4_10>0</masterprocess_4_10>
<masterprocess_5_0>0</masterprocess_5_0>
<masterprocess_5_1>0</masterprocess_5_1>
<masterprocess_5_2>0</masterprocess_5_2>
<masterprocess_5_3>0</masterprocess_5_3>
<masterprocess_5_4>0</masterprocess_5_4>
<masterprocess_5_5>0</masterprocess_5_5>
<masterprocess_5_6>0</masterprocess_5_6>
<masterprocess_5_7>0</masterprocess_5_7>
<masterprocess_5_8>0</masterprocess_5_8>
<masterprocess_5_9>0</masterprocess_5_9>
<masterprocess_5_10>0</masterprocess_5_10>
<masterprocess_6_0>0</masterprocess_6_0>
<masterprocess_6_1>0</masterprocess_6_1>
<masterprocess_6_2>0</masterprocess_6_2>
<masterprocess_6_3>0</masterprocess_6_3>
<masterprocess_6_4>0</masterprocess_6_4>
<masterprocess_6_5>0</masterprocess_6_5>
<masterprocess_6_6>0</masterprocess_6_6>
<masterprocess_6_7>0</masterprocess_6_7>
<masterprocess_6_8>0</masterprocess_6_8>
<masterprocess_6_9>0</masterprocess_6_9>
<masterprocess_6_10>0</masterprocess_6_10>
<masterprocess_7_0>0</masterprocess_7_0>
<masterprocess_7_1>0</masterprocess_7_1>
<masterprocess_7_2>0</masterprocess_7_2>
<masterprocess_7_3>0</masterprocess_7_3>
<masterprocess_7_4>0</masterprocess_7_4>
<masterprocess_7_5>0</masterprocess_7_5>
<masterprocess_7_6>0</masterprocess_7_6>
<masterprocess_7_7>0</masterprocess_7_7>
<masterprocess_7_8>0</masterprocess_7_8>
<masterprocess_7_9>0</masterprocess_7_9>
<masterprocess_7_10>0</masterprocess_7_10>
</defaultaudiosettings>
<audio>
<mute>false</mute>
<fvolumelevel>1.000000</fvolumelevel>
</audio>
</advancedsettings>
Display More