WO2014195906A2 - Defragmentation of adaptive streaming segment files in a content delivery network - Google Patents

Defragmentation of adaptive streaming segment files in a content delivery network Download PDF

Info

Publication number
WO2014195906A2
WO2014195906A2 PCT/IB2014/061995 IB2014061995W WO2014195906A2 WO 2014195906 A2 WO2014195906 A2 WO 2014195906A2 IB 2014061995 W IB2014061995 W IB 2014061995W WO 2014195906 A2 WO2014195906 A2 WO 2014195906A2
Authority
WO
WIPO (PCT)
Prior art keywords
node
segment files
segment
absent
memory
Prior art date
Application number
PCT/IB2014/061995
Other languages
French (fr)
Other versions
WO2014195906A3 (en
Inventor
Chris Phillips
Charles Dasher
Original Assignee
Ericsson Television Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US13/923,005 external-priority patent/US20140365613A1/en
Application filed by Ericsson Television Inc. filed Critical Ericsson Television Inc.
Priority to CN201480044754.5A priority Critical patent/CN105431835A/en
Priority to EP14808390.0A priority patent/EP3005176A4/en
Priority to CA2914603A priority patent/CA2914603A1/en
Publication of WO2014195906A2 publication Critical patent/WO2014195906A2/en
Publication of WO2014195906A3 publication Critical patent/WO2014195906A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/2885Hierarchically arranged intermediate devices, e.g. for hierarchical caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1724Details of de-fragmentation performed by the file system
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/61Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio
    • H04L65/612Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio for unicast
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5681Pre-fetching or pre-delivering data based on network characteristics
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Definitions

  • the present disclosure relates to communication systems. More particularly, and not by way of limitation, particular embodiments of the present disclosure are directed to a nodes and methods in a Content Distribution Network (CDN) for distributing electronic content to servers throughout the CDN.
  • CDN Content Distribution Network
  • CDNs Content Distribution Networks
  • a central server known as a redirector handles requests for files and responds by returning a different Uniform ' Resource identifier (URf) for a given file (redirection).
  • URf Uniform ' Resource identifier
  • DNS Domain Name System
  • Centralized management software may determine the best wa to distribute the fifes out to the edge of the CDN based on external data such as popularity, network congestion, or other factors.
  • Adaptive streaming sometimes called adaptive bitrate streaming, is a technique based, in most applications, on. the Hypertext Transfer Proiocoi (HTTP) used for streaming multimedia over large distributed HTTP networks.
  • HTTP Hypertext Transfer Proiocoi
  • the media source detects a user's bandwidth and CPU capacity in. real time and adjusts the quality of a video stream accordingly using a multi-fate encoder capable of encoding a single source video at .multiple bitrates. This generally results in very little buffering, fast start times, and a good experience for both high-end and low-end connections.
  • the source content is encoded at multiple bitrates, and each of the different bitrate streams is segmented into small segment files containing several seconds' worth, of content.
  • the segment-file size can vary depending on the particular implementation, but the segment fries are typically in the range of two to ten seconds in length.
  • a manifest file provides the streaming client with information about the available streams, their differing bkrates, and segments of the streams.
  • the client requests the segment files from the .lowest bitrate stream. If the client finds the download speed is greater than the bitrate of the downloaded segment file, then the client will request the segment files from the next higher bitrate. Later, if the client finds the download speed for a segment file is lower than the bitrate for the segment file, and therefore the network throughput has deteriorated, the client requests a lower bitrate segment file.
  • edge servers may serve one or many individual segment flies to a client.
  • both the first edge server and the second edge server may hold an incomplete collection of the segment files referenced by the associated manifest. This results in fragmentation of the media, resulting in inefficiencies and additional network load when the client attempts to pull an entire collection of segment files from a single edge server.
  • edge servers When edge servers do not hold a copy of a requested segment file, they must pull the requested segment file from a parent node such as a regional server. While this generally causes the parent node to hold a complete copy of the requested segment files, there is no guarantee that a complete manifest segment collection wilt reside on the parent node for all advertised nitrates. Fragmentation occurs when clients request some, but not all of the segment files for an adaptive streaming manifest from the same edge server resulting in an incomplete copy of the entire manifest segment collection, Clients changing bitrates within an adaptive streaming architecture can compound this fragmentation on an edge server even fruther. As a solution, particular embodiments of the present disclosure provide a "defragraeniation" system and method within a CDN where adaptive streaming content is utilized.
  • the system and method ensures that edge servers hold a complete copy of the entire manifest segment collection. Further, this "de-fragmentation" method ma be controlled to occur at times of low network utilization, and the method may take into account the anticipated need for the content so as to avoid unnecessarily pre-staghig segment tiles when they are unlikely to be requested.
  • the present disclosure is directed to a method in which a edge node in a CDN determines whether there are any segment files referenced by a manifest document that are absent from the edge node ' s local cache and if so, the edge node pulls the absent segment files from another node in the CDN such as its parent node or another edge node.
  • the edge node may determine thai the current time is within a . period of minimum usage of network resources.
  • the edge node may also determine that, a manifest popularity time is within a window threshold so thai segment files are staged in a timely manner for when clients are likely to request them.
  • the edge node reports completion of its defragmentation to its parent node.
  • the parent node pulls the absent segment file from a higher level node in the CDN, stores the absent segment file in the parent node's local cache, and passes the file to the requesting edge node. In this way, the parent node caches or stores segment files requested b child edge nodes and fill gaps in the parent node's collection of segment files. Once all.
  • the parent node checks its own manifests against its cached segment files to determine whether there are still an absent segment files and if so, palls the absent segment file(s) from the higher level node, When all segment files are cached, in the parent, node, the parent node reports completion of its defragmentation to the higher level node. This method propagates up through the CON until all nodes are defragmented and have reported their defragmented state to higher levels.
  • Embodiments disclosed herein describe edge nodes, parent nodes, and methods performed in the edge nodes and the parent nodes.
  • One embodiment is directed toward a method in an edge node of a CDN for ensuring that a memory of the edge node contains all segment files referenced by an associated manifest document
  • the method includes the steps of analyzing the associated manifest document and the segment files stored in the memory of the edge node to determine whether any of the segment files referenced by the associated manifest document are absent from the memory of the edge node; and upon determining there are segment files referenced by the associated manifest document that are absent from the memory of the edge node, pulling the absent segment tiles from another node in the CDN and storing the pulled segment files in the memory of the edge node.
  • Another embodiment is directed toward, an edge node of a CDN configured to utilize adaptive streaming to deliver a piece of electronic content to requesting clients, wherein the piece of electronic content comprises a plurality of segment files referenced by an associated manifest document
  • the edge node is configured to ensure that, a memory of the edge node contains all segment files referenced by the associated manifest document.
  • the edge node includes a processor that executes computer program instructions causing the edge node to analyze the associated manifest document and the segment files stored in.
  • the memory of the edge node to determine whether any of the segment files referenced by the associated manifest document are absent .from the memory of the edge node; and upon determining there are segment files referenced by the associated manifest document that are absent from the memory of the edge node, pull the absent segment files from another node in the CDN and store the pulled segment fii.es in the memory of the edge node.
  • Another embodiment is directed toward a parent node of a CDN configured to provide a piece of electronic content to a plurality of child nodes for further distribution to requesting clients utilizing adaptive streaming.
  • the piece of electronic content comprises a plurality of segment files referenced by an associated manifest document, and the parent node is configured to ensure that a memory of the parent node contains all of the segment files referenced by the associated manifest document.
  • the parent node includes a processor that executes computer program instructions causing the parent node to populate each of the plurality of child nodes with segment files requested by each child node, wherein when a requested segment file is absent from the memory of the parent node, the parent node is configured to puli the requested segment file from a higher level node in the CDN, to send the requested segment file to the requesting child node, and to store the requested segment 11 ie in the memory of the parent node.
  • the parent node also determines that all of the plurality of child nodes have reported that their manifest documents are complete, and in response, analyzes the associated manifest document and the segment files stored, in.
  • the parent node pulls the absent segment files from the higher level node in the CDN and stores the pulled segment files in the parent node,
  • the present disclosure ensures that clients requesting adaptive streaming content do not "fragment" the various edge servers they are redirected to for acquiring the segment flies of the content
  • the disclosed nodes and methods enable a. CDN to operate in. an efficient manner during peak usage times when dealing with adaptive streaming content.
  • a CDN that utilizes the disclosed nodes and methods gains efficiencies in network bandwidth utilisation resulting in a better client experience.
  • the predictive loading aspect based on factors such as content popularity ensures and reinforces efficient resource usage.
  • FIG. 1 is an illustrative example of fragmentation of a master manifest when segment files are stored to different edge nodes of a CDN;
  • FIG. 2 is an illustrative drawing of an exemplary embodiment of a method for determining existing and absent manifest segment files in node' local cache memory
  • FIG. 3 is a flow diagram showing an exemplar embodiment of a method of segment defragmentation in a CD ;
  • FIG. 4 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragrnentation method performed by a. child node such as an edge server in the CDN;
  • FIG. 5 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragmentation method performed by a parent node such as a regional server in the CDN;
  • FIG. 6 is a simplified block diagram of an exemplary embodiment of a CDN node configured according to the present disclosure. DETAILED DESCRIPTION
  • FIG. I is an illustrative example of fragmentation of a master manifest 12 when segment files 1 1 a- 1.
  • Ij are stored in different edge servers of a CD .
  • segment files referenced by the master manifest may be distributed, for example, from an origin server to a plurality of regional servers, which serve as parent servers to child or edge servers. Other methods of distribution may also be utilized such as distributing from node to node on. the same network level.
  • the edge servers pull manifest segment files for Movie X from parent to child nodes or from other edge servers, the collection of segment tiles residing on each edge server may become fragmented, m FIG, 1 , the dark shaded areas illustrate segment files referenced by the manifest document that are absent from each edge server,
  • FIG. 2 is an illustrative drawing of an exemplary embodiment of a method tor determining existing and absent manifest segment files in an edge node's local cache memory.
  • the manifest document includes a list referencing the segment files that comprise the complete piece of electronic content.
  • the edge node may analyze the manifest document and the stored segment files by reading the manifest document to identify which segment files are referenced by the manifest document, determining which segment files are present in the edge node's nieniory, and comparing the present segment files with the list to identify which segment files are absent.
  • Each segment: file has an assigned Uniform Resource Locator (URL), and if a.
  • URL Uniform Resource Locator
  • FIG. 3 is a How diagram showing an exemplary embodiment of a method of " segment deftagmentation in a CDN 30.
  • a CDN Redirector server 31 is configured to "redirect" client requests for content to the UR1 of either a regional server 32 or an edge server 33 for segment acquisition.
  • the CD Redirector server 31 communicates with an existing system (not shown) to request popularity metrics, scores, weights, or other measures along with, but not limited to, geographic location informatio to determine the popularity of a particular piece of content.
  • the CDN Redirector server may also or alternatively use its own redirection history to determine which content qualifies as popular.
  • the CDN Redirector server 31. or another server may also inform child nodes of a '"'Minimum Usage Timeframe", that is a time of day range in which network resources are determined to be near low usage levels.
  • This Minimum Usage Timeframe may be determined by the CDN Redirector server or by another node within the CDN.
  • nodes first determine that the current time is within the minimum usage time frame before they begin the de-fragmentation process.
  • Child nodes are served by parent nodes, and during the defragmentalion process, a request from a child node propagates through the parent node to fulfil! the request for manifest segments.
  • a parent node that is also missing the requested segment file may pull the absent segment file from a higher level node such as a national server 34, save the requested segment file, and forward the requested segment file to the requesting child node.
  • the parent node caches or stores segment files requested by one or more c ild nodes.
  • FIG. 4 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragraentation method performed by a child node or edge node such as an edge server in the CDN. Boxes enclosing steps of the method indicate the enclosed steps are looped until, for example, all manifests have been analyzed or all absent, segment files have been pulled from a parent node.
  • Each node within the CDN may determine at various time intervals whether the current time falls within the node's Minimum Usage Timeframe. Nodes that do not provide self-calculating time-frames may send a request to the node's parent node, the CDN Redirector server, or another server to determine its Minimum Usage Timeframe, Thus, at step 41. the edge node checks a depigmentation vvakeup timer, which causes the edge node to determine at step 42 whether the current time is within the period of minimum usage of network resources within the CDN.
  • the edge node may self- calculate the period of minimum usage of network resources if able, and if not able, the edge node receives information identifying the period of minimum usage of network resources within the CDN from its parent node, the Redirecto server 31, or another server in the CDN. If the current time is not within the period of minimum usage of network resources within the CDN, the method moves to step 43 where depigmentation is skipped for this edge node, and the method returns to step 41 . When it is determined at step 42 that the current time is within the period of minimum usage of network resources within the CDN, the method moves to step 44 where the edge node retrieves all content popularity timeframe windows from the Redirector server 31. The method then enters loop 45,
  • Loop 45 encompasses a. process performed for each adapiive streaming manifest associated with segment flies stored in the edge node's local cache memory.
  • the edge node determines whether the current time is within the popularity time window threshold for a particular manifest being analyzed. This is done to ensure the complete piece of electronic content is available when, clients are likely to request the segment files, if the current time is not within the popularity time window threshold, the method moves to step 41 where the edge node skips that particular manifest.
  • the method moves to step 48 where the edge node reads the master manifest files. The method then enters loop 49.
  • Loop 49 encompasses a process performed for each child manifest in the master manifest.
  • the edge node reads the URLs of the segment files from a particular child manifest. The method then enters loop .52,
  • Loop 52 encompasses a process performed for each URL in the particular child manifest being analyzed.
  • the edge node determines whether a particular segment file exists in the edge node's cache memory. If so, the edge node skips the URL for that segment file at step 54 and moves to the next segment file. This process continues for each of the segment files referenced by the child manifest, and when a referenced segment file is determined to be absent from the edge node's local cache memory, the method moves to step 55 where the edge node utilizes the URL of the absent segment file to pull the absent segment file from another CDN node such as the edge node's parent node or another edge node. The edge node caches the segment file pulled from the other CDN node.
  • loops 45, 49, and 52 have been performed for each adaptive streaming manifest in cache, for each child manifest in the master manifest, and for each URL in each child manifest, all segment flies should exist in the edge node's local cache memory.
  • FIG. 5 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragmentation method performed by a parent node such as a regional server in the CDN. Once again, boxes enclosing steps of the method indicate the enclosed steps are looped until, for example, all manifests have been analyzed or all absent segment files have been pulled from a higher level node.
  • the parent node checks a de fragmentation wake p timer, which causes the parent node to determine at step 62 whether the current time is within a period of minimum usage of network, resources within the CDN.
  • the parent, node may self-calculate the period of minimum usage of network resources if able, and if not able, the parent node receives from a. higher level node or from the Redirected server 3 1 in the CDN, information identifying the period of minimum usage of network resources within the CDN. .if the current time is not within the period of minimum usage of network resources within the CDN, the method moves to step 63 where defragmentation is skipped for this parent node, and the method returns to step 61.
  • step 64 the parent node determines whether all of its child nodes have reported that their defragments lion is complete.
  • the parent node may pull absent files from the higher level node and .fill in any absent files in the parent node's cache memory. Therefore, if all of its child nodes have not yet reported that their defragnientation is complete, the parent node sleeps for a threshold time at step 65 to wait for all of its child nodes to report that their defragmentation is complete.
  • the method then returns to step 62 to ensure the current time is still within the period of minimum usage of network resources within the CDN.
  • the method moves to step 66 where the parent node retrieves all content popularity timeframe windows from the Redirector server 3 ⁇ . The method, then enters loop 67.
  • Loop 67 encompasses a process performed for each adaptive streaming manifest associated with segment files stored in the parent node's local cache memory.
  • the parent node determines whether the current time is within the popularity time window threshold for a particular manifest being analyzed. This is done to ensure the complete piece of electronic content is available when clients are likely to request the segment Hies, If the current time is not within the popularity time window threshold, the method, moves to step 69 where the parent node skips that particular manifest. Whe it is determined at step 68 that the current time is within the popularity time window threshold for the particular manifest being analyzed, the method .moves to step 71 where the parent node reads the master manifest files. The method then enters loop
  • Loop 72 encompasses a process performed for each child mani fest in the master manifest.
  • the parent node reads the URLs of the segment files front a particular child manifest. The method then enters loop 74.
  • Loop 74 encompasses a process performed for each URL in the particular child manifest being analyzed.
  • the parent node reads the master and sub-manifest segment tiles for a. given content to determine whether airy segment files .referenced by the manifest are absent from the parent node's local cache memory. Thus, at step 75, the parent node determines whether a particular segment file exists in the parent node's cache memory. If so, the parent node skips the URL for that segment file at step 76 and moves to the next segment tile. This process continues for each of the segment files referenced by the child manifest, and when a.
  • the method moves to step 77 where the parent node utilizes the URL of the absent segment file to pull the absent segment file from another CDN node such as a higher level node or another parent, node.
  • the parent node caches the segment file pulled from the other CDN node.
  • the parent node may perform these operations for each manifesi/sub-manifest for each piece of content provisioned within the CDN or just for those manifests staged within the parent node.
  • method moves to step 79 where the parent node sends a message to its higher level node indicatin that the parent node's def ragmen tat ton is complete.
  • FIG. 6 is a simplified block diagram of an exemplary embodiment of a CDN node 81 configured according to the present disclosure. The functions of the CDN node may be controlled, for example, by a.
  • a deftagmentaiion wakeup tinier 84 provides the current time to a comparison unit 85, which compares the current time with the mini mum usage timeframe 86. If the current time is within the minimum usage timeframe, the comparison unit further compares the current time with the manifest popularity time window threshold 87. If the current time is within the manifest popularity time window threshold, the comparison unit notifies a segment file reader 88 that it Is okay to start the deiVagmentation process.
  • the segment file reader 88 reads the segment files from the cache memory 89.
  • a URL reader 91 reads the URLs of each of the segment files referenced by the associaied manifest document and provides them to an absent file identifier 92.
  • the absent file identifier identifies one or more referenced segment files that are absertl: from the local, cache memory and sends the associaied requested URL(s) to a communication unit 93.
  • the connnunicatkm unit sends one or more requests for the segment files by sending the requested URL(s) to another CDN node 94, which may be, for example, a parent node.
  • the other CDN node returns the requested segment file(s) to the communication unit, which sends them to the cache 89 for storage.
  • the segment file reader 88 reads the segment files from the cache, and the absent . file identifier 92 determines that all segment files reference b the associated manifest document now exist in the cache.
  • the absent file identifier then notifies the communication unit that the deftagmentaiion process is complete.
  • the communication unit 93 then notifies the CDN node's parent node 94 that the CDN node's defrag.mentation process is complete.
  • Dashed lines in FIG. 6 indicate additional functionality when the CDN node 81 is also a parent node.
  • the parent node determines whether all of its child node(s) 95 have reported that their defragmentation process is complete. Once ali the child nocie(s) have reported that their defragmentation is complete, the comparison unit 85 continues by determining whether the current time is within the manifest popularity time window threshold 87. If so, the defragmentation process for the parent node is initiated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

An edge node (33), a parent node (32), and a method in a Content Delivery Network (CDN) (30) configured to utilize adaptive streaming to deliver a piece of electronic content to requesting clients. The content includes a plurality of segment files referenced by an associated manifest document (12), and the nodes are configured to defragment an incomplete piece of content and ensure that a copy stored in each node contain, ail segment files referenced by the manifest document Bach node analyzes the manifest document and the segment files stored in its cache memory (89) to determine whether any segment files referenced by the manifest document are absent from the memory, if so, the node pulls the absent segment files from another node (94) in the CDN to complete the piece of content. The defragmentation may be performed during a period of minimum, network usage to minimize network impact and within a popularity time window to ensure timely storage of the defragmented content in each node.

Description

DEFRAGMENTATIO OF ADAPTIVE STREAMING SEGMENT FILES IN A CONTENT .DELIVERY NETWORK
CROSS-REFERENCE TO RELATED APPLICATIONS
This application claims the priority benefit under 35 fj.S.C. § 119(e) of U.S.
Provisional Application No. 61/831,908 filed on June 6, 2013, the disclosure of which is incorporated herein by reference in its entirety.
TECHNICAL FIELD
The present disclosure relates to communication systems. More particularly, and not by way of limitation, particular embodiments of the present disclosure are directed to a nodes and methods in a Content Distribution Network (CDN) for distributing electronic content to servers throughout the CDN. BACKGROUND
Content Distribution Networks (CDNs) generally operate by distributing complete files across the nodes (servers) that comprise the distribution network. A central server known as a redirector handles requests for files and responds by returning a different Uniform 'Resource identifier (URf) for a given file (redirection). In other cases, a Domain Name System (DNS) server may respond with a different IP Addres for a given host name tor the URl of the :file. Centralized management software may determine the best wa to distribute the fifes out to the edge of the CDN based on external data such as popularity, network congestion, or other factors.
Adaptive streaming, sometimes called adaptive bitrate streaming, is a technique based, in most applications, on. the Hypertext Transfer Proiocoi (HTTP) used for streaming multimedia over large distributed HTTP networks. The media source detects a user's bandwidth and CPU capacity in. real time and adjusts the quality of a video stream accordingly using a multi-fate encoder capable of encoding a single source video at .multiple bitrates. This generally results in very little buffering, fast start times, and a good experience for both high-end and low-end connections.
More specifically, the source content is encoded at multiple bitrates, and each of the different bitrate streams is segmented into small segment files containing several seconds' worth, of content. The segment-file size can vary depending on the particular implementation, but the segment fries are typically in the range of two to ten seconds in length, A manifest file provides the streaming client with information about the available streams, their differing bkrates, and segments of the streams. When starting, the client requests the segment files from the .lowest bitrate stream. If the client finds the download speed is greater than the bitrate of the downloaded segment file, then the client will request the segment files from the next higher bitrate. Later, if the client finds the download speed for a segment file is lower than the bitrate for the segment file, and therefore the network throughput has deteriorated, the client requests a lower bitrate segment file.
SUMMARY
Due to the architecture and mechanism for adaptive streaming, when clients access adaptive streaming content via a CDN, there is a high probability that servers at the edge will become fragmented, i .e., they will hold ncomplete copies of the content Nodes at the edge of the CDN (edge servers) may serve one or many individual segment flies to a client. When the client requests content from a second edge server, both the first edge server and the second edge server may hold an incomplete collection of the segment files referenced by the associated manifest. This results in fragmentation of the media, resulting in inefficiencies and additional network load when the client attempts to pull an entire collection of segment files from a single edge server.
When edge servers do not hold a copy of a requested segment file, they must pull the requested segment file from a parent node such as a regional server. While this generally causes the parent node to hold a complete copy of the requested segment files, there is no guarantee that a complete manifest segment collection wilt reside on the parent node for all advertised nitrates. Fragmentation occurs when clients request some, but not all of the segment files for an adaptive streaming manifest from the same edge server resulting in an incomplete copy of the entire manifest segment collection, Clients changing bitrates within an adaptive streaming architecture can compound this fragmentation on an edge server even fruther. As a solution, particular embodiments of the present disclosure provide a "defragraeniation" system and method within a CDN where adaptive streaming content is utilized. The system and method ensures that edge servers hold a complete copy of the entire manifest segment collection. Further, this "de-fragmentation" method ma be controlled to occur at times of low network utilization, and the method may take into account the anticipated need for the content so as to avoid unnecessarily pre-staghig segment tiles when they are unlikely to be requested.
In one embodiment,, the present disclosure is directed to a method in which a edge node in a CDN determines whether there are any segment files referenced by a manifest document that are absent from the edge node's local cache and if so, the edge node pulls the absent segment files from another node in the CDN such as its parent node or another edge node. Prior to pulling the absent segment files from the other node, the edge node may determine thai the current time is within a .period of minimum usage of network resources. The edge node may also determine that, a manifest popularity time is within a window threshold so thai segment files are staged in a timely manner for when clients are likely to request them. When ail segment files ar cached in the edge node, the edge node reports completion of its defragmentation to its parent node.
If a segment file requested by an edge node from its parent node is also absent from the parent node's local cache, the parent node pulls the absent segment file from a higher level node in the CDN, stores the absent segment file in the parent node's local cache, and passes the file to the requesting edge node. In this way, the parent node caches or stores segment files requested b child edge nodes and fill gaps in the parent node's collection of segment files. Once all. of the parent node's child edge nodes have reported that they have completed their defragmentation, the parent node checks its own manifests against its cached segment files to determine whether there are still an absent segment files and if so, palls the absent segment file(s) from the higher level node, When all segment files are cached, in the parent, node, the parent node reports completion of its defragmentation to the higher level node. This method propagates up through the CON until all nodes are defragmented and have reported their defragmented state to higher levels. Embodiments disclosed herein describe edge nodes, parent nodes, and methods performed in the edge nodes and the parent nodes.
One embodiment is directed toward a method in an edge node of a CDN for ensuring that a memory of the edge node contains all segment files referenced by an associated manifest document The method includes the steps of analyzing the associated manifest document and the segment files stored in the memory of the edge node to determine whether any of the segment files referenced by the associated manifest document are absent from the memory of the edge node; and upon determining there are segment files referenced by the associated manifest document that are absent from the memory of the edge node, pulling the absent segment tiles from another node in the CDN and storing the pulled segment files in the memory of the edge node.
Another embodiment is directed toward, an edge node of a CDN configured to utilize adaptive streaming to deliver a piece of electronic content to requesting clients, wherein the piece of electronic content comprises a plurality of segment files referenced by an associated manifest document The edge node is configured to ensure that, a memory of the edge node contains all segment files referenced by the associated manifest document. The edge node includes a processor that executes computer program instructions causing the edge node to analyze the associated manifest document and the segment files stored in. the memory of the edge node to determine whether any of the segment files referenced by the associated manifest document are absent .from the memory of the edge node; and upon determining there are segment files referenced by the associated manifest document that are absent from the memory of the edge node, pull the absent segment files from another node in the CDN and store the pulled segment fii.es in the memory of the edge node.
Another embodiment is directed toward a parent node of a CDN configured to provide a piece of electronic content to a plurality of child nodes for further distribution to requesting clients utilizing adaptive streaming. The piece of electronic content comprises a plurality of segment files referenced by an associated manifest document, and the parent node is configured to ensure that a memory of the parent node contains all of the segment files referenced by the associated manifest document. The parent node includes a processor that executes computer program instructions causing the parent node to populate each of the plurality of child nodes with segment files requested by each child node, wherein when a requested segment file is absent from the memory of the parent node, the parent node is configured to puli the requested segment file from a higher level node in the CDN, to send the requested segment file to the requesting child node, and to store the requested segment 11 ie in the memory of the parent node. The parent node also determines that all of the plurality of child nodes have reported that their manifest documents are complete, and in response, analyzes the associated manifest document and the segment files stored, in. the memory of the parent .node to determine whether any segment .files referenced by the associated manifest document are still absent from the memory of the parent node. Upon determining there are segment flies referenced by the associated manifest document that are still absent from the memory of the parent node, the parent node pulls the absent segment files from the higher level node in the CDN and stores the pulled segment files in the parent node,
The present disclosure ensures that clients requesting adaptive streaming content do not "fragment" the various edge servers they are redirected to for acquiring the segment flies of the content The disclosed nodes and methods enable a. CDN to operate in. an efficient manner during peak usage times when dealing with adaptive streaming content. A CDN that utilizes the disclosed nodes and methods gains efficiencies in network bandwidth utilisation resulting in a better client experience. The predictive loading aspect based on factors such as content popularity ensures and reinforces efficient resource usage.
BRIEF DESCRIPTION OF THE DRAWINGS
In the following section, the present disclosure will be described with reference to exemplary embodiments illustrated in the figures, in which:
FIG. 1 is an illustrative example of fragmentation of a master manifest when segment files are stored to different edge nodes of a CDN;
FIG. 2 is an illustrative drawing of an exemplary embodiment of a method for determining existing and absent manifest segment files in node' local cache memory;
FIG. 3 is a flow diagram showing an exemplar embodiment of a method of segment defragmentation in a CD ; FIG. 4 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragrnentation method performed by a. child node such as an edge server in the CDN;
FIG. 5 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragmentation method performed by a parent node such as a regional server in the CDN; and
FIG. 6 is a simplified block diagram of an exemplary embodiment of a CDN node configured according to the present disclosure. DETAILED DESCRIPTION
In the following detailed description, numerous specific details are set forth in order to provide a thorough understand ng of the disclosure. However, it will, be understood by those skilled in the art that the present disclosure may be practiced without these specific details, hi other instances, well-known methods, procedures, components and circuits have not been described in detail, so as not to obscure the present disclosure. The disclosed system may be implemented, for example, in hardware or combination of hardware and software such as one or more processors executing computer program instructions stored on. a memory device.
it is noted at the outset thai the terms "coupled." "connected", "connecting," "electrically connected," etc.. are used interchangeably herein to generally refer to the condition of being electrically/electronically connected. Similarly, a first entity is considered to be in "communication" with a second entity (or entities) when the first entity electrically sends and/or receives (whether through wireline or wireless means) information signals (whether containing voice information or non-voice data control information) to/from the second entity regardless of the type (analog o digital) of those signals. It is further noted that various figures (including component diagrams) shown and discussed herein are for illustrative purpose only, and are not. drawn to scale.
FIG. I is an illustrative example of fragmentation of a master manifest 12 when segment files 1 1 a- 1. Ij are stored in different edge servers of a CD . As a master manifest .12 of a Movie X is distributed through the CDN, segment files referenced by the master manifest may be distributed, for example, from an origin server to a plurality of regional servers, which serve as parent servers to child or edge servers. Other methods of distribution may also be utilized such as distributing from node to node on. the same network level. As the edge servers pull manifest segment files for Movie X from parent to child nodes or from other edge servers, the collection of segment tiles residing on each edge server may become fragmented, m FIG, 1 , the dark shaded areas illustrate segment files referenced by the manifest document that are absent from each edge server,
FIG. 2 is an illustrative drawing of an exemplary embodiment of a method tor determining existing and absent manifest segment files in an edge node's local cache memory. The manifest document includes a list referencing the segment files that comprise the complete piece of electronic content. The edge node may analyze the manifest document and the stored segment files by reading the manifest document to identify which segment files are referenced by the manifest document, determining which segment files are present in the edge node's nieniory, and comparing the present segment files with the list to identify which segment files are absent. Each segment: file has an assigned Uniform Resource Locator (URL), and if a. segment file i determined io be absent from the edge node's memory, the edge node uses the URL of the absent segment file to request or pull the absent segment file from another node in the CDN. In one embodiment, the other node is the edge node's parent node, which may be a regional, national, or origin server of the CDN, in this manner, the edge node fills in the absent segment files referenced by a particular manifest or sub-manifest document FIG. 3 is a How diagram showing an exemplary embodiment of a method of" segment deftagmentation in a CDN 30. in this embodiment, a CDN Redirector server 31 is configured to "redirect" client requests for content to the UR1 of either a regional server 32 or an edge server 33 for segment acquisition. Additionally, the CD Redirector server 31 communicates with an existing system (not shown) to request popularity metrics, scores, weights, or other measures along with, but not limited to, geographic location informatio to determine the popularity of a particular piece of content. The CDN Redirector server may also or alternatively use its own redirection history to determine which content qualifies as popular.
The CDN Redirector server 31. or another server may also inform child nodes of a '"'Minimum Usage Timeframe", that is a time of day range in which network resources are determined to be near low usage levels. This Minimum Usage Timeframe may be determined by the CDN Redirector server or by another node within the CDN. In an embodiment of the disclosure, nodes first determine that the current time is within the minimum usage time frame before they begin the de-fragmentation process.
Child nodes are served by parent nodes, and during the defragmentalion process, a request from a child node propagates through the parent node to fulfil! the request for manifest segments. A parent node that is also missing the requested segment file may pull the absent segment file from a higher level node such as a national server 34, save the requested segment file, and forward the requested segment file to the requesting child node. Through this propagation, the parent node caches or stores segment files requested by one or more c ild nodes.
FIG. 4 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragraentation method performed by a child node or edge node such as an edge server in the CDN. Boxes enclosing steps of the method indicate the enclosed steps are looped until, for example, all manifests have been analyzed or all absent, segment files have been pulled from a parent node.
Each node within the CDN may determine at various time intervals whether the current time falls within the node's Minimum Usage Timeframe. Nodes that do not provide self-calculating time-frames may send a request to the node's parent node, the CDN Redirector server, or another server to determine its Minimum Usage Timeframe, Thus, at step 41. the edge node checks a depigmentation vvakeup timer, which causes the edge node to determine at step 42 whether the current time is within the period of minimum usage of network resources within the CDN. The edge node may self- calculate the period of minimum usage of network resources if able, and if not able, the edge node receives information identifying the period of minimum usage of network resources within the CDN from its parent node, the Redirecto server 31, or another server in the CDN. If the current time is not within the period of minimum usage of network resources within the CDN, the method moves to step 43 where depigmentation is skipped for this edge node, and the method returns to step 41 , When it is determined at step 42 that the current time is within the period of minimum usage of network resources within the CDN, the method moves to step 44 where the edge node retrieves all content popularity timeframe windows from the Redirector server 31. The method then enters loop 45,
Loop 45 encompasses a. process performed for each adapiive streaming manifest associated with segment flies stored in the edge node's local cache memory. At step 46, the edge node determines whether the current time is within the popularity time window threshold for a particular manifest being analyzed. This is done to ensure the complete piece of electronic content is available when, clients are likely to request the segment files, if the current time is not within the popularity time window threshold, the method moves to step 41 where the edge node skips that particular manifest. When it is determined, at step 46 that the current time is within the popularity time window threshold for the particular manifest being analyzed, the method moves to step 48 where the edge node reads the master manifest files. The method then enters loop 49.
Loop 49 encompasses a process performed for each child manifest in the master manifest. At step 51 , the edge node reads the URLs of the segment files from a particular child manifest. The method then enters loop .52,
Loop 52 encompasses a process performed for each URL in the particular child manifest being analyzed. At step 53, the edge node determines whether a particular segment file exists in the edge node's cache memory. If so, the edge node skips the URL for that segment file at step 54 and moves to the next segment file. This process continues for each of the segment files referenced by the child manifest, and when a referenced segment file is determined to be absent from the edge node's local cache memory, the method moves to step 55 where the edge node utilizes the URL of the absent segment file to pull the absent segment file from another CDN node such as the edge node's parent node or another edge node. The edge node caches the segment file pulled from the other CDN node. When loops 45, 49, and 52 have been performed for each adaptive streaming manifest in cache, for each child manifest in the master manifest, and for each URL in each child manifest, all segment flies should exist in the edge node's local cache memory.
Upon verification that all segment files for all manifests exist in th edge node's local cache memory at step 56, the method moves to step 57 where the edge node reports to its parent node that depigmentation is complete. FIG. 5 is a flow chart illustrating the steps of an exemplary embodiment of a segment defragmentation method performed by a parent node such as a regional server in the CDN. Once again, boxes enclosing steps of the method indicate the enclosed steps are looped until, for example, all manifests have been analyzed or all absent segment files have been pulled from a higher level node.
At step 61 , the parent node checks a de fragmentation wake p timer, which causes the parent node to determine at step 62 whether the current time is within a period of minimum usage of network, resources within the CDN. The parent, node may self-calculate the period of minimum usage of network resources if able, and if not able, the parent node receives from a. higher level node or from the Redirected server 3 1 in the CDN, information identifying the period of minimum usage of network resources within the CDN. .if the current time is not within the period of minimum usage of network resources within the CDN, the method moves to step 63 where defragmentation is skipped for this parent node, and the method returns to step 61.
When it is determined at. step 62 that the current time is within the period of minimum usage of network resources within the CDN, the method moves to step 64 where the parent node determines whether all of its child nodes have reported that their defragments lion is complete. As noted above, during the process of defragmenting the child nodes, the parent node may pull absent files from the higher level node and .fill in any absent files in the parent node's cache memory. Therefore, if all of its child nodes have not yet reported that their defragnientation is complete, the parent node sleeps for a threshold time at step 65 to wait for all of its child nodes to report that their defragmentation is complete. The method then returns to step 62 to ensure the current time is still within the period of minimum usage of network resources within the CDN. When it is determined at step 64 that all. of the child nodes have reported that their defragmentation is complete, the method moves to step 66 where the parent node retrieves all content popularity timeframe windows from the Redirector server 3 ί . The method, then enters loop 67.
Loop 67 encompasses a process performed for each adaptive streaming manifest associated with segment files stored in the parent node's local cache memory. At step 68, the parent node determines whether the current time is within the popularity time window threshold for a particular manifest being analyzed. This is done to ensure the complete piece of electronic content is available when clients are likely to request the segment Hies, If the current time is not within the popularity time window threshold, the method, moves to step 69 where the parent node skips that particular manifest. Whe it is determined at step 68 that the current time is within the popularity time window threshold for the particular manifest being analyzed, the method .moves to step 71 where the parent node reads the master manifest files. The method then enters loop
Loop 72 encompasses a process performed for each child mani fest in the master manifest. At step 73, the parent node .reads the URLs of the segment files front a particular child manifest. The method then enters loop 74.
Loop 74 encompasses a process performed for each URL in the particular child manifest being analyzed. 'The parent node reads the master and sub-manifest segment tiles for a. given content to determine whether airy segment files .referenced by the manifest are absent from the parent node's local cache memory. Thus, at step 75, the parent node determines whether a particular segment file exists in the parent node's cache memory. If so, the parent node skips the URL for that segment file at step 76 and moves to the next segment tile. This process continues for each of the segment files referenced by the child manifest, and when a. referenced segment file jsdetermmed to be absent from the parent node's local cache memory, the method moves to step 77 where the parent node utilizes the URL of the absent segment file to pull the absent segment file from another CDN node such as a higher level node or another parent, node. The parent node caches the segment file pulled from the other CDN node. When loops 67, 72, and 74 have been performed tor each adaptive streaming manifest In cache, for each, child manifest in the master manifest, and for each URL in. each child manifest, all segment files should exist in the parent node.
The parent node may perform these operations for each manifesi/sub-manifest for each piece of content provisioned within the CDN or just for those manifests staged within the parent node. When the parent node has determined that all segment fifes for each bitrate, for each piece of content have been pulled from the higher level or other CDN node at step 78, method moves to step 79 where the parent node sends a message to its higher level node indicatin that the parent node's def ragmen tat ton is complete. FIG. 6 is a simplified block diagram of an exemplary embodiment of a CDN node 81 configured according to the present disclosure. The functions of the CDN node may be controlled, for example, by a. processor 82 executing computer program instructions stored on a memory S3, A deftagmentaiion wakeup tinier 84 provides the current time to a comparison unit 85, which compares the current time with the mini mum usage timeframe 86. If the current time is within the minimum usage timeframe, the comparison unit further compares the current time with the manifest popularity time window threshold 87. If the current time is within the manifest popularity time window threshold, the comparison unit notifies a segment file reader 88 that it Is okay to start the deiVagmentation process.
The segment file reader 88 reads the segment files from the cache memory 89. A URL reader 91 reads the URLs of each of the segment files referenced by the associaied manifest document and provides them to an absent file identifier 92. The absent file identifier identifies one or more referenced segment files that are absertl: from the local, cache memory and sends the associaied requested URL(s) to a communication unit 93. The connnunicatkm unit sends one or more requests for the segment files by sending the requested URL(s) to another CDN node 94, which may be, for example, a parent node. The other CDN node returns the requested segment file(s) to the communication unit, which sends them to the cache 89 for storage. Subsequently, the segment file reader 88 reads the segment files from the cache, and the absent . file identifier 92 determines that all segment files reference b the associated manifest document now exist in the cache. The absent file identifier then notifies the communication unit that the deftagmentaiion process is complete. The communication unit 93 then notifies the CDN node's parent node 94 that the CDN node's defrag.mentation process is complete.
Dashed lines in FIG. 6 indicate additional functionality when the CDN node 81 is also a parent node. As discussed above in connection with FIG. 5, after the comparison unit 85 determines the current time is with the minimum usage timeframe 86, the parent node determines whether all of its child node(s) 95 have reported that their defragmentation process is complete. Once ali the child nocie(s) have reported that their defragmentation is complete, the comparison unit 85 continues by determining whether the current time is within the manifest popularity time window threshold 87. If so, the defragmentation process for the parent node is initiated.
Modifications aod other embodiments of the disclosure will come to mind to one skilled in. the art having the benefit of the teachings presented in the foregoing descriptions and the associated drawings. Therefore, it is to be understood that the disclosure is not to be limited to the specific embodiments disclosed and that modifications and other embodiments are intended to be included within the scope of this disclosure. Although specific terms may be employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation. Accordingly, the scope of patented subject matter should not be limited to any of the specific exemplary teachings discussed above, but is instead defined by the following claims.

Claims

WHAT IS CLAIMED IS:
1. A method in an edge node (33) of a Content Distribution Network (CON) (30) for ensuring that a. memory (89) of the edge node contains ail segment files referenced by an associated manifest document (12), the method comprising the steps of:
analyzing (49, 72) the associated manifest document (12) and the segment files stored in the memory (89) of the edge node to determine whether any of the segment files referenced by the associated manifest document ace absent from the memory of the edge node; and
upon determining there are segment files referenced by the associated manifest document that are absent from the memory of the edge node, pull ing (55, 77) the absent segment files from another node in the CDN and storin the pulled segment files in the memory of the edge node.
2. The method as recited in claim I , wherein the step of pu lling the absent segment files from the other node in the CDN includes pulling the absent segment files from a paren t node (32) of the edge node or fro another edge node (33).
3. The method as recited in claim I , wherein the associated manifest document includes a list (21) referencing the segment files that comprise a complete piece of electronic content associated with the manifest document, and the step of analyzing the associated manifest document and the segment files includes:
reading (48, 71) the associated manifest document to identify which segment files comprise the complete piece of electronic content;
detenmmng which segment files are present in the memory of the edge node; and
comparing (53, 75) the present segment files with the list to identify which segment files are absent from the memory of the edge node, . The method as recited in claim 3, wherein the list (21) referencing the segment files that comprise the complete piece of electronic content also indicates a Uniform
Resource Locator (URL) for each listed segment file, and the step of pulling the absent segment files from the other node includes: determining (51, 73) the URL for each absent segment file; and
sending the URL for each absent segment file to the other node in a request for the absent segment file. 5. The method as recited in claim 4, wherein when multiple segment files referenced by the associated manifest document are absent from the memory of the edge nod , the step of sending the URL for each absent segment file to the parent node includes:
compiling die URLs for the multiple absent segment files into a single request; and
sending the request for multiple absent segment flies to the other node.
6, The method as recited in claim L further comprising, prior to analyzing (49, 72) the associated manifest document and the segment files, determining (42, 62) that a current time is within a period of minimum usage of network .resources within the CDN.
7. The method as recited in claim 6, wherein the edge node self-calculates the period of minimum usage of network resources if able, and if not able, the edge node receives from a parent node (32) or from a Redirecior server (31 ) in the CDN, information identifying the period of minimum usage of network resources within the CDN.
8. The method as recited in claim 6, farther comprising, prior to analyzing (49, 72) the manifest document and the segment files, determining (46, 68) that the current time is within a manifest popularity time window threshold to ensure the complete piece of electronic content is available when clients are likely to request the segment files, , The method as recited in claim 8, wherein the edge node receives from a Redirecior server (31 ) in the CDN, information identif ing the manifest popularity time window threshold.
1.0. The method as recited in claim 1 , farther comprising reporting (57, 79) to a parent node (32) that ail segment files referenced by the associated manifest document are stored in the memory of the edge node (33 ), 1 1. An edge node (33, 81) of a Content Distribution Network (CDN) (30) configured to utilize adaptive streaming to deliver a piece of electronic content to requesting clients, wherein the piece of electronic content comprises a plurality of segment files referenced by art associated manifest document (.12), wherein the edge node is configured to ensure that a memory (89) of the edge node contains all segment files referenced by the associated .manifest document, wherein the edge node includes a processor (82) that executes computer program instructions causing the edge node to: analyze (49, 72) the associated manifest document and the segment files stored in the memory (89) of the edge node to determine whether any of the segmen files referenced by the associated manifest document are absent from the memory of the edge node; and
upon determining there are segment files referenced by the associated manifest document that are absent from the memory of the edge node, pull (55, 77) the absent segment files from another node (32, 33, 94) in the CDN and store the pulled segment files in. the memory of the edge node,
12. The edge node as recited in claim 1 1 , wherein, the edge node is configured to pull the absent segment files from a parent node (32, 94) of the edge node or from another edge node (33, 94), 1 . The edge node as recited in claim 1 1, further configured to determine that a current time is within a period of minimum usage of network resources (86) within the CDN prior to analyzing the manifest document and the segment files.
14, The edge node as recited, in claim 13, further configured to determine that the current time is within a manifest popularity time window threshold (87) to ensure the complete piece of electronic content is available when the requesting clients are likely to request the segment files.
1.5. The edge aode as recited m claim 1 1, further configured, after pulling the absent segment files from the parent node, to report (57, 79) to a parent node that al l segment files referenced by the associated manifest document are stored in the memory of the edge node.
16. A parent node (32, 81 ) of a Content Distribution Network (CDN) (30) configured to provide a piece of electronic content to a pluralit of child nodes (33, 94, 95) for further distribution to requesting clients utilizing adaptive streaming, wherein, the piece of electronic content comprises a plurality of segment tiles referenced by an associated manifest document (12), wherein the parent node Is configured to ensure thai a memory (89) of the parent node contains ail of the segment files referenced by the associated manifest document, wherein the parent node includes a processor (82) that executes computer program instructions causing the parent node to:
populate each of the plurality of child nodes with segment files requested by each child node, wherein, when a requested segmeiit file is absent from, the memory of the parent node, the parent node is configured to pull (55, 77) the requested segment file from a higher level node (34, 94) in the CDN, to send the requested segment file to the requesting child node, and to store the requested segment file in the memory (89) of the parent node;
determine thai ail o the plurality of child nodes have reported that their manifest documents are complete;
in response to determining that all of the plurality of child nodes have reported that their manifest documents are complete, analyze (49, 72) the associated manifest document and the segment files stored in the memory of the parent node to determine whether an segment files referenced by the associated manifest document are still absent from the memory of the parent node; and
upon determining there are segment files referenced by the associated manifest document that are still absent from the memory of the parent node, pull (55, 77) the absent segment files from the higher level node in the CDN and store the pulled segment files in the parent node.
17. The parent node as recited 111 claim 16, wherein, the associated manifest document includes a list (21.) referencing the segment files that comprise the complete piece of electronic content, and the parent node is configured to analyze the associated manifest document and the segment files stored in the memory of the parent node b reading (51, 73) the associated manifest document to identify which segment files comprise the complete piece of electronic content, by determining which segment files are present in the memory of the parent node, and b comparing (53, 75) the present segment files with the list to identify which segment files arc absent from the memory of the parent node.
18. The parent node as recited in claim 17, wherein the list (21) referencing the segment files that comprise the complete piece of electronic content also indicates a Uniform Resource Locator (URL) for each, listed segment file, and the parent node is configured to poll (55, 77) the absent segmen files from the higher level node by determining the URL for each absent segment file, and by sending the URL. for each, absent segment file to the higher level node in a request for the absent segment file.
19. The parent node as recited in claim 18, wherein when multiple segment files referenced by the associated manifest document are absent from the memory of the parent node, the parent node is configured to compile the URLs for the multiple absent segment files into a single request, and sending the request for multiple absent segment files to the higher level node.
20. The parent node as recited in claim 16, further configured to determine (42, 62), prior to determining that ail of the plurality of child nodes have reported that their manifest documents are complete, that a current time is within a period of minimum usage of network resources (86) within the CD ,
21. The parent node as recited in claim 20, further configured to determine (46, 68), prior to analyzing (49, 72) the associated manifest document and the segment files stored in the parent node, that, the current time is within a manifest popularit time window threshold (87) to ensure the complete piece of electronic content' is available when clients are likely to request the segment files,
22. The parent node as recited in claim 16, further con figured to report (57, 79) t the higher level node that all segment files referenced by the manifest document are stored in the memory of the parent, node.
PCT/IB2014/061995 2013-06-06 2014-06-05 Defragmentation of adaptive streaming segment files in a content delivery network WO2014195906A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201480044754.5A CN105431835A (en) 2013-06-06 2014-06-05 Defragmentation of adaptive streaming segment files in a content delivery network
EP14808390.0A EP3005176A4 (en) 2013-06-06 2014-06-05 Defragmentation of adaptive streaming segment files in a content delivery network
CA2914603A CA2914603A1 (en) 2013-06-06 2014-06-05 Defragmentation of adaptive streaming segment files in a content delivery network

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201361831908P 2013-06-06 2013-06-06
US61/831,908 2013-06-06
US13/923,005 2013-06-20
US13/923,005 US20140365613A1 (en) 2013-06-06 2013-06-20 Defragmentation of adaptive streaming segment files in a content delivery network

Publications (2)

Publication Number Publication Date
WO2014195906A2 true WO2014195906A2 (en) 2014-12-11
WO2014195906A3 WO2014195906A3 (en) 2015-04-16

Family

ID=52008667

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2014/061995 WO2014195906A2 (en) 2013-06-06 2014-06-05 Defragmentation of adaptive streaming segment files in a content delivery network

Country Status (4)

Country Link
EP (1) EP3005176A4 (en)
CN (1) CN105431835A (en)
CA (1) CA2914603A1 (en)
WO (1) WO2014195906A2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111327651A (en) * 2018-12-14 2020-06-23 华为技术有限公司 Resource downloading method, device, edge node and storage medium
CN109995851B (en) * 2019-03-05 2021-11-26 东南大学 Content popularity prediction and edge caching method based on deep learning

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9167036B2 (en) * 2002-02-14 2015-10-20 Level 3 Communications, Llc Managed object replication and delivery
US7133905B2 (en) * 2002-04-09 2006-11-07 Akamai Technologies, Inc. Method and system for tiered distribution in a content delivery network
US20030204602A1 (en) * 2002-04-26 2003-10-30 Hudson Michael D. Mediated multi-source peer content delivery network architecture
EP1506663B1 (en) * 2002-05-17 2007-05-16 NTT DoCoMo, Inc. De-fragmentation of transmission sequences
KR100772385B1 (en) * 2005-12-07 2007-11-01 삼성전자주식회사 Method and apparatus for transmitting and receiving content on distributed storage system
US7860825B2 (en) * 2006-05-08 2010-12-28 Palm, Inc. Method for synchronizing software application and user data for asynchronous client-server and peer to peer computer networks
US9307020B2 (en) * 2008-10-02 2016-04-05 International Business Machines Corporation Dispersal and retrieval of data fragments in a peer-to-peer data backup and archival network
US9438861B2 (en) * 2009-10-06 2016-09-06 Microsoft Technology Licensing, Llc Integrating continuous and sparse streaming data
CN102479155B (en) * 2010-11-30 2014-07-02 国际商业机器公司 Method and system for memory overload management applied in network application server system
CN102185880B (en) * 2011-03-08 2014-06-18 天脉聚源(北京)传媒科技有限公司 Video live-broadcast load equalizing method and video live-broadcast load equalizing system

Also Published As

Publication number Publication date
CN105431835A (en) 2016-03-23
EP3005176A4 (en) 2017-01-25
WO2014195906A3 (en) 2015-04-16
CA2914603A1 (en) 2014-12-11
EP3005176A2 (en) 2016-04-13

Similar Documents

Publication Publication Date Title
US20140365613A1 (en) Defragmentation of adaptive streaming segment files in a content delivery network
CN102439578B (en) Dynamic variable rate media delivery system
US8489760B2 (en) Media file storage format and adaptive delivery system
US9532114B2 (en) Optimizing caches for media streaming
US8370452B2 (en) Partial object caching
US9838459B2 (en) Enhancing dash-like content streaming for content-centric networks
EP3028467B1 (en) Video caching
JP6308442B2 (en) Method, device, and system for obtaining streaming media data
JP2019033520A (en) Media data providing device, providing method, control device, control method, and program
US20140165119A1 (en) Offline download method, multimedia file download method and system thereof
EP3613183B1 (en) Content based byte-range caching using a dynamically adjusted chunk size
CN105357591A (en) QoE monitoring and optimization method for adaptive code rate video direct broadcast
US20140074961A1 (en) Efficiently Delivering Time-Shifted Media Content via Content Delivery Networks (CDNs)
US20170251033A1 (en) Server, method and computer program product for adaptive streaming of media content to a client
EP2670109B1 (en) Method, system and devices for multimedia delivering in content delivery networks
CN107357526B (en) Method and apparatus for processing network data, server, and storage medium
EP3005176A2 (en) Defragmentation of adaptive streaming segment files in a content delivery network
KR20240060806A (en) Technologies for client-controlled pacing of media streaming
US20140149499A1 (en) Remote request fulfillment and delivery
CN114301848A (en) CDN-based communication method, system, device and storage medium
EP2659388A1 (en) Partial object caching
EP2624520B1 (en) Method, control device and delivery infrastructure for improving efficiency in adaptive streaming
CN110740342B (en) Storage medium, streaming media transmission and playing method, and slicing method and device
CN114254134A (en) Media file acquisition method, server, terminal and storage medium
EP3062210A1 (en) Method and server for the storage of multimedia content and its delivery in adaptive streaming systems

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201480044754.5

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14808390

Country of ref document: EP

Kind code of ref document: A2

ENP Entry into the national phase

Ref document number: 2914603

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2014808390

Country of ref document: EP