2024-01-19, 02:29 PM
(This post was last modified: 2024-01-19, 02:30 PM by tmsrxzar. Edited 1 time in total.)
using ps aux will give you the entire command line so if ffmpeg was trying to process a stream you would see it, if it was stuck processing a file for thumbs you would see that too
knowing that the process is ffmpeg and it originates in /usr/bin/jellyfin is not so informative to know what it is actually doing
seems possible that it's still processing a stream in the background since erstatzTV is involved with the setup
quick note, ps aux may exceed the terminal buffer so you may need to output to a text file, ps aux > temp.txt
knowing that the process is ffmpeg and it originates in /usr/bin/jellyfin is not so informative to know what it is actually doing
seems possible that it's still processing a stream in the background since erstatzTV is involved with the setup
quick note, ps aux may exceed the terminal buffer so you may need to output to a text file, ps aux > temp.txt