English 中文(简体)
“开放源码”媒体框架的意义是什么? [已关闭]
原标题:What s the significance of "open source" media frameworks? [closed]

这个问题似乎与 < a href=" "/help/on-topic" > > 特定编程问题、软件算法或程序员主要使用的软件工具 无关。如果你认为这个问题在上是议题, https://stackchange.com/sites>>another Stack Exchange网站 上, 您可以留下评论来解释问题在哪里可以回答。

Closed 8 years ago.

我正经历着开放源媒体框架(OSMF ) 。 我想知道为什么它被称为开放源码。 我通过闪光 IDE 创建的视频是不是免费的? 我不能不付钱出版吗? Youtube 上的视频是付费的吗? 还是我混淆了这里的东西?

最佳回答

开放源码媒体框架(OSMF)是一个开放的软件框架,用于在Adobe-Flash-平台的基础上建设强大、有特色的丰富视频播放器和应用软件。

  1. 通过使内容提供者能够关注用户经验而不是玩家管道,简化玩家发展过程,使内容提供者能够关注用户经验,而不是玩家管道。OSMF降低了玩家发展的复杂性,使开发者有更多的时间关注整个用户经验。OSMF的灵活结构使开发者能够方便地定制所有三种屏幕(桌面、移动和电视)的玩家,包括广告、报告和内容发送的插件以及播放控制、视频导航、缓冲和动态流等标准玩家特点。

  2. 简化第3个缔约方的发展,使生态系统伙伴能够侧重于提供最佳类服务,而不是整合玩家。OSMF简化了与第三方解决方案和服务的整合,允许开发商将Adobe Flash平台生态系统中合作伙伴的插件整合在一起。任何人都可以开发插件,与OSMF媒体角色整合,并允许定制功能和新功能,如广告或报告。插件可以编入基于OSMF的SWF或动态装入,允许插件供应商立即进行升级和版本。

Reference:
http://sourceforge.net/adobe/osmf/home/Home/

Download:
http://sourceforge.net/projects/osmf.adobe/files/latest/download

SVN:
http://sourceforge.net/adobe/osmf/svn/2081/tree/
http://svn.code.sf.net/adobe/osmf/svn/trunk

它是开放源码,如同促进自由再分配和获取最终产品设计和实施细节的哲学或务实方法一样;它是一种软件,其源代码已经公布并向公众提供,任何人都可以复制、修改和重新分配源代码,而无需支付使用费或费用。

问题回答

暂无回答




相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Sorting twodimensional Array in AS3

So, i have a two-dimensional Array of ID s and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array -...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

visible property of DisplayObject

For example I have a hierarchy of movie clips. mc1 is a child of mc, and mc2 is a child of mc1. Turns out that when I set mc1.visible = false; mc2.visible stays true. Is that supposed to happen?...

热门标签