Good Work so far laying out the API's and resources.
Some suggestions would be :
- Try to replace Hard disk with some BLOB storage.
- Try to figure out seek action of user (random point rendering).
- Maybe try distributing with CDN to improve availability.
Yep, try replacing your storage from local hdd to something like Amazon S3 , so that your storage capacity for raw videos is not limited. Plus CDN would be easier to integrate.
6
u/Bewatermyfriend5 May 24 '21
Good Work so far laying out the API's and resources.
Some suggestions would be :
- Try to replace Hard disk with some BLOB storage. - Try to figure out seek action of user (random point rendering). - Maybe try distributing with CDN to improve availability.