mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8298] Added handling of streams of type "data" #11681
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8298
State: closed
Merged: Yes
Problem:
Streams with CodecType "data" (like "epg" streams in DVB recordings) get ignored. This results in wrong stream specifiers for all subsequential streams. See isue #8284.
Solution:
This fix correctly handles "data" streams by setting a newly defined MediaStreamType for such stream. At the moment "data"streams are not processed any further.