lyarenei / Medusic

An attempt to create a native iOS Jellyfin music client. Also a personal Swift/SwiftUI learning project I work on when I've got some free time (and motivation).
5 stars 0 forks source link

Sudden song playback reset #46

Open lyarenei opened 1 year ago

lyarenei commented 1 year ago

When streaming, the playback is briefly interrupted and then restarted from beginning. The playback progress is not reset, no errors in console are visible.

Might be just some player setting.

Currently happens very rarely.

lyarenei commented 1 year ago

Happens more frequently when streaming + transcoding. Might be something related to network handling.

lyarenei commented 4 months ago

This was reverted in 73b5cf6f89f1be860ed26e82a9857e88fd6df840 and this issue started happening again at random, but seemingly more often when on cellular data. Did not happen yet when playing offline.

Currently no steps to reproduce.

One theory could be an interrupted download, then retry logic simply starts downloading again, causing the player to reset.