I often encounter skipping issues when casting to a Yamaha WXC-50 through musicCast.
When it occurs, the current tracks stops playing, and the next one to two next tracks are skipped. It automatically plays the following track in queue without issue until it happens again.
When a track skips, it will always skips until I kill Symfonium and relaunch it:
if a track skips while playing, it will reskip at this exact same point if I play it again
if a track was completely skipped, trying to play it from 0 will fails and it will skips to the next track in queue
disconnecting the renderer and reconnecting doesn’t change a thing
I can play the tracks on local renderer. If I do that, reconnecting the renderer makes the skipped tracks playable. I haven’t tried with tracks that skips midway though.
This can happen immediately when starting casting, or after a random amount of time (between a few minutes and about one hour).
Killing Symfonium “reset” the states of the tracks. A track that didn’t played at all will be able to be played, and a track that skips before reaching its end will be playable in its integrality. The issue will occurs again but on another tracks.
Proxy, because lms doesn’t supports dlna / upnp, the music doesn’t starts.
I can’t enable “prefer offline version” due to the codec used (ogg to support gapless and due to huge amount of files I locally cache) which isn’t supported by the renderer.
I talk about musicCast because it is the Yamaha implementation of dlna, but you can s/musicCast/upnp :
2025-04-21 18:50:03.428 Verbose/UPnPRenderer: Starting UPnP play on Salon [9ab0c000-f668-11de-9976-00a0de869f45] MusicCast} (Yamaha Corporation/WXC-50/50): http://192.168.1.230:36799/71f891fe7605d28fb84d05cb997a4721/
By the way, you’re redacting the API key inside the logs but not everywhere, my key is in the log on line 664, 759, 761 and so on, you should fix this.
The log is very verbose. The track that skiped was trackNumber 7. Track number 8 wasn’t playable.Track number 9 was played.
From lines 22843, we can see playing track 7, then track 8 and immediately after track 9 (if I understand the output correctly).
This is unrelated, this is most probably due to the https cert of the server not recognized by the renderer, if you can try without https it will work.
musicCast is actually another solution from Yamaha barely related to upnp.
For the logs, since there’s gapless and Yamaha is well know to badly implement them, you probably first want to disable gapless.
From the logs the playback stops during playback so the renderer stops by itself despite the gapless, since I do not see an error in the proxy logs there’s no real way to know why the renderer does that, but it’s usually a network issue because it can’t read fast enough or something else.