PI MusicBox with Raspberry 3 streaming Tune Inn and Internet Radio

I i’ve some (4-5 every hour) cut with streaming internet radio or Tune In with raspberry 3 and pi musicbox v0.7.0RC7, with pi raspberry 2 the cut are more less… (1-2 cut after 3-4 hours)
My connection is ok and I use RJ45 no wifi.
tis is my log:

2017-09-30 21:01:16,118 DEBUG [2463:MainThread] mopidy.audio.gst: Got buffering message: percent=7%
2017-09-30 21:01:16,120 DEBUG [2463:MainThread] mopidy.audio.gst: Got state-changed message: old=GST_STATE_PLAYING new=GST_STATE_PAUSED pending=GST_STATE_VOID_PENDING
2017-09-30 21:01:16,120 DEBUG [2463:MainThread] mopidy.audio.actor: Audio event: state_changed(old_state=playing, new_state=paused, target_state=playing)
2017-09-30 21:01:16,121 DEBUG [2463:MainThread] mopidy.audio.gst: Got async-done.
2017-09-30 21:01:16,121 DEBUG [2463:MainThread] mopidy.listener: Sending state_changed to AudioListener: {‘old_state’: u’playing’, ‘target_state’: u’playing’, ‘new_state’: u’paused’}
2017-09-30 21:01:24,742 DEBUG [2463:MainThread] mopidy.audio.gst: Got buffering message: percent=100%
2017-09-30 21:01:24,745 DEBUG [2463:MainThread] mopidy.audio.gst: Got state-changed message: old=GST_STATE_PAUSED new=GST_STATE_PLAYING pending=GST_STATE_VOID_PENDING
2017-09-30 21:01:24,746 DEBUG [2463:MainThread] mopidy.audio.actor: Audio event: state_changed(old_state=paused, new_state=playing, target_state=None)
2017-09-30 21:01:24,746 DEBUG [2463:MainThread] mopidy.listener: Sending state_changed to AudioListener: {‘old_state’: u’paused’, ‘target_state’: None, ‘new_state’: u’playing’}

it mean the problem are the buffer… it’s possible to increase ?
this is my mopidy.conf

[audio]

This is Mopidy’s audio volume. Other applications do not use this.

mixer_volume = 85
#audio/buffer_time = 1000

This sets the gstreamer buffer. It’s a bit tricky…

If you have problems with stuttering sound, try other values here, like:

output = alsasink buffer-time=300000 latency-time=20000
#output = alsasink buffer-time=200000 latency-time=10000
#output = alsasink

mixer = software

thank u

Piffi