- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
主题:Java Media Framework本地玩转摄像头
主题:Java Media Framework本地玩转摄像头 正文 ?? 发表时间:2010-08-04?? 最后修改:2010-08-10
猎头职位: 上海: 上海:天会皓闻诚聘资深Java架构师
相关文章: ?
JMF能否扩展支持除WAV外的格式
求求你们,千万别再说自己是REST了
Failed to realize: com.sun.media.PlaybackEngine@480457
推荐圈子: sip-communicator 更多相关推荐
1、简介The JavaTM Media Framework (JMF) is an application programming interface (API) for incorporating media data such as audio and video into Java applications and applets. It is specifically designed to take advantage of Java platform features.
这个框架是SUN公司出的,最新更新至2003年,用JMF来处理图像和音频设备并直接应用到JAVA应用程序中,虽然年代有点久远,但却还是可以用的。
?
The JMF 2.1.1 Reference Implementation supports SunVideo / SunVideoPlus capture devices on Solaris. On Windows, most capture devices?that have VFW drivers are supported. On Linux, devices that have a Video4Linux driver are expected to work, but not extensively tested. 今天小试了下,自己的laptop也有个摄像头,录制了一段视频到本地,第一次玩这个东西:)
?
2、模型
JMF的模型如下:
基本上是摄像头数据、文件数据、网络媒体流通过process输出到设备、文件或网络中。
?
Design Goals for JMF:
1、Be easy to program
2、Support capturing media data
3、Enable the development of media streaming and conferencing applications in Java
4、Enable advanced developers and technology providers to implement custom solutions based on the existing API and easily integrate new features with the existing framework
5、Provide access to raw media data
6、Enable the development of custom, downloadable demultiplexers, codecs, effects processors, multiplexers, and renderers (JMF plug-ins)
?
Design Goals for RTP:(RTP是JMF数据流在网络上的传输协议)
1、Enable the development of media streaming and conferencing applications in Java
2、Support media data reception and transmission using RTP and RTCP
3、Support custom packetizer and depacketizer plug-ins through the JMF 2.0 plug-in architecture.
4、Be easy to program
?
?3、媒体数据展现
?Streaming Media
?媒体流,可以存储为多种文件格式或通过HTTP,RTP等协议传输在网络上。
?
Media Presentation
Most time-based media is audio or video data that can be presented through output devices such as speakers and monitors. Such devices are the
most common d
文档评论(0)