LE builds ffmpeg for Kodi "externally" i.e. we roll our own instead of allowing Kodi to build it. We do not explicitly enable "--enable-demuxer=dash" in the config as per the ffmpegdirect recipe, but we set "--enable-demuxers" which should be the superset of all demuxers. See https://github.com/LibreELEC/Libr…package.mk#L201
This is the list of demuxers from current LE (taken from the compile log): https://pastebin.com/raw/b0LuUrec
This is the list with "--enable-demuxer=dash" set: https://pastebin.com/raw/a9cQstDw
If you diff the output, they are identical.
nasawyer7 what hardware are you trying to use this on? .. and did you configure the Tidal add-on with "supports dash"?