I recently upgraded my LibreELEC installation from 9.2.8 to 10.0.2 on my Raspberry PI 3B+.
The main usage in this installation is to stream media to this device through DLNA from a Synology Disk Station (VideoStation / AudioStation). The control of the playback is exclusively remotely (I either can use a web application on my computer or an app on my mobile phone to start / stop / pause / ... the media).
The migration seemed to work properly, but I noticed one new error:
After having restarted the raspi, everything is working properly. When I start a second video, I only get an error message from Kodi:
"Playback failed
One or more items failed to play. Check the log for more information about this message."
I checked the log and found following entries:
2022-05-26 22:26:59.863 T:729 INFO <general>: VideoPlayer::OpenFile: http://<SYNOSERVER>:<SYNOPORT>/webman/3rdparty/VideoStation/controller/ui/cgi/http://vtestreaming.cgi/eyJpZCI6InVwbn…jgxOCJ9Cg==.mp4
2022-05-26 22:26:59.967 T:18207 INFO <general>: Creating InputStream
2022-05-26 22:27:00.104 T:18207 ERROR <general>: CVideoPlayer::OpenInputStream - error opening [http://<SYNOSERVER>:<SYNOPORT>/webman/3rdparty/VideoStation/controller/ui/cgi/http://vtestreaming.cgi/eyJpZCI6InVwbn…jgxOCJ9Cg==.mp4]
2022-05-26 22:27:00.104 T:18207 INFO <general>: CVideoPlayer::OnExit()
2022-05-26 22:27:00.779 T:729 INFO <general>: CVideoPlayer::CloseFile()
2022-05-26 22:27:00.779 T:729 INFO <general>: VideoPlayer: waiting for threads to exit
2022-05-26 22:27:00.779 T:729 INFO <general>: VideoPlayer: finished waiting
I also tried to call the URL from the log from another browser and this was working fine.