Best UX for displaying a continuously scrolling set of videos
I have a constantly updating (every few seconds) set of videos being uploaded by users and I need to display them continually updating. What is/are the best practices for showing a constantly refreshing set of videos?
There are some thoughts I have:
- Netflix style horizontal scrolling, but continuously moving left, so the user has time to review and stop the scrolling.
- Display a grid/gallery and change the thumbnails one by one, so the user has time to quickly scan to see if any are of interest
What other ideas would you recommend?