iptv与ott (转自维基百科)

2024-02-06 15:32
文章标签 转自 iptv 维基百科 ott

本文主要是介绍iptv与ott (转自维基百科),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

       英语就是准确啊!红色部分是我自己的理解。


      OTT (Over the Top Technology) and IPTV (Internet Protocol Television) are two growing technology mediums(实际上就是两种机制) in the media(这个媒体指代媒体内容) distribution industry that are in place in the market(存在于市场中), yet not being used to their full capacity by advertisers or the critical mass.

   Both are systems(两种系统, 机制) through which television services(内容) are delivered using the Internet(都利用因特网), instead of the traditional terrestrial(传统落后的天线), satellite signal(传统落后的卫星信号) and cable television(传统落后的有线电视) formats. However there are several differences between the two, mainly that IPTV is delivered over a service provider’s own infrastructure(IPTV基于运营商自己的设施进行分发内容), while OTT comes over the public Internet(OTT基于公用的因特网进行分发内容).


   Over-the-top content (OTT) describes broadband delivery of video and audio without(在传输内容时候,OTT没有复杂的系统控制) a multiple system operator being involved in the control or distribution of the content itself. The provider may be aware of the contents of the IPpackets but is not responsible for, nor able to control, the viewing abilities, copyrights, and/or other redistribution of the content(你我他, 路人甲均可以作为内容提供者). This is in contrast to purchase or rental of video or audio content from an Internet provider, such aspay television video on demand or an IPTV video service(这点和IPTV的内容提供方式不同), like AT&T U-Verse. OTT in particular refers to content that arrives from a third party(他人, 别人, 第三方), such as NowTV,NetflixWhereverTVHuluEmagine or myTV, and is delivered to an end user device(广大用户设备), leaving the ISP responsible only for transporting IP packets(把传输过程交给Internet).


  Internet Protocol television IPTV is a system through which televisionservices are delivered using the Internet protocol suite over a packet-switched network such as the Internet(IPTV也利用因特网), instead of being delivered through traditionalterrestrialsatellite signal, and cable television formats(前面解释过, 此处不解释).

  IPTV services may be classified into three main groups:

  • live television, with or without interactivity related to the current TV show;(直播)
  • time-shifted television: catch-up TV (replays a TV show that was broadcast hours or days ago), start-over TV (replays the current TV show from its beginning);(时移)
  • video on demand (VOD): browse a catalog of videos, not related to TV programming.(点播)

  IPTV is distinguished from Internet television(IPTV和网络电视不同) by its on-going standardization process (e.g., European Telecommunications Standards Institute) and preferential deployment scenarios in subscriber-based telecommunications networks with high-speed access channels into end-user premises via set-top boxes(IPTV要用机顶盒) or other customer-premises equipment(或者其他的CPE。从上面的other可以看出, 机顶盒也是CPE的一种, 事实也正是如此).


     The main difference between OTT and IPTV is that though(表明后面的但是才是重点) both use internet, OTT streaming is delivered through open unmanaged internet(无限制的网), while IPTV use a dedicated, managed network(有限制的网)[1]

   OTT has been gaining widespread popularity over the past two years with relatively low cost service providers like Netflix, Hulu, myTV and many more, and provides more freedom, convenience and empowerment to users which gives a greater role for content providers to have a direct relationship with viewers(OTT是一个开放系统).


  OTT (Over the Top Technology) IPTV (Internet Protocol Television)
Content DeliveryUses open internet, unmanaged network "open ecosystem"Uses dedicated, managed network. "Walled Garden ecosystem"
Network TypeDelivered from the provider/content aggregator to the viewer using open networkClosed, proprietary network, accessed via a specific internet service provider
Network OwnershipWithout the need for intervening carriage negotiations, or infrastructure investmentsServices are optimized and customized to suit the network and end-device capability
Quality of Service (QOS)Not guaranteed, works under best effort conditionsEnables control over quality of delivery
ExamplesPopular Video on demand services like Sky Go,YouTube, Netflix, Amazon, Lovefilm, BBC iPlayer,Hulu, myTV etc.Service Example includes U-verse (AT&T), PrismTV (Century Link)
ProtocolDelivered using HTTP (TCP), a connected transport protocol. Emerging trends using adaptive streaming technologies like HLS (Apple), Smooth Streaming (Microsoft) and HDS (Adobe). Delivered content over UDP in combination with FEC (Octoshape)Traditional IPTV uses TS (transport stream) transmission technology. Delivers content over UDP in combination with FEC (Octoshape), connectionless protocol
Content CatalogWidely used for freemium and economical VOD delivery modelsUsed primarily for premium content and real time content delivery like broadcasting TV
Content TypePremium ContentPremium Content
Routing TopologyUnicast (Based on HTTP) or Simulated Multicast (UDP/TCP)Multicast, Unicast burst during channel change leading multicast join
CategoryComplementary ServiceParallel service catefory to Cable/Satellite
Major PlayersOVP (Kaltura, Brightcove, Ooyala), CDN Players (Akamai, L3, Limelight, Octoshape) and Content AggregatorsTSP and IPTV Platform vendors - Microsoft Mediaroom (Ericsson), Alu, Cisco
Key ChallengesLow quality, Non Premium Content No Live Broadcast, Unicast modelExpensive, Competition from Cable/ DTH industry, Bandwidth and Infrastructure
Key BenefitsLow cost, Flexibility of content consumption across devicesInteractive Service, Quality of Service and Quality of Experience

   总而言之, IPTV与OTT的in不同, System不同, out也不同, 看下面的图, 我就不多说了:



这篇关于iptv与ott (转自维基百科)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/684753

相关文章

【转自看雪】反编译apk+eclipse中动态调试smali

初涉移动端,请各位前辈多多指教! 本文参考http://www.kaifazhe.com/android_school/380973.html 在此,对作者表示感谢! 跟踪apk一般的做法是在反编译的smali代码中插入log输出,然后重新编译运行看输出日志,这种方法费时费力,如果能够动态调试就最好了。下面就给大家介绍apk+eclipse来调试smali。 前

Java/JSP中使用JDBC连接SQL Server 2005(转自 秋忆)

接触Java或者JSP,难免会使用到数据库SQL Server 2000/2005(我使用2005标准版[9.0.3054]测试),经过自己的搜索和研究,使用JDBC连接SQL Server成功,特此整理方法(使用Eclipse 3.2)如下。 准备工作 首先,操作系统中安装好SQL Server 2000/2005,如果系统中都装有2000和2005版,记得停用一个,只开一个

易信全免费: OTT与运营商合作之门开启

开篇先来一个广告:全国使用易信的手机用户,你们再也不用担心跟朋友聊天的流量费了。   上周五,由中国电信和网易合资成立的浙江翼信科技有限公司(以下简称“翼信公司”)宣布了一项“三网流量免费计划”——从11月8日起,无论你是中国电信还是中国移动、中国联通的用户,使用易信聊天所产生的流量费不再需要自己掏腰包了,这些费用将全部由翼信公司买单。   这一消息传出之后,立即引发了业界

群辉部署IPTV电视直播源

目录 1、复制命令 2、项目安装 (1)安装Container Manager套件 (2)搜索项目注册表 (3)创建容器 (4)自动更新脚本 3、使用 (1)获得m3u8链接 (2)KODI安装插件 (3)配置插件 (4)观看直播 看电视直播绕不开找直播源。数字电视时代,我们看到的电视直播都是流媒体技术的应用。通常使用rtsp、rtmp、mp4、m3u8等协议或格式

BS-浏览器和服务器结构(转自360百科)

B/S结构(Browser/Server,浏览器/服务器模式),是WEB兴起后的一种网络结构模式,WEB浏览器是客户端最主要的应用软件。这种模式统一了客户端,将系统功能实现的核心 部分集中到服务器上,简化了系统的开发、维护和使用。客户机上只要安装一个浏览器 (Browser),如Netscape Navigator或Internet Explorer,服务器安装Oracle、Sybase、In

2024酒店IPTV云桌面系统建设方案

Hello大家好,我是点量小芹,这一年多的时间一直在分享实时云渲染像素流相关的内容,今天和大家聊聊酒店IPTV云桌面电视系统解决方案,或者有的朋友也会称之为IPTV服务器。熟悉小芹的朋友知道,IPTV软件系统是我们一直在推的产品,从15年左右就开始做到现在已经有将近10年的时间了。这十年间国内的IPTV和OTT行业发生了很大变化,从最初的爱优腾并列到现在长视频、短视频、中视频,各类视频类的平台层出

模块[camera]_变焦与对焦(转自csdn)

 转自:http://blog.csdn.net/lizhiguo0532/article/details/6918849#comments 声明:此原创非彼原创,资料来源于网络,只是经过加工整理罢了。如果引用了你的资料并没有说明出处,敬请原谅!仅供学习参考。   一、变焦        通常指通过移动镜头内的透镜镜片位置来拉长或缩短焦距,也叫ZOOM。

《转自博客园》成为优秀Java程序员的10个要素

成为优秀Java程序员的10个要点 投递人 itwriter  发布于 2015-02-07 13:11  评论(0)  有569人阅读    原文链接   [收藏]    «  »  英文原文: 10 Steps to Become an Outstanding Java Developer   如果你是一个热衷于技术的 Java 程序员, 那么下面的 10 个要点可以

Python文件打包成EXE,转自https://blog.csdn.net/MrLevo520/article/details/51840217

安装pyinstaller 安装方法 方法一:使用pip install pyinstaller,也可以参考: python如何安装第三方包, 方法二:如果是下载github上的包之后手动安装,那么步骤是 打开cmd,切到pyinstaller解压包目录,我直接放在c盘目录下了,所以我的操作是 cd C:\pyinstaller-develop 安装pyinstaller,我的操作

Q-function Q函数 (维基百科)

如有翻译或者理解上的错误烦请指出 Q函数 定义和基本特性边界和近似逆Q函数Q函数的值高维度多一嘴 Marcum Q函数MARCUM Q函数高斯Q函数区别和联系 参考文献 Q函数与正态分布的累积分布函数相关,并且是误差函数的补函数,这使得Q函数在应用数学和物理学中非常重要。 在统计学中,Q函数是标准正态分布的尾部分布函数[1][2]。换句话说,Q(x)是一个正态(高斯)随