I want to create a video playlist and have that playlist played on a loop on my webpage. I have been experimenting with NodeJS/React etc. trying to find a solution. I find it is even difficult to form the question so I am reaching out here in a longer format hoping I can get some help.
All I'm really looking for is a way to play a playlist mentioned above (mp4 video files, ect) on a loop and finally keeping that video playlist in sync between users.
I have looked things like react-player but I cannot tell if it will keep videos synchronized. Does anyone know?
Edit: I am going to keep researching and add notes here.
Possible Ideas
Use amazon s3 for rtp stream and then use some type of node video player to display rtp stream to webpage. would this not keep the video in sync for each user?