perf: 支持 mp4 录像文件上传和新增 video worker 类型

This commit is contained in:
Eric
2023-04-27 19:31:58 +08:00
parent 127f6730f6
commit ee7f1f8f5e
4 changed files with 6 additions and 3 deletions

View File

@@ -186,6 +186,8 @@ class SessionReplayViewSet(AsyncApiMixin, viewsets.ViewSet):
tp = 'guacamole'
if url.endswith('.cast.gz'):
tp = 'asciicast'
if url.endswith('.replay.mp4'):
tp = 'mp4'
download_url = reverse('api-terminal:session-replay-download', kwargs={'pk': session.id})
data = {