Closed (fixed)
Project:
Video
Version:
7.x-2.6
Component:
Video Transcoding
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2012 at 00:45 UTC
Updated:
16 Sep 2012 at 20:51 UTC
If the transcoding process fails because of memory limit or other issue, the video gets stuck in this status. This requires a database change to set the video back to pending in order to reprocess it.
Not sure the best way to self heal on these.
Perhaps after 4 hours automatically re-queue up the video by setting its status to Pending?
Comments
Comment #1
Jorrit commentedI am going to rethink the whole status part for the next release because there are more issues with it.
Comment #2
rurri commentedYeah good idea. But tough problem to solve, as at least as-is it is better than several conversions of the same video being attempted at once.
Comment #3
Jorrit commentedI think it is best to mark the video as failed after a number of hours, because requeueing is probably going to cause the error again.
Comment #4
Jorrit commentedI have added new settings and behavior to the Video module scheduling code. Please read the release notes for more information: http://drupal.org/node/1215918 . I hope this is sufficient.