- Set up a database that collects the following information through a restful service (note not all the information may be posted at once. We need to be able to post partial info):
- Unique id - generated
- location id
- date time stamp - generated
- video length / size
- video file – collected and stored in S3 and linked here
- audio transcription file – collected and stored in S3 and linked here
- order id
- order text file – stored in S3 and linked here
- table of detected motion start and stop times relative to the start of the video
- Create a web portal
- With user login
- Ability to view all videos by selecting from a list
- Ability to search the list by location and time
- Ability to play, pause, scrub, delete
- Including audio playback
- Also showing the audio transcript as full text on the screen – not synced to the video)
- Order id shown on screen
- Order text – show text of the file on the screen in a different tab for instance
- No ability to download files at this time
- The ability to trigger a service for each
... Show more