You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another related question: In item_export view, is there an advantage to store and retrieve this information from the database over this kind of pattern:
media_file = self.get_media_path(extension) # to be defined
try:
serve(media_file)
except IOError:
# transcode and stream/serve media_file
MediaItemTranscoded does not seem to be used anymore (appart from appearing in admin view but apparently no new objects are created).
Has it been replaced by MediaItemTranscodingFlag ? The last one seems to be used in item-export view but is absent from admin view.
Should the 2 classes be merged together in order:
Note: Most of these should probably move to Timeside.
The text was updated successfully, but these errors were encountered: