Playback issues

I’m using latest caspar 2.0.7 stable version in windows i5 computer with intel UHD graphic card,
using consumer and ivga as outputs,
there is no sync between audio and video, in ivga the audio is 2 seconds behind, in consumer about 15 frames.
tried different soundcard with no help,
tried PAL resolution and still no go.
files on computer via vlc or mediaplayer are playing fine.
I dont have any option for blackmagic cards.
Any solution?
Thanks

Can you post your casparcg.config?

couldn’t find a way to upload it here so here is a link
https://drive.google.com/open?id=1wFBZQh_sa7zNQjFj7iqr6qG5ejkwE9Ou

It’s as easy as pasting in the code and format it using the </> button:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<configuration>
  <paths>
    <media-path>C:\Users\EnergyServer\Videos\Videos\</media-path>
    <log-path>log\</log-path>
    <data-path>data\</data-path>
    <template-path>templates\</template-path>
    <thumbnails-path>thumbnails\</thumbnails-path>
  </paths>
  <pipeline-tokens>15</pipeline-tokens>
  <auto-transcode>false</auto-transcode>
  <channels>
    <channel>
      <video-mode>PAL</video-mode>
      <consumers>
        <newtek-ivga />
      </consumers>
    </channel>
  </channels>
  <controllers>
    <tcp>
      <port>5250</port>
      <protocol>AMCP</protocol>
    </tcp>
  </controllers>
</configuration>

When I (seldom) use NDI, my channel config block would look like that:

 <channel>
	<video-mode>PAL</video-mode>
	<consumers>
		<newtek-ivga> 
			<channel-layout>stereo</channel-layout> 
			<provide-sync>true</provide-sync> 
		</newtek-ivga>
	</consumers>
</channel>

And you need to install the iVGA to NDI updater, if you not already did so,