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
Videos are uploaded to TUM-Live and then uploaded to the LRZ (From the same server that hosts TUM-Live and without any verification regarding the uploaded files)
I imagine either of these scenarios:
TUM-Live generates a token for VoD uploads when visiting the EditCourse page
The user posts the video directly to a worker, combined with a token
The worker notifies TUM-Live about the job
TUM-Live creates the lecture with the state pending, converting or similar
The Worker verifies the codec of the video file and (if needed) converts it and moves it to our ceph storage
The Worker uploads the video
The Worker notifies TUM-Live that the video is ready
Alternatively:
TUM-Live receives the video and drops it off somewhere in the ceph storage
TUM-Live creates the lecture with the state pending, converting or similar
The current state of the VoD upload is:
I imagine either of these scenarios:
pending
,converting
or similarAlternatively:
pending
,converting
or similarI'd like to have #369 merged first
The text was updated successfully, but these errors were encountered: