| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit f6ba0e561bfb62991d70a4c002edf142d9d7540c.
|
| | |
| | |
| | |
| | | |
This reverts commit e44c4569c7f7ac4b0b1c8470f38f7f1d09dd00f8.
|
| | |
| | |
| | |
| | | |
This reverts commit 0e49df65fea13b15c5566f2ee44842feaeaaccd0.
|
| | |
| | |
| | |
| | | |
This reverts commit 19d7c450706df1aae74003fcfcfa03d17ebd6f54.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add required JS/CSS plugin files.
Add JS file to fire up the plugin.
Modify video tag accordingly.
|
| | |
| | |
| | |
| | |
| | | |
Returns all available qualties of a media with it's dimensions and
resolution label.
|
| | |
| | |
| | |
| | |
| | | |
Due to configurable resolution settings, this change is necessary to set the
default resolution and the others.
|
| | |
| | |
| | |
| | | |
Add {'webm': (640, 640)}
|
| | |
| | |
| | |
| | |
| | | |
_keep_best is changed to keep_best now, and is added in processing_cleanup.
webm is added to ACCEPTED_RESOLUTIONS.
|
| | |
| | |
| | |
| | |
| | |
| | | |
After `self.check_normal_upload`, query the database and
check whether the video got transcoded to all the required
resolutions.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Testing the arguments passed to celery.chord when
a video is submitted.
|
| | |
| | |
| | |
| | | |
Testing workflow method including its return data.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If None, then schedule the old Celery call, else the format
is group and a single task in the tuple. Hence, Celery chord would
be ideal to use.
Closes #4
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The instance owner can choose from the list of available resolutions.
['144p', '240p', '360p', '480p', '720p', '1080p']
Also, the default resolution is now set to 480p and the instance owner
can choose the default resolution from that list as well.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently, webm_video is still the higher priority in media_fetch_oder
as older versions should not be broken. So, webm_480p (main_task)
will be rendered by default for newer versions.
All tests pass at this point.
|
| | |
| | |
| | |
| | | |
Add mediagoblin.media_types.video.processing as a task module.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove redundunt workflow methods from the other media type's
processing.py.
Fixes #1
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Add a couple of complimentary_tasks to check if priority is
working or not.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Few minor changes which fix the errors. Although, the user
still cannot view the video since the front end part needs
to changed.
Fixes #3
|
| | |
| | |
| | |
| | |
| | |
| | | |
Error at this line:
`self.entry.set_file_metadata(self.curr_file, **file_metadata)`
Otherwise, celery part should work fine.
|
| | |
| | |
| | |
| | | |
Addition of arguments to the celery tasks.
|
| | |
| | |
| | |
| | |
| | | |
Few more changes to be made before executing the tasks.
Also #1 should be handled soon after this.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes older webm_video backward compatibilty issue.
Add 'default' queue to be used from now.
Add other necessary celery settings for priority.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
RabbitMQ addition in master
See merge request !1
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
A few trivial modifciations like replacing store_metadata,
etc needed to accomodate multiple qualities.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Add workflow method to all the media types other than video.
Calls the old celery task as it is.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit makes sure the old celery call works perfectly
when workflow method is introduced.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This method just raises NotImplementedError if the specific
media processing manager does not have a workflow method.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Move store_metadata to self.common_setup() so that it's easy
to parallelize self.transcode() later.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add dict consisting of all the accepted resolutions with
their dimensions. This should be eventually moved to config
where the instance owner can modify it.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 8c36ec5246828e3c99d956edd8524f3ade430571.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|