8000 Delayed Video publishing, Live-transcoding · Issue #1465 · unacms/UNA · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Delayed Video publishing, Live-transcoding #1465
Closed
@andreyasko

Description

@andreyasko

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 and failed options to status field
  • If video/audio is attached, set status value to processing and call alert - {module} - deferred instead of {module} - added
  • As soon as transcoding is done (catch alert - {transcoder_object} - transcoded for 480p resolution) set status value to active or failed (if no more videos are pending processing for given content) and call alert about added content - {module} - added (if publish at field is in past, and status is active)
  • don't allow to change status field if it's processing or failed (or awaiting) in manage grid for regular user
  • don't change status during post editing
  • if post with failed status is edited, then change status to active (it's supposed that author deleted or did something with failed video)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0