|
|
@ -20,6 +20,9 @@ class Videos::DispatchCallbackService < ApplicationService
|
|
|
|
return if video.cover_url.present?
|
|
|
|
return if video.cover_url.present?
|
|
|
|
|
|
|
|
|
|
|
|
video.update!(cover_url: params['CoverUrl'])
|
|
|
|
video.update!(cover_url: params['CoverUrl'])
|
|
|
|
|
|
|
|
when 'TranscodeComplete' then # 转码完成
|
|
|
|
|
|
|
|
return if video.play_url.present?
|
|
|
|
|
|
|
|
video.update!(play_url: params['FileUrl'])
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
rescue => ex
|
|
|
|
rescue => ex
|
|
|
|