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.

Ask HN: Any alt. to recording video in a cross-browser way without using Flash?

3 pointsby BasilAwadabout 14 years ago
I want to record people in browser from their webcam. Am I stuck with Flash?<p>Details are appreciated for hack solutions.

5 comments

r3n2oabout 14 years ago
Mozilla Rainbow is not a crossbrowser solution, only work in firefox but worth a try <a href="http://mozillalabs.com/rainbow/" rel="nofollow">http://mozillalabs.com/rainbow/</a>
brunchstormabout 14 years ago
You could create an NPAPI plugin. That would be annoying for you and users. You could use flash. Or you could wait for the HTML5 Device Capture API (or whatever it becomes... <a href="http://www.w3.org/TR/html-media-capture/" rel="nofollow">http://www.w3.org/TR/html-media-capture/</a>). It doesn't look like it is happening anytime soon though.
评论 #2544524 未加载
jus101about 14 years ago
Not yet, but check <a href="http://www.whatwg.org/specs/web-apps/current-work/#video-conferencing-and-peer-to-peer-communication" rel="nofollow">http://www.whatwg.org/specs/web-apps/current-work/#video-con...</a>
评论 #2544692 未加载
zbanksabout 14 years ago
You might be able to do it with Java, but honestly that's even worse.<p>The hard part is that it is a security issue to record video from a webcam from a webpage. Flash lets you get around this.
评论 #2543328 未加载
realgtabout 14 years ago
we struggled with the same desire to _not_ use flash, but were ultimately forced to. That said, you can still stream back the recorded video to iOS devices or other html5 clients using wowza