Swiftfin icon indicating copy to clipboard operation
Swiftfin copied to clipboard

tvOS - video sessions not reported as stopped

Open mueslimak3r opened this issue 3 years ago • 1 comments
trafficstars

Describe the bug

After video playback is stopped, the jellyfin dashboard continues to show the video as playing.

To reproduce:

  • start video playback and make sure the session shows up in the jellyfin dashboard
  • end playback by pressing "menu" on the apple tv remote
  • observe that the session remains in the jellyfin dashboard and continues to show playback advancing

Notes: I recently got an m1 macbook so I may dig into the code and see if I can track this one down

Application version

1.0.0 (74)

Where did you install the app from?

TestFlight

Device information

4th Gen Apple TV (A1625)

OS version

tvOS 15.3 (19K547)

Jellyfin server version

10.8-alpha5 (official docker image)

mueslimak3r avatar Mar 26 '22 21:03 mueslimak3r

Yeah, this happens because the object that should send the stop report gets killed before it can.

LePips avatar Mar 26 '22 21:03 LePips