TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The most annoying video player of all time

19 pointsby mooreds3 days ago

4 comments

tillcarlosabout 3 hours ago
Somewhat related: who is using MUX successfully?<p>We connected it with our Rails app (main reason was that we jse inertia-rails and React on the frontend).<p>With MUX you give it a URL to create videos. That doesn’t work with google drive, so we do some hacks in a background job and click download, then store it in activestorage. Then provide MUX with our url.<p>API and backend is good. Pricing also cheaper than S3 in most cases. We are not live yet, but it works reliably so far.
vunderbaabout 6 hours ago
From the article:<p><i>&gt; Your turn: can you think of a worse player UX?</i><p>Require the user to continually spin a vintage rotary controller from an old Arkanoid machine at a rotational speed in RPMs roughly matching the video&#x27;s frame rate in order to maintain smooth playback.
评论 #44019020 未加载
andirkabout 4 hours ago
When I have made custom video players, the key is to replicate all the expected behaviors (space bar pauses, etc) and then add bells n whistles from there. The &lt;video&gt; API is (I think) always the ultimate arbiter, so respect the user expecting it to be so.
Hard_Spaceabout 6 hours ago
Was expecting an article on RealPlayer.
评论 #44019189 未加载
评论 #44019136 未加载