2024-03-28, 08:43 PM
(This post was last modified: 2024-03-28, 08:44 PM by TheDreadPirate.)
Now it looks like it is failing due to it needing to be transcoded and ffmpeg fails. And since this appears to be a RPi, that is pretty much not possible/viable. FYI, a surprising number of new devices no longer support decoding MPEG2.
If it was just a remux (only "ContainerNotSupported") your RPi would have no issues handling that.
Code:
TranscodeReason=ContainerNotSupported, VideoCodecNotSupported
If it was just a remux (only "ContainerNotSupported") your RPi would have no issues handling that.