A crackling / loud click when starting a network radio stream

I have such a problem in CoreElec / Kodi as in the title when starting streaming radio stations I hear a rather loud click / crack? …I don’t know if it’s caused.
Maybe it’s the fault of the CE system / Kodi / my TV - hdmi / stream of radio stations / the .m3u file itself / plugin: PVR IPTV Simple Client and its settings?
I checked on two CE systems: 19.5-Matrix_rc3 (Stable) / Nightly and it’s the same. But strange because some stream does not have this error: Radio ESKA
example:

#EXTINF:-1 tvg-id="" tvg-name="" tvg-shift="" radio="true" tvg-logo="http://epg.ovh/logo/RADIO_PL_RMF.png" group-title="",RMF FM
http://195.150.20.7/rmf_fm
#EXTINF:-1 tvg-id="" tvg-name="" tvg-shift="" radio="true" tvg-logo="http://epg.ovh/logo/RADIO_PL_RMF.png" group-title="",Radio ESKA
http://radio.stream.smcdn.pl/icradio-p/2380-1.aac/playlist.m3u8
#EXTINF:-1 tvg-id="" tvg-name="" tvg-shift="" radio="true" tvg-logo="http://epg.ovh/logo/Radio.png" group-title="",RMF 2 Pop
http://195.150.20.7/rmf_2
#EXTINF:-1 tvg-id="" tvg-name="" tvg-shift="" radio="true" tvg-logo="http://epg.ovh/logo/Radio.png" group-title="",RMF 3 Pop-Rock

My Box : X96max+ / S905X3
video

SOLVED
After switching the default audioplayer to videoplayer the loud pops when starting audio network streams are gone:

~/.kodi/userdata/advancedsettings.xml:

<?xml version="1.0" encoding="utf-8"?>
<advancedsettings>
	<audio>
		<defaultplayer>VideoPlayer</defaultplayer>
	</audio>
</advancedsettings>

reboot system !

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.