Hi guys,
I just upgraded to new August 2021 Kodi 19.1 update on my Vero 4k. First of all compliments! The upgrade ran flawlessly and right after I skipped through some movies and music - all running without any issue - I was amazed that even UHD now runs without stutter / buffering and skipping to next chapter takes no time - even with 100 MBit Ethernet - wow!
However, after flipping through some stuff playback immediately stopped. Any attempt to play another movie or music failed. It showed buffering circle - that’s it. I restarted Vero, however, the issue remains - well sometimes it starts a video, after some seconds starts to stutter heavily, then hangs completely. I see high CPU load in this moment (Kodi 300%). I enabled debug logs, then tried to play another movie to record the issue. Within the logs it shows that it tries to connect to a reserved IP address: 255.2.0.0
2021-08-15 00:36:04.042 T:2581 INFO : Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY
2021-08-15 00:36:05.168 T:2581 INFO : Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
2021-08-15 00:36:07.044 T:2581 INFO : VideoPlayer::OpenFile: smb://synds/video/Movies/Lorem Ipsum.mkv
2021-08-15 00:36:07.050 T:2782 INFO : Creating InputStream
2021-08-15 00:36:07.395 T:2689 ERROR : DoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/d/d120becc.jpg
2021-08-15 00:36:12.057 T:2782 ERROR : SMBDirectory->GetDirectory: Unable to open directory : ‘smb://USERNAME:PASSWORD@255.2.0.0/video/Movies’
unix_err:‘6e’ error : ‘Connection timed out’
2021-08-15 00:36:12.057 T:2782 ERROR : GetDirectory - Error getting smb://synds/video/Movies/
2021-08-15 00:36:17.072 T:2782 ERROR : SMBDirectory->GetDirectory: Unable to open directory : ‘smb://USERNAME:PASSWORD@255.2.0.0/video/Movies’
unix_err:‘6e’ error : ‘Connection timed out’
2021-08-15 00:36:17.073 T:2782 ERROR : GetDirectory - Error getting smb://synds/video/Movies/
2021-08-15 00:36:22.082 T:2782 INFO : SMBFile->Open: Unable to open file : ‘smb://USERNAME:PASSWORD@255.2.0.0/video/Movies/Lorem Ipsum.mkv’
unix_err:‘6e’ error : ‘Connection timed out’
2021-08-15 00:36:22.083 T:2782 ERROR : CFileCache::Open - <smb://synds/video/Movies/Lorem Ipsum.mkv> failed to open
2021-08-15 00:36:22.083 T:2782 ERROR : CVideoPlayer::OpenInputStream - error opening [smb://synds/video/Movies/Lorem Ipsum.mkv]
2021-08-15 00:36:22.083 T:2782 INFO : CVideoPlayer::OnExit()
2021-08-15 00:36:22.124 T:2581 INFO : Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2021-08-15 00:36:22.133 T:2581 INFO : CVideoPlayer::CloseFile()
2021-08-15 00:36:22.220 T:2581 INFO : VideoPlayer: waiting for threads to exit
2021-08-15 00:36:22.220 T:2581 INFO : VideoPlayer: finished waiting
I logged in to vero 4k via ssh and pinged “synds” - it’s working, DNS is resolving to the correct IP address.
Any ideas why in the log above synds is resolved to a reserved IP address?
Thanks for your help!