[PR #10341] feat: Seeking/Fast forwarding transcoded videos played through DLNA #12442

Closed
opened 2026-02-07 06:55:58 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10341

State: closed
Merged: No


Changes
When playing transcoded video via DLNA, you cannot use byte-based seeking, but tell the playback device to use time-based seeking. The playback device carries the "TimeSeekRange.dlna.org" request header when seeking, fast forwarding, and rewinding. Based on this time information, the transcoding job is reconstructed.

Issues
Fixes jellyfin/jellyfin-plugin-dlna#27, jellyfin/jellyfin#7329
Inspired by #6360

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10341 **State:** closed **Merged:** No --- **Changes** When playing transcoded video via DLNA, you cannot use byte-based seeking, but tell the playback device to use time-based seeking. The playback device carries the "TimeSeekRange.dlna.org" request header when seeking, fast forwarding, and rewinding. Based on this time information, the transcoding job is reconstructed. **Issues** Fixes jellyfin/jellyfin-plugin-dlna#27, jellyfin/jellyfin#7329 Inspired by [#6360](https://github.com/jellyfin/jellyfin/issues/6360#issuecomment-1005633706)
OVERLORD added the pull-request label 2026-02-07 06:55:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12442