2024-01-18, 04:33 PM
if anything is going to work ...
if jellyfin identifies .disc as a "media" file it will need to serve it while bypassing ffmpeg (and everything else it does); this may work using jellyfin for kodi in native playback instead of addon (native is usually a terrible idea for regular media though)
it *could be possible by putting the url into a .strm file, jellyfin will identify .strm files but also tries to scan them so you will get errors in the log
that url would have to be a network location that kodi can access; nfs:// or smb://
and if kodi will still recognize .disc as physical media when being served in such a manner; i have no idea on the requirements kodi has for this
if jellyfin identifies .disc as a "media" file it will need to serve it while bypassing ffmpeg (and everything else it does); this may work using jellyfin for kodi in native playback instead of addon (native is usually a terrible idea for regular media though)
it *could be possible by putting the url into a .strm file, jellyfin will identify .strm files but also tries to scan them so you will get errors in the log
that url would have to be a network location that kodi can access; nfs:// or smb://
and if kodi will still recognize .disc as physical media when being served in such a manner; i have no idea on the requirements kodi has for this