MG 2.1 Any way to restart a transcode process in XF Media Gallery 2.1

gotski

Active member
Hello, I do not know the reason but I have a queue of not converted videos for 3 days, is there a way to start the process and not lose the videos added by users?

for XF1 worked this: php video-transcode.php <transcode_queue_id>
 
Solution
This should work:
Code:
php src/addons/XFMG/Ffmpeg/transcoder.php <transcode_queue_id>


Running it via command line may even reveal the cause for it getting stuck as running it like that should display any errors.
This should work:
Code:
php src/addons/XFMG/Ffmpeg/transcoder.php <transcode_queue_id>


Running it via command line may even reveal the cause for it getting stuck as running it like that should display any errors.
 
Solution
Top Bottom