collective / wildcard.media

13 stars 12 forks source link

no feedback given about transcoding progress #17

Open djay opened 10 years ago

djay commented 10 years ago

or even that transcoding has started and the video might not play properly until transcoding is complete. I'm pretty sure p.a.async has a call back api to get task status. Perhaps the player should be disabled until playback is complete or unless a mp4 was uploaded?

seanupton commented 10 years ago

@djay might be straightforward to port @vangheem's work on a similar browser view in collective.documentviewer for this: https://github.com/collective/collective.documentviewer/blob/master/collective/documentviewer/views.py#L841

Unless anyone has alternative ideas, I may attempt porting this AsyncMonitor view (plus transaction.get().note() after async jobs, and an IStatusMessage message set on save/convert) in a fork, and send a pull request in later this week.