ubd-frog / frog

A server and client solution to viewing and filtering large image and video collections
MIT License
49 stars 8 forks source link

Video compression gets stuck if requested too soon #132

Closed theiviaxx closed 8 years ago

theiviaxx commented 10 years ago

Requesting a video before it’s finished compressing shows that the video is in queue as expected, but somehow corrupts the process on the server. The video compression step never completes and the video will never show anything other than “in queue”. If the artist waits for a minute after submitting for the compressor to complete on its own before anyone requests the video, there is no problem. This workaround is fine for the submitter, but I can’t prevent someone else from requesting the recently submitted video until it’s compressed. I’d like to prevent the gallery from displaying the item at all until it’s ready.