saharshbaiju/Segmented-Video-Transmission-Proctoring-System-Beta- — reverse-engineered prompt

Reverse engineered prompt

Build me a simple webcam proctoring setup for exams that runs across two laptops on the same network. I want a student app that records the webcam continuously in short video pieces and keeps saving them locally first, then uploads them to a proctor server. If the network drops or the server goes offline for a bit, nothing should be lost, the student app should keep queueing footage and retry until everything is received.

On the proctor laptop, make a server that accepts those uploads, stores them by exam and student ID, and keeps merging them into one final recording for each student. It should also finish the recording automatically if the student app disconnects or is stopped. I want an easy way to check status, see what sessions exist, and download the merged video file.

Please make it easy to run for local testing on one machine too, and easy to configure the server address, exam name, student name, shared token, and storage location. If needed, look up current docs online.

Want more depth? Deep Reverse