Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Adaptive bitrate streaming
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Adaptive_bitrate_streaming
http://dbpedia.org/ontology/abstract Smooth Streaming, Adaptive bitrate streamiSmooth Streaming, Adaptive bitrate streaming — це технологія адаптивної трансляції потокового відео по протоколу HTTP. Дана технологія є додатком IIS (Internet Information Services) від компанії Microsoft, який працює з відео плеєром «Silverlight». Smooth Streaming забезпечує високу якість перегляду з можливістю масового масштабування в мережі і розподілу трансльованого контенту, що дає справжню якість HD-1080p при трансляції відео через інтернет. Вперше технологію використовувала Microsoft для трансляції відео на літніх Олімпійських іграх 2008 року.ео на літніх Олімпійських іграх 2008 року. , Adaptive bitrate streaming is a technique Adaptive bitrate streaming is a technique used in streaming multimedia over computer networks. While in the past most video or audio streaming technologies utilized streaming protocols such as RTP with RTSP. Today's adaptive streaming technologies are almost exclusively based on HTTP and designed to work efficiently over large distributed HTTP networks such as the Internet. It works by detecting a user's bandwidth and CPU capacity in real time, adjusting the quality of the media stream accordingly. It requires the use of an encoder which encodes a single source media (video or audio) at multiple bit rates. The player client switches between streaming the different encodings depending on available resources. "The result: very little buffering, fast start time and a good experience for both high-end and low-end connections." More specifically, adaptive bitrate streaming is a method of video streaming over HTTP where the source content is encoded at multiple bit rates. Each of the different bit rate streams are segmented into small multi-second parts. The segment size can vary depending on the particular implementation, but they are typically between two and ten seconds. First, the client downloads a manifest file that describes the available stream segments and their respective bit rates. During stream start-up, the client usually requests the segments from the lowest bit rate stream. If the client finds that the network throughput is greater than the bit rate of the downloaded segment, then it will request a higher bit rate segment. Later, if the client finds that the network throughput has deteriorated, it will request a lower bit rate segment. An adaptive bitrate (ABR) algorithm in the client performs the key function of deciding which bit rate segments to download, based on the current state of the network. Several types of ABR algorithms are in commercial use: throughput-based algorithms use the throughput achieved in recent prior downloads for decision-making (e.g., throughput rule in dash.js), buffer-based algorithms use only the client's current buffer level (e.g., BOLA in dash.js), and hybrid algorithms combine both types of information (e.g., DYNAMIC in dash.js).of information (e.g., DYNAMIC in dash.js). , El streaming de tasa de bits adaptable DASEl streaming de tasa de bits adaptable DASH(Dynamic Adaptive Streaming over HTTP) es una técnica utilizada en el streaming multimedia sobre redes informáticas. Mientras que en el pasado la mayoría de las tecnologías de streaming de video utilizaban protocolos de streaming como RTP con RTSP, hoy en día las tecnologías de streaming adaptables se basan casi exclusivamente en HTTP​ y están diseñadas para trabajar eficientemente sobre grandes redes HTTP distribuidas como Internet. Funciona detectando el ancho de banda y la capacidad de la CPU de un usuario en tiempo real y ajustando la calidad de una transmisión de video en función de ello. Requiere el uso de un codificador que pueda codificar un video de una sola fuente a múltiples tasas de bits. El cliente del reproductor​ cambia entre el streaming de las diferentes codificaciones en función de los recursos disponibles.​ “El resultado: muy poco buffering, tiempo de inicio rápido y una buena experiencia tanto para conexiones de gama alta como de gama baja”. Más específicamente, y como las implementaciones en uso hoy en día lo son, el streaming de tasa de bits adaptable es un método de transmisión de video a través de HTTP en el que el contenido de la fuente se codifica a múltiples tasas de bits, entonces cada uno de los diferentes flujos de tasas se segmentan en pequeñas partes de varios segundos.​ El cliente del streaming es informado de los flujos disponibles a diferentes tasas de bits y de sus segmentos mediante un archivo manifiesto. Al iniciar, el cliente solicita los segmentos del flujo con la tasa de bits más baja. Si el cliente encuentra que la velocidad de descarga es mayor que la tasa de bits del segmento descargado, entonces solicitará los siguientes segmentos con tasas de bits más altos. Posteriormente, si el cliente encuentra que la velocidad de descarga de un segmento es inferior a la tasa de bits del segmento y, por lo tanto, el rendimiento de la red se ha deteriorado, solicitará un segmento de tasa de bits inferior. El tamaño del segmento puede variar dependiendo de la implementación específica, pero generalmente es de entre dos y diez segundos.​​almente es de entre dos y diez segundos.​​ , 自適性串流(英語:ABS, adaptive bitrate streaming),自適性串流(英語:ABS, adaptive bitrate streaming),是一種在電腦網路使用的一種技術串流技術。过去的流媒体技术多使用RTP/RTSP,但现在的技术则大多基于HTTP,并为更高效在大型分布式HTTP网络(例如互联网)分发而设计。 此技术根据实时检测的用户的带宽和CPU使用率,调整视频流的质量。这需要使用一种可以将单一视频源输出为的编码器。播放器客户端依赖可用资源在不同码率的流之间切换。"结果就是:更少缓存、更快的开始播放、为低端和高端链接都提供良好的体验。" 根据当前广泛使用的实现,更具体来说,自适应串流(ABS): * 使用HTTP传送视频流 * 使用多码率编码源内容 * 每个单码率的流被切成小的,几秒钟的小切片 流媒体客户端首先获取所有码率的切片索引信息。一开始,客户端先请求最低码率的串流。如果客户端判断下载速度比当前码率的切片串流快,它就去请求下一个更高码率的串流。随着播放的进行,如果客户端发现下载速度比当前码率的切片串流慢,转而请求下一个较低码率的串流。 切片大小和具体实现密切相关,不过一般都在2~10秒之间。每个切片由一个完整的GOP序列组成,一个GOP序列里面有1个或者多个I帧,GOP序列的第一个帧必须是I帧,并且每个切片都能单独的解码播放显示。个或者多个I帧,GOP序列的第一个帧必须是I帧,并且每个切片都能单独的解码播放显示。 , 적응 비트레이트 스트리밍(Adaptive bitrate streaming)은적응 비트레이트 스트리밍(Adaptive bitrate streaming)은 컴퓨터 네트워크를 경유하여 멀티미디어를 스트리밍하기 위해 사용되는 기술이다. 과거 대부분의 동영상, 오디오 스트리밍 기술들은 RTSP+RTP 등의 스트리밍 프로토콜을 이용하였으나 오늘날 적응 스트리밍 기술들은 거의 전적으로 HTTP에 기반을 두며 인터넷 등 대형 분산 HTTP 네트워크 상에서 효율적으로 동작하도록 설계되었다. 사용자의 대역폭과 CPU 사용률을 실시간으로 감지하고 이에 따라 미디어 스트림의 품질을 조정함으로써 동작한다. 여러 비트레이트로 단일 소스 미디어(동영상 또는 소리)를 인코딩할 수 있는 인코더의 사용이 필요하다. 플레이어 클라이언트는 이용 가능한 자원에 따라 각기 다른 인코딩을 스트리밍한다. 이로써 나타나는 결과로, 매우 적은 버퍼링, 빠른 시작 시간, 고속 연결과 저속 연결 모두에 양호한 경험을 제공한다. 더 구체적으로 말해 적응 비트레이트 스트리밍은 소스 콘텐츠가 여러 비트레이트로 인코딩되는, HTTP 경유 비디오 스트리밍 방식의 하나이다. 각기 다른 비트레이트 스트림은 개개가 초 단위의 여러 자그마한 부분으로 나뉜다. 세그먼트 크기는 특정 구현체에 따라 다양할 수 있으나 2초에서 10초 사이인 것이 일반적이다. 먼저, 클라이언트는 이용 가능한 스트림 세그먼트와 각각의 비트레이트를 기술해놓은 매니페스트 파일을 다운로드한다. 스트림 시작 중에 클라이언트는 보통 가장 낮은 비트레이트 스트림의 세그먼트를 요청한다. 네트워크 스루풋이 다운로드되는 세그먼트의 비트레이트보다 더 높다는 것을 클라이언트가 알아내면 더 높은 비트레이트 세그먼트를 요청한다. 나중에 클라이언트가 네트워크 스루풋의 약화를 인지하면 더 낮은 비트레이트 세그먼트를 요청한다. 클라이언트의 ABR 알고리즘은 네트워크의 현재 상태를 기반으로 어느 비트레이트 세그먼트를 다운로드할지를 결정하는 주된 기능을 수행한다. 여러 유형의 ABR 알고리즘들이 상용화되어 있다. 스루풋 기반 알고리즘들은 의사 결정을 위해 이전의 최근 다운로드에서 수행된 스루풋을 사용한다.(예: dash.js의 스루풋 규칙) 버퍼 기반 알고리즘은 클라이언트의 현재 버퍼 수준만을 사용한다. (예: dash.js의 BOLA) 하이브리드 알고리즘은 두 종류의 정보를 결합한다. (예: dash.js의 DYNAMIC)고리즘은 두 종류의 정보를 결합한다. (예: dash.js의 DYNAMIC)
http://dbpedia.org/ontology/thumbnail http://commons.wikimedia.org/wiki/Special:FilePath/Adaptive_streaming_overview_daseddon_2011_07_28.png?width=300 +
http://dbpedia.org/ontology/wikiPageExternalLink https://reference.dashif.org/dash.js + , https://web.archive.org/web/20100619225207/http:/pro.gigaom.com/2009/06/how-to-deliver-as-much-video-as-users-can-take/ + , http://pro.gigaom.com/2009/06/how-to-deliver-as-much-video-as-users-can-take/ + , http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm%3Fcsnumber=57623 +
http://dbpedia.org/ontology/wikiPageID 27959061
http://dbpedia.org/ontology/wikiPageLength 34602
http://dbpedia.org/ontology/wikiPageRevisionID 1120818982
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/MPEG_transport_stream + , http://dbpedia.org/resource/Hierarchical_modulation + , http://dbpedia.org/resource/Hypertext_Transfer_Protocol + , http://dbpedia.org/resource/Bit_rate + , http://dbpedia.org/resource/Real_Time_Messaging_Protocol + , http://dbpedia.org/resource/3GPP + , http://dbpedia.org/resource/Disney%E2%80%93ABC_Television_Group + , http://dbpedia.org/resource/Encode/Decode + , http://dbpedia.org/resource/Encoding + , http://dbpedia.org/resource/Apple_Computer + , http://dbpedia.org/resource/Web_cache + , http://dbpedia.org/resource/MPEG + , http://dbpedia.org/resource/Multiple_description_coding + , http://dbpedia.org/resource/DECE + , http://dbpedia.org/resource/Libdash + , http://dbpedia.org/resource/Disney + , http://dbpedia.org/resource/Digital_rights_management + , http://dbpedia.org/resource/Streaming_media + , http://dbpedia.org/resource/Artificial_neural_network + , http://dbpedia.org/resource/Macromedia + , http://dbpedia.org/resource/State-Action-Reward-State-Action + , http://dbpedia.org/resource/Category:Streaming_media_systems + , http://dbpedia.org/resource/Computer_network + , http://dbpedia.org/resource/Silverlight + , http://dbpedia.org/resource/Category:Internet_broadcasting + , http://dbpedia.org/resource/Windows_Phone_7 + , http://dbpedia.org/resource/Multimedia + , http://dbpedia.org/resource/Video_on_demand + , http://dbpedia.org/resource/Post-production + , http://dbpedia.org/resource/Adobe_Systems + , http://dbpedia.org/resource/Octoshape + , http://dbpedia.org/resource/20th_Century_Fox + , http://dbpedia.org/resource/Fairness_measure + , http://dbpedia.org/resource/HTTP_Live_Streaming + , http://dbpedia.org/resource/Q-learning + , http://dbpedia.org/resource/Edge_server + , http://dbpedia.org/resource/Video_scaler + , http://dbpedia.org/resource/Apple_Inc. + , http://dbpedia.org/resource/IOS + , http://dbpedia.org/resource/DASH-IF + , http://dbpedia.org/resource/File:Adaptive_streaming_overview_daseddon_2011_07_28.png + , http://dbpedia.org/resource/IETF + , http://dbpedia.org/resource/Digital_Deluxe + , http://dbpedia.org/resource/File:Adaptive_streaming_overview_bit_rates_2011_07_28.png + , http://dbpedia.org/resource/Microsoft_Smooth_Streaming_Protocol + , http://dbpedia.org/resource/Harman_Kardon + , http://dbpedia.org/resource/Toshiba + , http://dbpedia.org/resource/Muxed + , http://dbpedia.org/resource/Warner_Brothers + , http://dbpedia.org/resource/Nvidia_3D_Vision + , http://dbpedia.org/resource/Request_for_Comments + , http://dbpedia.org/resource/RTSP + , http://dbpedia.org/resource/Network_Address_Translation + , http://dbpedia.org/resource/DTS_%28sound_system%29 + , http://dbpedia.org/resource/Content_delivery_network + , http://dbpedia.org/resource/Microsoft + , http://dbpedia.org/resource/Phoenix_Technologies + , http://dbpedia.org/resource/Quality_of_experience + , http://dbpedia.org/resource/HTTP + , http://dbpedia.org/resource/QuickTime_X + , http://dbpedia.org/resource/ISO_base_media_file_format + , http://dbpedia.org/resource/Internet_Information_Services + , http://dbpedia.org/resource/Akamai_Technologies + , http://dbpedia.org/resource/Open_IPTV_Forum + , http://dbpedia.org/resource/Central_processing_unit + , http://dbpedia.org/resource/Uplynk + , http://dbpedia.org/resource/Real-time_Transport_Protocol + , http://dbpedia.org/resource/Data_buffer + , http://dbpedia.org/resource/Reinforcement_learning +
http://dbpedia.org/property/date "2010-06-19"^^xsd:date
http://dbpedia.org/property/url https://web.archive.org/web/20100619225207/http:/pro.gigaom.com/2009/06/how-to-deliver-as-much-video-as-users-can-take/ +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Advert_section + , http://dbpedia.org/resource/Template:Main_article + , http://dbpedia.org/resource/Template:Unreferenced_section + , http://dbpedia.org/resource/Template:Dubious + , http://dbpedia.org/resource/Template:Short_description + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Mono + , http://dbpedia.org/resource/Template:Webarchive + , http://dbpedia.org/resource/Template:IETF_RFC + , http://dbpedia.org/resource/Template:Citation_needed + , http://dbpedia.org/resource/Template:Use_dmy_dates +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Internet_broadcasting + , http://dbpedia.org/resource/Category:Streaming_media_systems +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Technique +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Adaptive_bitrate_streaming?oldid=1120818982&ns=0 +
http://xmlns.com/foaf/0.1/depiction http://commons.wikimedia.org/wiki/Special:FilePath/Adaptive_streaming_overview_bit_rates_2011_07_28.png + , http://commons.wikimedia.org/wiki/Special:FilePath/Adaptive_streaming_overview_daseddon_2011_07_28.png +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Adaptive_bitrate_streaming +
owl:sameAs http://rdf.freebase.com/ns/m.0ch3k3b + , http://www.wikidata.org/entity/Q4680723 + , http://es.dbpedia.org/resource/Streaming_de_tasa_de_bits_adaptable + , http://dbpedia.org/resource/Adaptive_bitrate_streaming + , http://ko.dbpedia.org/resource/%EC%A0%81%EC%9D%91_%EB%B9%84%ED%8A%B8%EB%A0%88%EC%9D%B4%ED%8A%B8_%EC%8A%A4%ED%8A%B8%EB%A6%AC%EB%B0%8D + , http://yago-knowledge.org/resource/Adaptive_bitrate_streaming + , http://zh.dbpedia.org/resource/%E8%87%AA%E9%81%A9%E6%80%A7%E4%B8%B2%E6%B5%81 + , http://uk.dbpedia.org/resource/Smooth_Streaming + , https://global.dbpedia.org/id/4LXso +
rdf:type http://dbpedia.org/class/yago/Artifact100021939 + , http://dbpedia.org/class/yago/PhysicalEntity100001930 + , http://dbpedia.org/class/yago/Network103820728 + , http://dbpedia.org/class/yago/ComputerNetwork103085333 + , http://dbpedia.org/class/yago/WikicatComputerNetworks + , http://dbpedia.org/class/yago/Object100002684 + , http://dbpedia.org/class/yago/System104377057 + , http://dbpedia.org/class/yago/Whole100003553 + , http://dbpedia.org/class/yago/Instrumentality103575240 + , http://dbpedia.org/ontology/TopicalConcept +
rdfs:comment El streaming de tasa de bits adaptable DASEl streaming de tasa de bits adaptable DASH(Dynamic Adaptive Streaming over HTTP) es una técnica utilizada en el streaming multimedia sobre redes informáticas. Mientras que en el pasado la mayoría de las tecnologías de streaming de video utilizaban protocolos de streaming como RTP con RTSP, hoy en día las tecnologías de streaming adaptables se basan casi exclusivamente en HTTP​ y están diseñadas para trabajar eficientemente sobre grandes redes HTTP distribuidas como Internet.des redes HTTP distribuidas como Internet. , Smooth Streaming, Adaptive bitrate streamiSmooth Streaming, Adaptive bitrate streaming — це технологія адаптивної трансляції потокового відео по протоколу HTTP. Дана технологія є додатком IIS (Internet Information Services) від компанії Microsoft, який працює з відео плеєром «Silverlight». Smooth Streaming забезпечує високу якість перегляду з можливістю масового масштабування в мережі і розподілу трансльованого контенту, що дає справжню якість HD-1080p при трансляції відео через інтернет. Вперше технологію використовувала Microsoft для трансляції відео на літніх Олімпійських іграх 2008 року.ео на літніх Олімпійських іграх 2008 року. , Adaptive bitrate streaming is a technique Adaptive bitrate streaming is a technique used in streaming multimedia over computer networks. While in the past most video or audio streaming technologies utilized streaming protocols such as RTP with RTSP. Today's adaptive streaming technologies are almost exclusively based on HTTP and designed to work efficiently over large distributed HTTP networks such as the Internet. It works by detecting a user's bandwidth and CPU capacity in real time, adjusting the quality of the media stream accordingly. It requires the use of an encoder which encodes a single source media (video or audio) at multiple bit rates. The player client switches between streaming the different encodings depending on available resources. "The result: very little buffering, fast start time and a good experience for both start time and a good experience for both , 自適性串流(英語:ABS, adaptive bitrate streaming),自適性串流(英語:ABS, adaptive bitrate streaming),是一種在電腦網路使用的一種技術串流技術。过去的流媒体技术多使用RTP/RTSP,但现在的技术则大多基于HTTP,并为更高效在大型分布式HTTP网络(例如互联网)分发而设计。 此技术根据实时检测的用户的带宽和CPU使用率,调整视频流的质量。这需要使用一种可以将单一视频源输出为的编码器。播放器客户端依赖可用资源在不同码率的流之间切换。"结果就是:更少缓存、更快的开始播放、为低端和高端链接都提供良好的体验。" 根据当前广泛使用的实现,更具体来说,自适应串流(ABS): * 使用HTTP传送视频流 * 使用多码率编码源内容 * 每个单码率的流被切成小的,几秒钟的小切片 流媒体客户端首先获取所有码率的切片索引信息。一开始,客户端先请求最低码率的串流。如果客户端判断下载速度比当前码率的切片串流快,它就去请求下一个更高码率的串流。随着播放的进行,如果客户端发现下载速度比当前码率的切片串流慢,转而请求下一个较低码率的串流。 切片大小和具体实现密切相关,不过一般都在2~10秒之间。每个切片由一个完整的GOP序列组成,一个GOP序列里面有1个或者多个I帧,GOP序列的第一个帧必须是I帧,并且每个切片都能单独的解码播放显示。个或者多个I帧,GOP序列的第一个帧必须是I帧,并且每个切片都能单独的解码播放显示。 , 적응 비트레이트 스트리밍(Adaptive bitrate streaming)은적응 비트레이트 스트리밍(Adaptive bitrate streaming)은 컴퓨터 네트워크를 경유하여 멀티미디어를 스트리밍하기 위해 사용되는 기술이다. 과거 대부분의 동영상, 오디오 스트리밍 기술들은 RTSP+RTP 등의 스트리밍 프로토콜을 이용하였으나 오늘날 적응 스트리밍 기술들은 거의 전적으로 HTTP에 기반을 두며 인터넷 등 대형 분산 HTTP 네트워크 상에서 효율적으로 동작하도록 설계되었다. 사용자의 대역폭과 CPU 사용률을 실시간으로 감지하고 이에 따라 미디어 스트림의 품질을 조정함으로써 동작한다. 여러 비트레이트로 단일 소스 미디어(동영상 또는 소리)를 인코딩할 수 있는 인코더의 사용이 필요하다. 플레이어 클라이언트는 이용 가능한 자원에 따라 각기 다른 인코딩을 스트리밍한다. 이로써 나타나는 결과로, 매우 적은 버퍼링, 빠른 시작 시간, 고속 연결과 저속 연결 모두에 양호한 경험을 제공한다., 빠른 시작 시간, 고속 연결과 저속 연결 모두에 양호한 경험을 제공한다.
rdfs:label Smooth Streaming , 自適性串流 , Streaming de tasa de bits adaptable , 적응 비트레이트 스트리밍 , Adaptive bitrate streaming
hide properties that link here 
http://dbpedia.org/resource/ABS + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/Smooth_Streaming + , http://dbpedia.org/resource/Microsoft_Smooth_Streaming_Protocol + , http://dbpedia.org/resource/Adaptive_bit_rate + , http://dbpedia.org/resource/Adaptive_Bit_Rate + , http://dbpedia.org/resource/HTTP_Dynamic_Streaming + , http://dbpedia.org/resource/Microsoft_Smooth_Streaming + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Smooth_Streaming + , http://dbpedia.org/resource/VC-1 + , http://dbpedia.org/resource/HTTP_Live_Streaming + , http://dbpedia.org/resource/Timeline_of_online_video + , http://dbpedia.org/resource/Internet_Explorer + , http://dbpedia.org/resource/Progressive_download + , http://dbpedia.org/resource/Now_%28Sky%29 + , http://dbpedia.org/resource/Wowza_Streaming_Engine + , http://dbpedia.org/resource/Variable_bitrate + , http://dbpedia.org/resource/Radio_Paradise + , http://dbpedia.org/resource/AWS_Elemental + , http://dbpedia.org/resource/Layered_coding + , http://dbpedia.org/resource/AV1 + , http://dbpedia.org/resource/Online_video_platform + , http://dbpedia.org/resource/Real_Time_Streaming_Protocol + , http://dbpedia.org/resource/Vimeo + , http://dbpedia.org/resource/Dynamic_Adaptive_Streaming_over_HTTP + , http://dbpedia.org/resource/Internet_Protocol_television + , http://dbpedia.org/resource/GeForce_Now + , http://dbpedia.org/resource/Digital_Rapids_Corporation + , http://dbpedia.org/resource/Saverio_Mascolo + , http://dbpedia.org/resource/Microsoft_Smooth_Streaming_Protocol + , http://dbpedia.org/resource/Adaptive_bit_rate + , http://dbpedia.org/resource/Adaptive_Bit_Rate + , http://dbpedia.org/resource/Zeri_%28disambiguation%29 + , http://dbpedia.org/resource/Internet_Explorer_version_history + , http://dbpedia.org/resource/Internet_Explorer_11 + , http://dbpedia.org/resource/Transition_%28computer_science%29 + , http://dbpedia.org/resource/Streaming_media + , http://dbpedia.org/resource/Comparison_of_streaming_media_software + , http://dbpedia.org/resource/ABS + , http://dbpedia.org/resource/HTTP_Dynamic_Streaming + , http://dbpedia.org/resource/Microsoft_Smooth_Streaming + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Adaptive_bitrate_streaming + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Adaptive_bitrate_streaming + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.