mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
ffprobe of strm files fails on playback #3659
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 @whiteowl3 on GitHub (Mar 10, 2022).
running
"/usr/lib/jellyfin-ffmpeg/ffprobe -i http://localhost:8080/ipfs/QmVZskJx8iFUhWKFCksQtaQeRCUqnCMgPdDuCvFbCwM15T\ -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"from the jellyfin container (lsio/nightly) returns the json response as expected, but the server can't seem to pull it off
@whiteowl3 commented on GitHub (Mar 10, 2022):
so after rigging the mediaencoder to dump the ffprobe process, it is clear that ffprobe actually is returning valid data, but the full json output is not retrieved: