{"id":2344,"date":"2025-11-15T19:27:00","date_gmt":"2025-11-15T14:27:00","guid":{"rendered":"https:\/\/paknews.centers.pk\/how-to-optimize-ll-hls-and-ll-dash-for-sub-3-second-latency\/"},"modified":"2025-11-15T19:27:00","modified_gmt":"2025-11-15T14:27:00","slug":"how-to-optimize-ll-hls-and-ll-dash-for-sub-3-second-latency","status":"publish","type":"post","link":"https:\/\/paknews.centers.pk\/ur\/how-to-optimize-ll-hls-and-ll-dash-for-sub-3-second-latency\/","title":{"rendered":"How to optimize LL-HLS and LL-DASH for sub-3-second latency"},"content":{"rendered":"<p><br \/>\n<\/p>\n<div>\n<div class=\"article_single_featured_img\"><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/335801-GCore-new-top-image-Spotlight-ORG.png\" alt=\"Article Featured Image\"\/><\/div>\n<p><em>Above: 2.0s latency from OBS RTMP to LL-DASH<\/em><\/p>\n<h2>Delivering real-time streaming at scale<\/h2>\n<p>Live streaming is evolving, and audiences now expect near-instant playback. We\u2019re excited to introduce our low-latency live streaming solution, leveraging LL-HLS and LL-DASH to achieve a glass-to-glass delay of just <strong>2.0\u20133.0 seconds<\/strong>. Optimized for seamless delivery across industry-standard players such as <strong>hls.js<\/strong>, <strong>dash.js<\/strong>, and native <strong>Safari<\/strong> support, our CDN ensures a superior streaming experience:<\/p>\n<ul>\n<li style=\"text-align: left;\"><strong>LL-DASH latency:<\/strong> \u00b12.0 seconds\u00a0<\/li>\n<li style=\"text-align: left;\"><strong>LL-HLS latency:<\/strong> \u00b13.0 seconds\u00a0<\/li>\n<\/ul>\n<h2>The challenge: accelerating live video delivery<\/h2>\n<p><strong>LL-HLS and LL-DASH at sub-3-second latency<\/strong><\/p>\n<p>Supporting LL-HLS and LL-DASH at sub-3-second latency required overcoming several key challenges:<\/p>\n<ol>\n<li><strong>Scalable Request Handling<\/strong> \u2013 Traditional caching strategies for large files don\u2019t work with LL-HLS and LL-DASH due to frequent small file updates.<\/li>\n<li><strong>Performance Monitoring Evolutio<\/strong>n \u2013 File download speed is now defined by segment duration rather than size.<\/li>\n<li><strong>Granular Low-Latency Segment Handling<\/strong> \u2013 CDNs must efficiently manage chunked transfer encoding for smaller segment sizes.<\/li>\n<\/ol>\n<p>Here is an example of how delivery differs in terms of average request rate and average request time on the same number of viewers when switching from regular HLS to LL-HLS:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335802-9-ORG.png\" alt=\"Increased response_time and request_rate for 1 viewer when switching from regular HLS to LL-HLS\" width=\"602\" height=\"\"\/><\/p>\n<p><em>Above: Increased response_time\u00a0 and request_rate for 1 viewer when switching from regular HLS to LL-HLS<\/em><\/p>\n<p>Typical low-latency implementation involves two principles:<\/p>\n<ul>\n<li><strong>Full download from the origin, then distribution via chunked transfer.<\/strong> This means waiting for the full length of the DASH .mp4 segment (typically 10 seconds).<\/li>\n<li><strong>Disabled caching with partial download,<\/strong> where all requests are sent directly to the origin without caching.<\/li>\n<\/ul>\n<p>These traditional principles don\u2019t scale well over CDN and can\u2019t meet low-latency demands. New approaches were needed to reduce delay while maintaining stream stability.<\/p>\n<p>We previously achieved \u00b15-second latency, but reducing it further\u2014especially across players like hls.js and Safari\u2014was a major technical challenge. The goal was to achieve 2-second latency without compromising stability.<\/p>\n<p>Ultimately, a traditional and the new low-latency delivery scheme looked like this:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335803-1-ORG.png\" alt=\"Challenges of low latency LL-DASH and LL-HLS live streams delivery glass-to-glass\" width=\"602\" height=\"\"\/><\/p>\n<p><em>Above: Challenges of low latency LL-DASH and LL-HLS live streams delivery glass-to-glass<\/em><\/p>\n<h2>Versatility<\/h2>\n<p>The protocols <strong>LL-DASH<\/strong> and <strong>LL-HLS<\/strong> use very different delivery and playback schemes. The challenge was to make both protocols work simultaneously within a single delivery system.<\/p>\n<p>A few key points allowed us to synchronize the delivery of both:<\/p>\n<h3>LL-DASH<\/h3>\n<p>DASH (Dynamic Adaptive Streaming over HTTP) is a very flexible protocol, which is both its strength and its challenge. This flexibility requires developers to consider numerous nuances when segmenting content. Here are the most basic principles of <strong>MPEG-DASH<\/strong>:<\/p>\n<ul>\n<li>Single manifest.\u00a0<\/li>\n<li>Requests for chunks are made by timing.\u00a0<\/li>\n<li>Continuous download of chunks during their generation (i.e., the files don\u2019t yet exist in their final form)<\/li>\n<\/ul>\n<p>Low-latency streaming aims to play live content as close to the real-time boundary as possible. In <strong>LL-DASH<\/strong>, segments are transcoded and distributed simultaneously. The player doesn\u2019t need to wait for the entire file to be recorded\u2014it can start playback based on a specified \u201ctargetLatency \u201cattribute.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/239687-Picture4-ORG.png\" alt=\"Manifest of Chunked CMAF DASH\" width=\"408\" height=\"363\"\/><\/p>\n<p><em>Above: Manifest of Chunked CMAF DASH<\/em><\/p>\n<p>However, playback is only possible from a key-frame, which introduces a limitation when determining latency.<\/p>\n<p>On the other hand, you know that playback is only possible from a key-frame. Thus, the key-frame becomes a vital limitation in determining the latency.<\/p>\n<p>Key-frame placement strategy and how it affects latency in LL-DASH:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335804-2-ORG.png\" alt=\"In LL-DASH, the more frequent the key-frames, the lower the latency\" width=\"602\" height=\"\"\/><\/p>\n<p>In <strong>LL-DASH<\/strong>, you can balance minimal latency and delivery quality on the last mile. If key-frames are too infrequent, data updates and network issues may lead to buffering.<\/p>\n<h3>LL-HLS<\/h3>\n<p>Low Latency HLS brings a set of new conditions compared to its regular version:<\/p>\n<ul>\n<li>Manifest blocking<\/li>\n<li>Short manifests<\/li>\n<li>Tiny parts (files) with instant downloading after appearance<\/li>\n<\/ul>\n<p><strong>Blocking Playlist Reloads:<\/strong><\/p>\n<p>This is controlled via the directive: #EXT-X-SERVER-CONTROL:CAN-BLOCK-RELOAD=YES.<\/p>\n<p>It instructs the server to hold the request until the part file becomes fully available. Whereas traditional HLS returns manifests almost instantly (\u00b130 ms), LL-HLS introduces a delay equal to the duration of the next part being prepared\u2014often 500 ms or more.<\/p>\n<p><strong>Tiny Parts and Buffer Length:<\/strong><\/p>\n<p>Tiny files, or &#8220;parts,&#8221; are generated more frequently than full chunks. Their duration is regulated via the #EXT-X-PART-INF:PART-TARGET directive.<\/p>\n<p>The buffer length is determined by the #EXT-X-SERVER-CONTROL:PART-HOLD-BACK parameter.<\/p>\n<p>This value defines how many seconds the player should buffer before starting playback. It must be at least three times the part target duration.<\/p>\n<p><strong>How Apple Low Latency HLS Works:<\/strong><\/p>\n<p>Latency is affected by the local buffer, the number of already generated tiny files, and again, the key-frame.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/239689-Picture6-ORG.png\" alt=\"Manifest of Low Latency HLS\" width=\"388\" height=\"288\"\/><\/p>\n<p><em>Above: Manifest of Low Latency HLS<\/em><\/p>\n<p>Strategies for Key-Frame Placement and Their Impact on Latency in LL-HLS:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335808-3-ORG.png\" alt=\"In LL-HLS the more frequent the key-frames, the lower the latency\" width=\"602\" height=\"\"\/><\/p>\n<p><em>Above: In LL-HLS the more frequent the key-frames, the lower the latency<\/em><\/p>\n<p>The length of the whole segment doesn\u2019t affect the latency, but the key-frame placement remains an essential factor.<\/p>\n<p>One crucial feature of <strong>LL-HLS<\/strong> is byte-range requests, which can significantly reduce the number of requests, aggregating multiple small files into one larger request. Some players, like Safari, may delay playback to wait for the next key-frame, delivering the specified latency.<\/p>\n<h3>Unification<\/h3>\n<p>To unify the delivery system for both protocols, we used the similarities in their handling of key-frames and streaming.<\/p>\n<p>Here\u2019s an example of how both protocols can be combined into a single system for stream generation for LL-DASH and LL-HLS:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335805-4-ORG.png\" alt=\"Unified scheme of placing key-frames and downloading streams using LL-HLS and LL-DASH protocols\" width=\"602\" height=\"\"\/><\/p>\n<p><em>Above: Unified scheme of placing key-frames and downloading streams using LL-HLS and LL-DASH protocols<\/em><\/p>\n<p>This unified approach enabled us to overcome several challenges in ingest, transcode, packager, and CDN delivery systems.<\/p>\n<h2>The challenges<\/h2>\n<p><strong>Ingest:<\/strong> Ingesting streams with minimal delay from the origin is a challenge when dealing with the nuances of both protocols.<\/p>\n<p><strong>Transcoding:<\/strong> Passing unfinished parts\/files to JITP required new processing workflows.<\/p>\n<p><strong>Packager:<\/strong> Packing manifests and parts-files on the fly from unfinished transcoding files was a technical challenge.<\/p>\n<p><strong>CDN:<\/strong> The CDN had to support two different data transfer schemes simultaneously:<\/p>\n<p>\u2022 Accelerated downloading of small files (instant download as they appear) <br \/>\u2022 Continuous download of unfinished long files.<\/p>\n<h3>Performance: Delivery via CDN<\/h3>\n<p>The most complex part of the project was handled by the CDN. Our engineers expanded the network to over 200+ Tbps of capacity and reduced average response time to just 30ms globally. At the same time, we tackled several development tasks:<\/p>\n<h3>LL-DASH<\/h3>\n<ul>\n<li><strong>Chunked transfer:<\/strong> The CDN needed to support chunked delivery, which was incompatible with traditional configurations like Nginx\u2019s proxy cache lock and buffering.\u00a0<\/li>\n<li><strong>CPU optimizations:<\/strong> Since connections last longer than usual file downloads, CDN edges needed to handle higher CPU loads.<\/li>\n<\/ul>\n<p><strong>Chunked-Proxy Module Development:<\/strong><\/p>\n<p>We developed a new module from scratch, which we call <strong>\u201cchunked-proxy\u201d<\/strong>. It works by downloading bytes from the origin and immediately distributing them to end-users. When a new user connects, they instantly receive the full volume of the already accumulated cache, while continuing to receive other bytes through continuous download simultaneously with all other users.<\/p>\n<p>It\u2019s important to note that the term \u201cChunked transfer\u201d is used here with caution. In the case of an HTTP\/1.1 connection, it would be considered a <strong>chunked transfer response<\/strong>, and for HTTP\/2, it would be framed differently.<\/p>\n<p>Key Features of the Chunked-Proxy Module:<\/p>\n<ul>\n<li>The chunked-proxy module is designed as a full-fledged caching module in compliance with CDN standards.<\/li>\n<li>It features RAM caching for GET and HEAD requests.<\/li>\n<li>It processes Cache-Control headers, along with Expires, Date, and Last-Modified.<\/li>\n<li>It adds an Age header to its response. This header can be used to check the caching status:\u00a0<\/li>\n<\/ul>\n<p style=\"padding-left: 90px;\">\u2022 If the response is found in the cache, the Age header indicates how many seconds ago the response was cached. <br \/>\u2022 If the response is not found in the cache, the Age header is not added.<\/p>\n<p>Chunked Cache and Delivery of LL-DASH over CDN:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335806-5-ORG.png\" alt=\"The diagram logic of chunked transfer of LL-DASH via the chunked-proxy module\" width=\"602\" height=\"\"\/><\/p>\n<p><em>Above: The diagram logic of chunked transfer of LL-DASH via the chunked-proxy module.<\/em><\/p>\n<h3>LL-HLS<\/h3>\n<ul>\n<li>Blocked Requests on Origin:<\/li>\n<\/ul>\n<p style=\"padding-left: 60px;\">The CDN must be capable of holding connections for low-latency manifest files (.m3u8) for extended periods while waiting for a response from the origin. This presents a challenge for tools that monitor &#8220;response_time&#8221; because the response time will now be approximately equal to the duration of the part-files.<\/p>\n<p style=\"padding-left: 60px;\">Additionally, we need to correctly handle MISS and EXPIRED statuses, sending these to the origin only on the first request. This process is tricky because default caching mechanisms like Nginx:proxy_cache_lock are not fully suitable, as they only process a portion of the statuses. A full implementation is required.<\/p>\n<p style=\"padding-left: 60px;\">The CDN must be configured to cache low-latency .m3u8 manifests properly. The caching should be set with a cache-control of 1 second, and it should include query parameters like _HLS_skip, _HLS_msn, and _HLS_part in the cache key.<\/p>\n<p><strong>Handling an increased number of requests:<\/strong><\/p>\n<p>The CDN must be prepared for an increased number of requests for small files, which includes low-latency manifests for each new part, as well as the parts-files. While the file size is small, the number of requests increases significantly. For example, a single segment may contain multiple manifests and parts-files. Consequently, logs can become 2*N times larger. Monitoring and analysis tools had to be optimized to accommodate this increased load.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/335807-6-ORG.png\" alt=\"Sequence diagram of LL-HLS requests for manifests and parts-files\" width=\"602\" height=\"\"\/><\/p>\n<p><em>Above: Sequence diagram of LL-HLS requests for manifests and parts-files<\/em>S<\/p>\n<p>Byte-range requests can significantly reduce the number of requests made to the origin. Instead of making multiple requests for discrete file parts, one request is made for a whole segment. According to the <a href=\"https:\/\/developer.apple.com\/documentation\/http-live-streaming\/enabling-low-latency-http-live-streaming-hls\" title=\"HLS specification\" target=\"_blank\" rel=\"noopener\">HLS specification<\/a> (Section 6.2.6), \u201cWhen processing a byte range of a URI that includes one or more Partial Segments that are not yet completely sent, the server MUST refrain from transmitting any bytes belonging to a Partial Segment until all bytes of that Partial Segment can be transmitted at full speed to the client.\u201d<\/p>\n<p>This means that the transmission to and from the CDN should be organized through the Chunked Proxy, just as with LL-DASH, but with an explicit logical division into parts.<\/p>\n<h3>Observability<\/h3>\n<p>All new features have been integrated into the standard transcoding and CDN delivery pipeline. As a result, we&#8217;ve adapted our usual analysis and monitoring tools to handle the increased load.<\/p>\n<p>Key Components of Observability:<\/p>\n<ul>\n<li>Logs: Textual records generated by the system to capture events over time. We maintain logs for low-latency streams. <a href=\"https:\/\/gcore.com\/news\/cdn-logs-can-now-be-viewed-for-free\/\" title=\"Read more here: logs\" target=\"_blank\" rel=\"noopener\">Read more here<\/a>.<\/li>\n<li>Metrics: Quantitative measures collected over time, including request counts, request statuses, stale manifest detection, response times, etc. <a href=\"https:\/\/gcore.com\/docs\/cdn\/view-statistics-of-a-cdn-resource\" title=\"Read more here: metrics\" target=\"_blank\" rel=\"noopener\">Read more here<\/a>.<\/li>\n<li>Traces: Detailed records of the flow of requests through the system, helping identify bottlenecks and understand system behavior. <a href=\"https:\/\/gcore.com\/docs\/cdn\/logs\/raw-logs-export-cdn-resource-logs-to-your-storage\" title=\"Read more here: traces\" target=\"_blank\" rel=\"noopener\">Read more here.<\/a><\/li>\n<\/ul>\n<h2>The results<\/h2>\n<p>Gcore has achieved exceptional latency performance with the LL-DASH protocol, delivering a latency of approximately \u00b12.0 seconds, and the LL-HLS protocol, with a latency of around \u00b13.0 seconds.<\/p>\n<p>Key technical developments include:<\/p>\n<ol>\n<li>Improved Load Management for LL-HLS and LL-DASH: The CDN infrastructure was optimized to efficiently handle the higher request volume generated by small, frequent content updates, ensuring smooth delivery for both protocols.<\/li>\n<li>Enhanced Monitoring and Segment Handling: Updates in performance monitoring and chunked transfer management have significantly reduced latency, resulting in seamless playback on major video players for both LL-HLS and LL-DASH streams.<\/li>\n<\/ol>\n<h2>What\u2019s next<\/h2>\n<p>We believe \u00b11\u20132 seconds over HTTP is achievable\u2014and we\u2019re already working toward it. For content providers, that means not just \u201clow latency,\u201d but <em>interactive latency<\/em>\u2014enabling more immersive, real-time audience engagement.<\/p>\n<h2>About Gcore CDN<\/h2>\n<p>Delivering high-quality, low-latency live streaming at scale requires advanced infrastructure built for performance. Gcore\u2019s CDN is designed to meet these demands with industry-leading capabilities:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/InlineImages\/239694-Picture11-ORG.png\" alt=\"Gcore Edge Network\" width=\"505\" height=\"160\"\/><\/p>\n<p><em>Above: Gcore Edge Network<\/em><\/p>\n<p>By combining high-speed edge processing, optimized caching strategies, and real-time monitoring, Gcore\u2019s CDN provides a robust foundation for live streaming services, enabling content providers to deliver ultra-low latency experiences to their audiences.<\/p>\n<p>Find out more about <a href=\"https:\/\/gcore.com\/cdn\" title=\"Find out more GCore CDN\" target=\"_blank\" rel=\"noopener\">our CDN<\/a> and <a href=\"https:\/\/gcore.com\/streaming-platform\" title=\"Find out more GCore Streaming Service\" target=\"_blank\" rel=\"noopener\">streaming service<\/a>.<\/p>\n<p><em>This article is Sponsored Content<\/em><\/p>\n<div class=\"cta_magazine_subscription_wrap\">\n<div class=\"cta_magazine_subscription\">\n<div class=\"cta_magazine_subscription_img\">\n            <img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/SiteImages\/168775-2025-Cover-Images---April-2025-ORG.png\" alt=\"Streaming Covers\"\/><br \/>\n<!--            <img decoding=\"async\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/SiteImages\/167595-2025-Cover-Images-ORG.png\" alt=\"Streaming Covers\">-->\n        <\/div>\n<\/p><\/div>\n<\/div>\n<p><noscript>Please enable JavaScript to view the <a href=\"https:\/\/disqus.com\/?ref_noscript\" target=\"_blank\" rel=\"noopener\">comments powered by Disqus.<\/a><\/noscript><\/p>\n<p>&#13;<br \/>\n            Related Articles&#13;<br \/>\n            &#13;\n        <\/p>\n<section class=\"article_grid\">&#13;<br \/>\n    &#13;<\/p>\n<div class=\"article_grid_single\">\n<div>\n                <a id=\"MainContentPlaceHolder_ctl01_ctl00_rptArticles_lnkImageLink_0\" href=\"https:\/\/www.streamingmedia.com\/Articles\/Editorial\/Spotlights\/How-business-makes-streaming-faster-and-cheaper-with-CDN-and-HESP-support-149812.aspx?utm_source=related_articles&amp;utm_medium=gutenberg&amp;utm_campaign=editors_selection\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"lazy\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/ArticleImages\/141123-Alex-Peterson-G-Core-Labs-ORG.jpg\"\/><\/a>\n            <\/div>\n<h3>&#13;<br \/>\n                <a id=\"MainContentPlaceHolder_ctl01_ctl00_rptArticles_lnkArticleTitle_0\" href=\"https:\/\/www.streamingmedia.com\/Articles\/Editorial\/Spotlights\/How-business-makes-streaming-faster-and-cheaper-with-CDN-and-HESP-support-149812.aspx?utm_source=related_articles&amp;utm_medium=gutenberg&amp;utm_campaign=editors_selection\" target=\"_blank\" rel=\"noopener\">How business makes streaming faster and cheaper with CDN and HESP support<\/a><\/h3>\n<p>&#13;<br \/>\n                Alexey Petrovskikh explores how HESP integration helps G-Core Labs ensure a high video streaming transmission rate for e-sports and gaming, efficient scalability for e-learning and telemedicine and high quality and minimum latencies for online streams, media and TV broadcasters.&#13;\n            <\/p>\n<p>&#13;<br \/>\n                &#13;<br \/>\n                <span class=\"article_date\">&#13;<br \/>\n                    29 Oct 2021<\/span>&#13;\n            <\/p>\n<\/p><\/div>\n<p>&#13;<br \/>\n    &#13;<br \/>\n        &#13;<br \/>\n        <\/section>\n<p>&#13;<br \/>\n            Companies and Suppliers Mentioned&#13;\n        <\/p>\n<section class=\"vendor_container\">&#13;<\/p>\n<ul>&#13;<br \/>\n    &#13;<\/p>\n<li>&#13;\n<div id=\"pnlCategoryIndex\">\n<p>                <a id=\"MainContentPlaceHolder_ctl02_ctl00_rptCompanies_lnkCompanyImage_0\" title=\"StreamS\/Modulation Index, LLC.\" href=\"https:\/\/www.streamingmedia.com\/Sourcebook\/StreamS-Modulation-Index-LLC.-5659.aspx\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"lazy\" src=\"https:\/\/dzceab466r34n.cloudfront.net\/Images\/CompanyImages\/104082-StreamS-Logo-4.png-ORG.png\"\/><\/a><\/p>\n<\/div>\n<p>&#13;\n        <\/li>\n<p>&#13;<br \/>\n    &#13;\n        <\/ul>\n<p>&#13;<br \/>\n        <\/section>\n<\/p><\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/www.streamingmedia.com\/Articles\/ReadArticle.aspx?ArticleID=172056\" target=\"_blank\" rel=\"noopener\">Source link <\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Above: 2.0s latency from OBS RTMP to LL-DASH Delivering real-time streaming at scale Live streaming is evolving, and audiences now expect near-instant playback. We\u2019re excited to introduce our low-latency live streaming solution, leveraging LL-HLS and LL-DASH to achieve a glass-to-glass delay of just 2.0\u20133.0 seconds. Optimized for seamless delivery across industry-standard players such as hls.js, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":2345,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[],"class_list":["post-2344","post","type-post","status-publish","format-standard","has-post-thumbnail","category-live-session"],"_links":{"self":[{"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/posts\/2344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/comments?post=2344"}],"version-history":[{"count":0,"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/posts\/2344\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/media\/2345"}],"wp:attachment":[{"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/media?parent=2344"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/categories?post=2344"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paknews.centers.pk\/ur\/wp-json\/wp\/v2\/tags?post=2344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}