Closed
Description
In current implementation when Video is uploaded it posts to timeline and everyone can see the card with unprocessed video. It can take up to an hour to process some videos, so this is unacceptable.
You can use different terminology in accordance with the current implementation of delayed posting, for example instead of processing
, awaiting
status can be used.
- add alert when transcoding is completed
- add
processing
andfailed
options tostatus
field - If video/audio is attached, set
status
value toprocessing
and call alert -{module} - deferred
instead of{module} - added
- As soon as transcoding is done (catch alert -
{transcoder_object} - transcoded
for 480p resolution) setstatus
value toactive
orfailed
(if no more videos are pending processing for given content) and call alert about added content -{module} - added
(ifpublish at
field is in past, andstatus
isactive
) - don't allow to change
status
field if it'sprocessing
orfailed
(orawaiting
) in manage grid for regular user - don't change status during post editing
- if post with
failed
status is edited, then change status toactive
(it's supposed that author deleted or did something with failed video)
Metadata
Metadata
Assignees
Labels
No labels