TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 BasilAwad大约 14 年前
I want to record people in browser from their webcam. Am I stuck with Flash?<p>Details are appreciated for hack solutions.

5 条评论

r3n2o大约 14 年前
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>
brunchstorm大约 14 年前
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 未加载
jus101大约 14 年前
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 未加载
zbanks大约 14 年前
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 未加载
realgt大约 14 年前
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