mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
Improved/Enhanced ISO Playback #65
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?
Originally created by @anthonylavado on GitHub (Dec 13, 2018).
In #104, it was noted that ISO Playback works, but you'll get this message:
https://github.com/jellyfin/jellyfin/issues/104#issuecomment-446747699
This issue is to review the reasons for this message, and to eventually enhance ISO playback to remove the need for that message (wherever possible).
@cvium commented on GitHub (Jan 17, 2019):
Should Jellyfin even support this feature? The current implementation mounts the ISO, which is gross since it requires *nix and sudo.
Contents can be extracted with https://github.com/discutils/discutils. I don't know how ffmpeg streams the VIDEO_TS contents, but I think this is a better solution (if possible).
@EraYaN commented on GitHub (Jan 17, 2019):
We don't have to extract to the file system, we can just write the correct ts files, to stdin for ffmpeg.
@jellyfin-bot commented on GitHub (Jul 29, 2019):
We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.