US20120303687A1 - Naming scheme for media storage - Google Patents

Naming scheme for media storage Download PDF

Info

Publication number
US20120303687A1
US20120303687A1 US13/571,257 US201213571257A US2012303687A1 US 20120303687 A1 US20120303687 A1 US 20120303687A1 US 201213571257 A US201213571257 A US 201213571257A US 2012303687 A1 US2012303687 A1 US 2012303687A1
Authority
US
United States
Prior art keywords
file
media content
name
directory
content
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US13/571,257
Inventor
Alain Dazzi
Arun Krishnan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Clarendon Foundation Inc
Original Assignee
Clarendon Foundation 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
Application filed by Clarendon Foundation Inc filed Critical Clarendon Foundation Inc
Priority to US13/571,257 priority Critical patent/US20120303687A1/en
Publication of US20120303687A1 publication Critical patent/US20120303687A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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/13File access structures, e.g. distributed indices
    • 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/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/164File meta data generation

Definitions

  • the present disclosure relates generally to computers and computer-related technology. More specifically, the present disclosure relates to the storage and naming of media content in a network for distributing content.
  • Video, audio, and other media files are often made available to client systems from Internet server systems.
  • Internet server systems use a variety of storage devices and methods to store such media files.
  • the media tiles stored on such devices are often given an identifier which may be used to identify the name and location of the file,
  • a mapping service is often used to map the identifier into the physical memory address where the file actually resides. This mapping is typically done through a lookup table.
  • a lookup table may be an effective means of mapping in some cases, it can be relatively slow for other cases. In general, the larger the lookup table, the slower the mapping process. Though methods such as sorting or hashing may be used to speed up the process, there is still a delay during the mapping process. This delay becomes more problematic as media applications become more ubiquitous and as requirements for low latency and instant video start/seek increase.
  • FIG. 1 is a diagram illustrating how content may be stored and accessed on the Internet, according to one example of principles described herein.
  • FIG. 2 is a diagram showing an illustrative lookup table used by traditional naming schemes, according to one example of principles described herein.
  • FIG. 3A is a diagram showing an illustrative process for a traditional content ID lookup, according to one example of principles described herein.
  • FIG. 3B is a diagram showing an illustrative process for performing a computation on a content ID, according to one example of principles described herein.
  • FIG. 4A is a diagram showing an illustrative division of a content ID into subsections and separator characters, according to one example of principles described herein.
  • FIG. 4B is a diagram showing an example of a translated content ID, according to one example of principles described herein.
  • FIG. 5 is a flowchart showing an illustrative method allowing for fast mapping between a content identifier (ID) for a media content file and the file path of said media content file, according to one example of principles described herein.
  • ID content identifier
  • FIG. 6 is a flowchart showing an illustrative method allowing for fast mapping between a content ID for a media content file and the file path of the media content file, according to one example of principles described herein.
  • Video, audio, and other media files are often provided to client systems via access to file storage systems accessible through Internet server systems.
  • Internet server systems use a variety of data storage devices and methods to store such media files.
  • media files are often given an identifier which is sometimes used to identify the name and location of the file.
  • a mapping service is often used to translate the identifier into the physical memory address where the file actually resides. This mapping is typically done through a lookup table.
  • lookup table shall be interpreted to refer to a data structure, usually an array or associative array, often used to replace a runtime computation with a simpler array indexing operation wherein the array is sequentially searched for a desired file.
  • a lookup table may be an effective means of mapping in some cases, it can be relatively slow for other cases. In general, the larger the lookup table, the slower the mapping process. Though methods such as sorting or hashing may be used to speed up the process, there is still a delay during the mapping process. This delay becomes more problematic as media applications become more ubiquitous and as volume capabilities and demands increase.
  • the present efficient mapping processes can be used in conjunction with any number of file identification and/or retrieval systems, efficient mapping processes are particularly useful in conjunction with the storage and on-demand delivery of media files in a system with multi-tier media store architecture.
  • the present content naming scheme is configured to be used with a media streaming system configured to grow to include a massive number of content files spread across a large number of nodes that are distributed over multiple point-of-presence (POP) access points across the globe.
  • POP point-of-presence
  • the present exemplary naming scheme is configured to allow components to quickly access individual content files as the system scales up to a very large size (peta bytes or larger).
  • the present exemplary system and method relates to a naming scheme for identifiers used by media content stored on a networked server and storage system.
  • the networked server system is an internet server system.
  • the identifier may be assigned to a file when the storage system first obtains the new file.
  • the string of characters making up the identifier may be divided into a plurality of subsections separated by a separator character.
  • the subsections may be placed in a specific order so that a particular subsection represents a subfolder within a folder represented by a preceding subsection.
  • a computation may be performed on the identifier assigned to the file to determine the location of a file.
  • a system using a naming scheme embodying principles described herein will be able to perform the mapping relatively fast compared to traditional name mapping methods.
  • the method for naming media content files is capable of identifying all content on a networked storage system; allows system components in the fast streaming path to quickly locate content in a networked media store without having to perform computationally expensive data structure or directory lookups; binds content to customers; indicates where in the network the identified content is guaranteed to be found; supports content transcoded into multiple streaming formats, bit rates; and supports adaptive streaming.
  • media content file refers to any media file or asset thereof.
  • path of a media content file refers to the actual name and directory location used by an electronic storage system storing the media content file.
  • media content file name will refer to the name only of a media content file and not the directories in which it is located.
  • content identifier refers to a unique identifier assigned to a media content file.
  • content identifier refers to a string of characters, not in the form of a file path, that identifies a specific media content file.
  • mapping will refer to the conversion of a content ID to a media content file name.
  • mapping service will refer to a mechanism providing the mapping.
  • subsection will refer to a division of a content ID.
  • subsection name will refer to the string of characters identifying a subsection.
  • directory will refer to a virtual container within an electronic storage system, in which media content files or subdirectories may be contained.
  • a “directory name” will refer to the actual string of characters identifying a directory.
  • FIG. 1 is a diagram illustrating how media content files may be stored and accessed over the Internet. While the present exemplary system and method will be described in the context of an Internet based system, the present exemplary system and method may equally be applied to any number of networked systems.
  • media content files may be made available by internet servers ( 102 ) to client systems ( 104 ).
  • client system ( 104 ) desires to access media content files on the internet ( 106 )
  • a request for a media content file is made using a content identifier (ID) for the desired media content file.
  • ID content identifier
  • the server ( 102 ) often provides a mapping service to determine the actual name and location of the desired media content file located in data storage ( 108 ).
  • FIG. 2 is a diagram showing an illustrative lookup table ( 206 ) used by traditional naming schemes ( 200 ).
  • a lookup table will typically contain a content ID column ( 202 ) and a media content file name column ( 204 ).
  • the content ID ( 202 ) may be any arbitrarily assigned value, usually made of a string of characters. These characters may include alphanumeric characters as well as other symbols.
  • the content ID will be searched for from the values in the content ID column ( 202 ). Sorting and hashing methods may be used to increase the efficiency of this process. After a match is found, the mapping process may then return a media content file name associated with the found content ID.
  • the file path may be represented in a variety of ways,
  • a common way for an electronic storage system to display a file path is to display the root directory name first followed by a forward slash 7 ′. If the media content file is contained within a subdirectory within the root directory, the subdirectory name will be displayed next followed by another forward slash. If the media content file is stored within an additional subdirectory within the previously mentioned subdirectory, the additional subdirectory is likewise displayed next followed by another forward slash. The actual media content file name is displayed after the forward slash following the immediate subdirectory name of the subdirectory containing the media content file.
  • the file path “/www/mstore2/dir5/file7.jtv” indicates the root directory of www, a common root directory name for internet media storage.
  • Within the root directory is a subdirectory with a subdirectory name of “mstore2”.
  • Within the subdirectory named “mstore2” is a subdirectory with a subdirectory name of “dir5”.
  • Within the subdirectory named “dir5” is a media content file with the media content file name of “file7”.
  • the type of media content file is denoted by the extension “.jtv”.
  • a file extension may denote the type of file it is associated with.
  • FIG. 3A is a diagram showing an illustrative process for a traditional content ID lookup.
  • the mapping service searches the lookup table ( 302 ) to find the submitted content ID ( 302 ).
  • the mapping service returns the file path of the media content file, allowing the server system to locate the requested media content file in the media store ( 306 ).
  • the server system may then provide the client system with access to the requested media content file.
  • mapping using a lookup table will eventually identify the desired content ID, the process is relatively resource intensive and, depending on the size of the lookup table, may not be as efficient as is desired for media delivery applications. Also, a single lookup table will not scale for massively distributed servers and storage nodes except if the table has been designed to be distributed across server nodes. Specifically, the table lookup process can be unacceptably inefficient when operating with massively distributed media stores and fast content delivery requirements.
  • FIG. 3B is a diagram showing an illustrative process for performing a computation on a content ID, according to one example.
  • mapping service ( 308 ) when a client system requests access to media content on the media store ( 306 ), the mapping service ( 308 ) performs a computation directly on the content ID ( 302 ) to return the tile path of the requested media content file. Consequently, the file path of the requested media content file is readily provided without the inefficiencies associated with a lookup table process—whether a single or distributed table.
  • This mapping scheme has a constant O(1) computation time irrespective of the number of content files and the corresponding distribution and location in the storage scheme.
  • the mapping service ( 308 ) may include at least one processor ( 310 ) communicatively coupled to a memory ( 312 ) storing executable code that causes said processor ( 310 ) to perform the steps described herein for ascertaining the file path of the requested media content from the content ID ( 302 ).
  • FIG. 4A is a diagram showing an illustrative division of a content ID ( 400 ) into subsections and separator characters, according to one example.
  • a content ID may be made up of a string of characters.
  • the content ID may be divided up into a plurality of subsections ( 402 - 1 , 402 - 2 , 402 - 3 , 402 - 4 ) with a separator character ( 404 ) in between each subsection.
  • Each subsection may include a number of characters.
  • the first subsection ( 402 - 1 ) may be named to denote a specific volume on which the media content file identified by the content ID is stored. Further subsections ( 402 - 2 , 402 - 3 ) may be named to denote specific subfolders containing the media content file identified by the content ID. The last subsection ( 402 - 4 ) may be associated with the actual file name of the media file.
  • a separator character ( 404 ) is used to separate the various subsections and may be any character which is denoted by the system as such. The characters making up the subsections may not include the separator character.
  • An example of a separator character ( 404 ) may be an underscore ‘ ’, a dash ‘-’, or even any random number or letter.
  • FIG. 4B is a diagram showing an example of a content ID association ( 406 ).
  • the subsections associations could include a cluster ID ( 408 ), a customer ID ( 410 ), and a media ID ( 412 ) including a video ID ( 414 ), an asset ID ( 416 ), and a tile extension ( 418 ).
  • FIG. 4B further includes an example content ID ( 420 ), and an example translated content ( 422 ).
  • the subsection names may denote specific properties of the media content file.
  • One subsection name may be a cluster ID ( 408 ) which may identify a cluster within a storage network,
  • a cluster is a number of storage volumes.
  • the cluster may be controlled by a single hardware controller. Thus, the cluster will appear to a system as one volume.
  • Data may be mirrored, striped, or a combination of both across the volumes within a cluster.
  • Mirroring refers to duplicating data across multiple volumes.
  • Striping refers to spreading data across multiple volumes.
  • data may also be selectively replicated across multiple clusters.
  • the same content ID may be used to refer to a media content file at each location.
  • the recipient server cluster may first check to see if the file path indicated by the content ID is present in its own storage. If the file path is not found on the recipient cluster, the cluster ID ( 408 ) from the content ID may be used to determine the home storage volume of the media content file. Once the home storage volume for the media content file has been located, the recipient cluster may either redirect the client request to the home cluster for the media content file or download the media content file from its home cluster and then serve the requested media content file to the client.
  • One subsection name may be a customer ID ( 410 ) which may identify a customer storing media files on the storage.
  • Various customers may produce media content and desire that their content be made available to client systems.
  • the media ID subsections ( 412 ) may include a plurality of characters which may identify a customer's content.
  • the media ID ( 412 ) may include a video ID ( 414 ), an asset ID ( 414 ), and a file extension.
  • One subsection name may be a video ID ( 414 ) which may correspond to a folder name which may identify a particular video belonging to a customer.
  • files which are named in accordance with an asset ID ( 416 ) are stored.
  • Each video may have several asset files.
  • the asset files may include among other things, a video file, an audio file, a subtitle file etc.
  • electronic files typically have a file extension ( 418 ) identifying file type.
  • FIG. 4B also shows an example content ID ( 420 ) in this example, ‘M1010’ Identifies the cluster associated with a media content file, ‘JITTR’ identifies a customer associated with the media content file, ‘W3rjxt8 d ’ identifies a video belonging to the customer or owner of the media content file, ‘kWffx8f3Id’ identifies an asset file within the folder with the same name as the video ID ( 414 ) folder, and the extension ‘.jta.’ identifies the file type.
  • An underscore ‘ ’ is used as a separator character.
  • the subsection names may be obfuscated to provide security for the media file.
  • mapping process (block 510 ) does not actually scan the contentID for a separator.
  • Separator can be any random character so as to obfuscate the contentID.
  • FIG. 4B also illustrates a path and name of a file having been mapped by a mapping service.
  • the mapping service may replace the cluster ID ( 408 ) with the root directory of the identified cluster. All separator characters may be replaced with the forward slash ‘/’ character.
  • the translated content ID ( 422 ) will be the path and file name of the desired file.
  • FIG. 5 is a flowchart showing an illustrative method allowing for fast mapping between a content identifier (ID) for a media content file and the file path of said media content file.
  • a content ID may be divided (block 502 ) into a plurality of ordered subsections, each subsection being separated by a separator character.
  • At least one subsection may be correlated (block 504 ) with a directory in an electronic file system.
  • At least one of the subsections may be correlated (block 506 ) with a name for a media content file located within a directory being named to correlate with a preceding subsection name.
  • FIG. 6 is a flowchart showing an illustrative method for determining a file path for a media file corresponding to a content ID received from a client system.
  • the content ID may be divided (block 604 ) into a plurality of ordered subsections, each subsection being separated by a separator character.
  • At least one subsection may be correlated (block 606 ) with a directory in an electronic file system.
  • a last of the subsections may be correlated (block 608 ) with a name for a media content file located within a directory being named to correlate with a preceding subsection name.
  • the first subsection of the content ID may be replaced (block 610 ) with the root directory name of the volume storing the media content file.
  • the separator characters may be replaced (block 612 ) with the forward slash character ‘/’
  • the result of the above mentioned replacements may be a file path for the media content file. This file path may be used to locate the media content file in one or more clusters as described above. In certain examples, the file path will refer to a file location in a server cluster that receives the content ID from the client system.
  • the present exemplary system and method is particularly suited for video streaming.
  • video streaming is meant to be understood as a system whereby an Internet user requests a video (which is done using a standard HTTP “GET” request) and chunks or streamlets of video are transferred over the Internet from one or more origin Web servers to the client's Web browser or client application where they are reassembled in the correct order.
  • video streaming is very data intensive and time sensitive, the present exemplary system and method are well suited to providing data from one or more data sources to support adaptive streaming.
  • the content ID may include a string of characters divided into a plurality of subsections.
  • the subsection names may correlate to directories of an file-based electronic storage system in which the media content file identified by the content ID is stored. Consequently, the ability to efficiently and quickly provide desired media content from a data store of potentially unlimited size is realized.
  • the present exemplary system is capable of identifying all content on a networked storage; allows system components in a fast streaming path to quickly locate content in a networked media store without having to perform computationally expensive directory lookups; binds content to customers; indicates where in the network the identified content is guaranteed to be found; supports content transcoded into multiple streaming formats, bit rates; and supports adaptive streaming.

Abstract

A method allowing for fast mapping between a content identifier (ID) for a media content file and the file path of said media content file includes: dividing a plurality of characters making up the contend ID into a plurality of ordered subsections separated by a separator character, correlating at least one of the subsections with a directory in an electronic file system, and correlating the last of the subsections with a name of the media content file, the media content file being located within a directory correlated with a preceding subsection.

Description

    CROSS-REFERENCE TO RELATED PATENT APPLICATIONS
  • The present invention claims the benefit of U.S. patent application Ser. No. 13/015,076 filed Jan. 27, 2011 which also claims benefit to U.S. Provisional Patent Application Ser. No. 61/299,498 filed Jan. 29, 2010, which is incorporated herein by reference.
  • TECHNICAL FIELD
  • The present disclosure relates generally to computers and computer-related technology. More specifically, the present disclosure relates to the storage and naming of media content in a network for distributing content.
  • BACKGROUND
  • Video, audio, and other media files are often made available to client systems from Internet server systems. Internet server systems use a variety of storage devices and methods to store such media files. The media tiles stored on such devices are often given an identifier which may be used to identify the name and location of the file, A mapping service is often used to map the identifier into the physical memory address where the file actually resides. This mapping is typically done through a lookup table.
  • Although a lookup table may be an effective means of mapping in some cases, it can be relatively slow for other cases. In general, the larger the lookup table, the slower the mapping process. Though methods such as sorting or hashing may be used to speed up the process, there is still a delay during the mapping process. This delay becomes more problematic as media applications become more ubiquitous and as requirements for low latency and instant video start/seek increase.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram illustrating how content may be stored and accessed on the Internet, according to one example of principles described herein.
  • FIG. 2 is a diagram showing an illustrative lookup table used by traditional naming schemes, according to one example of principles described herein.
  • FIG. 3A is a diagram showing an illustrative process for a traditional content ID lookup, according to one example of principles described herein.
  • FIG. 3B is a diagram showing an illustrative process for performing a computation on a content ID, according to one example of principles described herein.
  • FIG. 4A is a diagram showing an illustrative division of a content ID into subsections and separator characters, according to one example of principles described herein.
  • FIG. 4B is a diagram showing an example of a translated content ID, according to one example of principles described herein.
  • FIG. 5 is a flowchart showing an illustrative method allowing for fast mapping between a content identifier (ID) for a media content file and the file path of said media content file, according to one example of principles described herein.
  • FIG. 6 is a flowchart showing an illustrative method allowing for fast mapping between a content ID for a media content file and the file path of the media content file, according to one example of principles described herein.
  • Throughout the drawings, identical reference numbers designate similar, but not necessarily identical, elements.
  • DETAILED DESCRIPTION
  • Video, audio, and other media files are often provided to client systems via access to file storage systems accessible through Internet server systems. Internet server systems use a variety of data storage devices and methods to store such media files. According to one exemplary system and method, media files are often given an identifier which is sometimes used to identify the name and location of the file. A mapping service is often used to translate the identifier into the physical memory address where the file actually resides. This mapping is typically done through a lookup table. As used herein, the term “lookup table” shall be interpreted to refer to a data structure, usually an array or associative array, often used to replace a runtime computation with a simpler array indexing operation wherein the array is sequentially searched for a desired file.
  • Although a lookup table may be an effective means of mapping in some cases, it can be relatively slow for other cases. In general, the larger the lookup table, the slower the mapping process. Though methods such as sorting or hashing may be used to speed up the process, there is still a delay during the mapping process. This delay becomes more problematic as media applications become more ubiquitous and as volume capabilities and demands increase.
  • While the present efficient mapping processes can be used in conjunction with any number of file identification and/or retrieval systems, efficient mapping processes are particularly useful in conjunction with the storage and on-demand delivery of media files in a system with multi-tier media store architecture. According to one example, the present content naming scheme is configured to be used with a media streaming system configured to grow to include a massive number of content files spread across a large number of nodes that are distributed over multiple point-of-presence (POP) access points across the globe. The present exemplary naming scheme is configured to allow components to quickly access individual content files as the system scales up to a very large size (peta bytes or larger).
  • Accordingly, the present exemplary system and method relates to a naming scheme for identifiers used by media content stored on a networked server and storage system. According to one example, the networked server system is an internet server system. The identifier may be assigned to a file when the storage system first obtains the new file. According to one illustrative example, the string of characters making up the identifier may be divided into a plurality of subsections separated by a separator character. The subsections may be placed in a specific order so that a particular subsection represents a subfolder within a folder represented by a preceding subsection. Instead of using a lookup table in the mapping process, a computation may be performed on the identifier assigned to the file to determine the location of a file. A system using a naming scheme embodying principles described herein will be able to perform the mapping relatively fast compared to traditional name mapping methods.
  • According to the exemplary system and method described herein, the method for naming media content files is capable of identifying all content on a networked storage system; allows system components in the fast streaming path to quickly locate content in a networked media store without having to perform computationally expensive data structure or directory lookups; binds content to customers; indicates where in the network the identified content is guaranteed to be found; supports content transcoded into multiple streaming formats, bit rates; and supports adaptive streaming.
  • In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present systems and methods. It will be apparent, however, to one skilled in the art that the present apparatus, systems and methods may be practiced without these specific details. Reference in the specification to “an embodiment,” “an example” or similar language means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least that one embodiment, but not necessarily in other embodiments. The various instances of the phrase “in one embodiment” or similar phrases in various places in the specification are not necessarily all referring to the same embodiment.
  • Throughout this specification and in the appended claims, the term “media content file” refers to any media file or asset thereof.
  • The “path of a media content file”, or “file path” refers to the actual name and directory location used by an electronic storage system storing the media content file. The term “media content file name” will refer to the name only of a media content file and not the directories in which it is located.
  • Throughout this specification and in the appended claims, the term “content identifier” or “content ID” refers to a unique identifier assigned to a media content file. In particular, the term “content identifier” or “content ID” as used herein refers to a string of characters, not in the form of a file path, that identifies a specific media content file.
  • Throughout this specification and in the appended claims, the term “map,” or “mapping” will refer to the conversion of a content ID to a media content file name. Further, a “mapping service” will refer to a mechanism providing the mapping.
  • Throughout this specification and in the appended claims, the term “subsection” will refer to a division of a content ID. The “subsection name” will refer to the string of characters identifying a subsection.
  • Throughout this specification, a “directory” will refer to a virtual container within an electronic storage system, in which media content files or subdirectories may be contained. A “directory name” will refer to the actual string of characters identifying a directory.
  • Referring now to the figures, FIG. 1 is a diagram illustrating how media content files may be stored and accessed over the Internet. While the present exemplary system and method will be described in the context of an Internet based system, the present exemplary system and method may equally be applied to any number of networked systems. As mentioned above, media content files may be made available by internet servers (102) to client systems (104). When a client system (104) desires to access media content files on the internet (106), a request for a media content file is made using a content identifier (ID) for the desired media content file. The server (102) often provides a mapping service to determine the actual name and location of the desired media content file located in data storage (108).
  • The mapping service is traditionally performed with a lookup table. FIG. 2 is a diagram showing an illustrative lookup table (206) used by traditional naming schemes (200). A lookup table will typically contain a content ID column (202) and a media content file name column (204).
  • According to traditional systems and methods, the content ID (202) may be any arbitrarily assigned value, usually made of a string of characters. These characters may include alphanumeric characters as well as other symbols. During mapping, the content ID will be searched for from the values in the content ID column (202). Sorting and hashing methods may be used to increase the efficiency of this process. After a match is found, the mapping process may then return a media content file name associated with the found content ID.
  • The file path may be represented in a variety of ways, A common way for an electronic storage system to display a file path is to display the root directory name first followed by a forward slash 7′. If the media content file is contained within a subdirectory within the root directory, the subdirectory name will be displayed next followed by another forward slash. If the media content file is stored within an additional subdirectory within the previously mentioned subdirectory, the additional subdirectory is likewise displayed next followed by another forward slash. The actual media content file name is displayed after the forward slash following the immediate subdirectory name of the subdirectory containing the media content file. For example, the file path “/www/mstore2/dir5/file7.jtv” indicates the root directory of www, a common root directory name for internet media storage. Within the root directory is a subdirectory with a subdirectory name of “mstore2”. Within the subdirectory named “mstore2” is a subdirectory with a subdirectory name of “dir5”. Within the subdirectory named “dir5” is a media content file with the media content file name of “file7”. The type of media content file is denoted by the extension “.jtv”. As will be appreciated by one skilled in the relevant art, a file extension may denote the type of file it is associated with.
  • As mentioned above, a lookup table is used when a client system requests a media content file from data storage by submitting the content ID. FIG. 3A is a diagram showing an illustrative process for a traditional content ID lookup. When the content ID (302) is submitted by the client system, the mapping service searches the lookup table (302) to find the submitted content ID (302). Upon finding the submitted content ID, the mapping service returns the file path of the media content file, allowing the server system to locate the requested media content file in the media store (306). The server system may then provide the client system with access to the requested media content file.
  • While mapping using a lookup table will eventually identify the desired content ID, the process is relatively resource intensive and, depending on the size of the lookup table, may not be as efficient as is desired for media delivery applications. Also, a single lookup table will not scale for massively distributed servers and storage nodes except if the table has been designed to be distributed across server nodes. Specifically, the table lookup process can be unacceptably inefficient when operating with massively distributed media stores and fast content delivery requirements.
  • The present exemplary system and method provide a way to increase the efficiency of the mapping process by using a naming scheme for the file paths and content ID that allows a consistent computation to be performed directly on the content ID to determine the file path of a media content file. This scheme even precludes the need for distributed lookup tables to address the requirement for mapping of content distributed across a large number of storage nodes. FIG. 3B is a diagram showing an illustrative process for performing a computation on a content ID, according to one example.
  • According to one illustrative example, when a client system requests access to media content on the media store (306), the mapping service (308) performs a computation directly on the content ID (302) to return the tile path of the requested media content file. Consequently, the file path of the requested media content file is readily provided without the inefficiencies associated with a lookup table process—whether a single or distributed table. This mapping scheme has a constant O(1) computation time irrespective of the number of content files and the corresponding distribution and location in the storage scheme. As understood by those having skill in the art, the mapping service (308) may include at least one processor (310) communicatively coupled to a memory (312) storing executable code that causes said processor (310) to perform the steps described herein for ascertaining the file path of the requested media content from the content ID (302).
  • FIG. 4A is a diagram showing an illustrative division of a content ID (400) into subsections and separator characters, according to one example. As illustrated, a content ID may be made up of a string of characters. To facilitate the computation shown in FIG. 3B, the content ID may be divided up into a plurality of subsections (402-1, 402-2, 402-3, 402-4) with a separator character (404) in between each subsection. Each subsection may include a number of characters.
  • In one example, the first subsection (402-1) may be named to denote a specific volume on which the media content file identified by the content ID is stored. Further subsections (402-2, 402-3) may be named to denote specific subfolders containing the media content file identified by the content ID. The last subsection (402-4) may be associated with the actual file name of the media file.
  • A separator character (404) is used to separate the various subsections and may be any character which is denoted by the system as such. The characters making up the subsections may not include the separator character. An example of a separator character (404) may be an underscore ‘ ’, a dash ‘-’, or even any random number or letter.
  • In one example, the subsections could be associated with various properties of the media content file. FIG. 4B is a diagram showing an example of a content ID association (406). According to one illustrative example, the subsections associations could include a cluster ID (408), a customer ID (410), and a media ID (412) including a video ID (414), an asset ID (416), and a tile extension (418). FIG. 4B further includes an example content ID (420), and an example translated content (422).
  • The subsection names may denote specific properties of the media content file. One subsection name may be a cluster ID (408) which may identify a cluster within a storage network, A cluster is a number of storage volumes. The cluster may be controlled by a single hardware controller. Thus, the cluster will appear to a system as one volume. Data may be mirrored, striped, or a combination of both across the volumes within a cluster. Mirroring refers to duplicating data across multiple volumes. Striping refers to spreading data across multiple volumes.
  • In certain examples, data may also be selectively replicated across multiple clusters. In such examples, the same content ID may be used to refer to a media content file at each location. Thus, if a server cluster receives a request for a media content file correlated with a content ID, the recipient server cluster may first check to see if the file path indicated by the content ID is present in its own storage. If the file path is not found on the recipient cluster, the cluster ID (408) from the content ID may be used to determine the home storage volume of the media content file. Once the home storage volume for the media content file has been located, the recipient cluster may either redirect the client request to the home cluster for the media content file or download the media content file from its home cluster and then serve the requested media content file to the client.
  • One subsection name may be a customer ID (410) which may identify a customer storing media files on the storage. Various customers may produce media content and desire that their content be made available to client systems.
  • The media ID subsections (412) may include a plurality of characters which may identify a customer's content. The media ID (412) may include a video ID (414), an asset ID (414), and a file extension. One subsection name may be a video ID (414) which may correspond to a folder name which may identify a particular video belonging to a customer. Within the folder having the same name as the video ID (414), files which are named in accordance with an asset ID (416) are stored. Each video may have several asset files. The asset files may include among other things, a video file, an audio file, a subtitle file etc. As will be appreciated by those skilled in the relevant art, electronic files typically have a file extension (418) identifying file type.
  • FIG. 4B also shows an example content ID (420) in this example, ‘M1010’ Identifies the cluster associated with a media content file, ‘JITTR’ identifies a customer associated with the media content file, ‘W3rjxt8d’ identifies a video belonging to the customer or owner of the media content file, ‘kWffx8f3Id’ identifies an asset file within the folder with the same name as the video ID (414) folder, and the extension ‘.jta.’ identifies the file type. An underscore ‘ ’ is used as a separator character. In one example and in the example shown, the subsection names may be obfuscated to provide security for the media file. [the system is actually replacing characters at specific byte offsets to perform the mapping from content ID to filename. Mapping process (block 510) does not actually scan the contentID for a separator. Separator can be any random character so as to obfuscate the contentID.
  • FIG. 4B also illustrates a path and name of a file having been mapped by a mapping service. According to one illustrative example, the mapping service may replace the cluster ID (408) with the root directory of the identified cluster. All separator characters may be replaced with the forward slash ‘/’ character. The translated content ID (422) will be the path and file name of the desired file.
  • FIG. 5 is a flowchart showing an illustrative method allowing for fast mapping between a content identifier (ID) for a media content file and the file path of said media content file. According to one illustrative example, a content ID may be divided (block 502) into a plurality of ordered subsections, each subsection being separated by a separator character. At least one subsection may be correlated (block 504) with a directory in an electronic file system. At least one of the subsections may be correlated (block 506) with a name for a media content file located within a directory being named to correlate with a preceding subsection name.
  • FIG. 6 is a flowchart showing an illustrative method for determining a file path for a media file corresponding to a content ID received from a client system. Upon receipt (block 602) of a content ID from a client system, the content ID may be divided (block 604) into a plurality of ordered subsections, each subsection being separated by a separator character. At least one subsection may be correlated (block 606) with a directory in an electronic file system. A last of the subsections may be correlated (block 608) with a name for a media content file located within a directory being named to correlate with a preceding subsection name. The first subsection of the content ID may be replaced (block 610) with the root directory name of the volume storing the media content file. The separator characters may be replaced (block 612) with the forward slash character ‘/’ The result of the above mentioned replacements may be a file path for the media content file. This file path may be used to locate the media content file in one or more clusters as described above. In certain examples, the file path will refer to a file location in a server cluster that receives the content ID from the client system.
  • According to one example, the present exemplary system and method is particularly suited for video streaming. As used herein, the term “video streaming” is meant to be understood as a system whereby an Internet user requests a video (which is done using a standard HTTP “GET” request) and chunks or streamlets of video are transferred over the Internet from one or more origin Web servers to the client's Web browser or client application where they are reassembled in the correct order. As video streaming is very data intensive and time sensitive, the present exemplary system and method are well suited to providing data from one or more data sources to support adaptive streaming.
  • In conclusion, by assigning a content ID to a file based on its file path within a data storage, a simple and comparably rapid computation may be performed to determine the file path from the content ID. The content ID may include a string of characters divided into a plurality of subsections. The subsection names may correlate to directories of an file-based electronic storage system in which the media content file identified by the content ID is stored. Consequently, the ability to efficiently and quickly provide desired media content from a data store of potentially unlimited size is realized. Furthermore, the present exemplary system is capable of identifying all content on a networked storage; allows system components in a fast streaming path to quickly locate content in a networked media store without having to perform computationally expensive directory lookups; binds content to customers; indicates where in the network the identified content is guaranteed to be found; supports content transcoded into multiple streaming formats, bit rates; and supports adaptive streaming.
  • The preceding description has been presented only to illustrate and describe embodiments and examples of the principles described. This description is not intended to be exhaustive or to limit these principles to any precise form disclosed. Many modifications and variations are possible in light of the above teaching.

Claims (20)

1. A method allowing for fast mapping between a content identifier (ID) for a media content file and a file path of said media content file in an electronic data storage system, the method comprising:
dividing a plurality of characters making up said content ID into a plurality of ordered subsections separated by a separator character;
correlating at least one of said subsections with a directory in an electronic tile system for said electronic data storage system; and
correlating the last of said subsections with a name of said media content file, said media content file being located within a directory correlated with a preceding subsection.
2. The method of claim 1, further comprising:
receiving a content ID from a client system;
replacing at least a first subsection of said content ID with a root directory on a volume where said media content file is located; and
replacing each of said separator characters with a forward slash character to create said file path for said media content file.
3. The method of claim 1, in which said media content file is one of a video file, an audio file, or a data file.
4. The method of claim 1, in which at least one subsection name correlates to a name of a cluster on a data storage network.
5. The method of claim 1, in which at least one subsection name correlates to a name of a storage volume.
6. The method of claim 1, in which a name of a said directory in said electronic file system identifies an owner of said media content file.
7. The method of claim 5, in which a name of a said directory in said electronic file system identifies a group of media content files.
8. A content identifier mapping system comprising:
at least one processor configured to access and execute computer readable instructions stored on a computer readable storage medium;
said computer readable instructions being configured to cause said at least one processor to, upon execution of said computer readable instructions:
divide a plurality of characters making up a content Identifier (ID) into a plurality of ordered subsections separated by a separator character;
correlate at least one of said subsections with a directory in an electronic file system; and
correlate a last of said subsections with a name of a media content file, said media content file being located within a directory correlated with a preceding subsection.
9. The system of claim 8, in which said computer readable instructions are further configured to:
upon receipt of a content from a client system, replace a first subsection of said content ID with a root directory on a volume where said media content file is located; and
replace each of said separator characters with a forward slash character to create a file path for said media content file.
10. The system of claim 8, in which said media content file comprises one of a video file, an audio file, or a data file.
11. The system of claim 8, in which at least one subsection name correlates to a name of a cluster on a data storage network.
12. The system of claim 8, in which at least one subsection name correlates to a name of a storage volume.
13. The system of claim 8, in which a name of a said directory in said electronic system identifies an owner of said media content file.
14. The system of claim 8, in which a name of a said directory in said electronic file system identifies a group of media content files.
15. A method of providing a media content file to a client system, comprising:
receiving a content identifier (ID) from said client system;
dividing a plurality of characters making up said content ID into a plurality of ordered subsections separated by a separator character;
replacing a first subsection of said content ID with a root directory on a storage volume where said media content file is located;
replacing each of said separator characters with a forward slash character to create a file path for said media content file;
locating said media content file using said file path; and
providing said media content file to said client system.
16. The method of claim 15, in which said media content file is one of a video file, an audio file, or a data file.
17. The method of claim 15, in which at least one subsection name correlates to a name of a cluster on a data storage network.
18. The method of claim 15, in which at least one subsection name correlates to a name of a storage volume.
19. The method of claim 15, in which a name of a said directory in said electronic file system identifies an owner of said media content file.
20. The method of claim 19, in which a name of a said directory in said electronic file system identifies a group of media content files.
US13/571,257 2010-01-29 2012-08-09 Naming scheme for media storage Abandoned US20120303687A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/571,257 US20120303687A1 (en) 2010-01-29 2012-08-09 Naming scheme for media storage

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US29949810P 2010-01-29 2010-01-29
US13/015,076 US8260833B2 (en) 2010-01-29 2011-01-27 Naming scheme for media storage
US13/571,257 US20120303687A1 (en) 2010-01-29 2012-08-09 Naming scheme for media storage

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/015,076 Continuation US8260833B2 (en) 2010-01-29 2011-01-27 Naming scheme for media storage

Publications (1)

Publication Number Publication Date
US20120303687A1 true US20120303687A1 (en) 2012-11-29

Family

ID=44342562

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/015,076 Expired - Fee Related US8260833B2 (en) 2010-01-29 2011-01-27 Naming scheme for media storage
US13/571,257 Abandoned US20120303687A1 (en) 2010-01-29 2012-08-09 Naming scheme for media storage

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/015,076 Expired - Fee Related US8260833B2 (en) 2010-01-29 2011-01-27 Naming scheme for media storage

Country Status (1)

Country Link
US (2) US8260833B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107239522A (en) * 2017-05-26 2017-10-10 努比亚技术有限公司 Picture storage method, equipment and computer-readable storage medium
CN109933580A (en) * 2019-02-14 2019-06-25 北京奇艺世纪科技有限公司 Training data generation method, device and server

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9002935B1 (en) * 2010-05-04 2015-04-07 Google Inc. Copying document content through a hosted system
US20120197902A1 (en) 2011-01-28 2012-08-02 International Business Machines Corporation Data ingest optimization
US20140250091A1 (en) * 2013-03-04 2014-09-04 Cyberlink Corp. Systems and Methods for Managing Media Files
US10204103B2 (en) * 2014-06-17 2019-02-12 Fox Digital Enterprises, Inc. Digital asset dock (DAD)
US11234059B1 (en) 2018-09-04 2022-01-25 Amazon Technologies, Inc. Automatically processing content streams for insertion points
US10951932B1 (en) * 2018-09-04 2021-03-16 Amazon Technologies, Inc. Characterizing attributes of user devices requesting encoded content streaming
US11064237B1 (en) 2018-09-04 2021-07-13 Amazon Technologies, Inc. Automatically generating content for dynamically determined insertion points
US10904593B1 (en) 2018-09-04 2021-01-26 Amazon Technologies, Inc. Managing content encoding based on detection of user device configurations

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050177568A1 (en) * 2000-11-21 2005-08-11 Diamond Theodore G. Full-text relevancy ranking
US20090172197A1 (en) * 2007-12-28 2009-07-02 Yahoo! Inc. Creating and editing media objects using web requests

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6385693B1 (en) 1997-12-31 2002-05-07 At&T Corp. Network server platform/facilities management platform caching server
US6490705B1 (en) 1998-10-22 2002-12-03 Lucent Technologies Inc. Method and apparatus for receiving MPEG video over the internet
US6651103B1 (en) 1999-04-20 2003-11-18 At&T Corp. Proxy apparatus and method for streaming media information and for increasing the quality of stored media information
US6708213B1 (en) 1999-12-06 2004-03-16 Lucent Technologies Inc. Method for streaming multimedia information over public networks
US6757796B1 (en) 2000-05-15 2004-06-29 Lucent Technologies Inc. Method and system for caching streaming live broadcasts transmitted over a network
US6978306B2 (en) 2000-08-10 2005-12-20 Pts Corporation Multi-tier video delivery network
US6792449B2 (en) 2001-06-28 2004-09-14 Microsoft Corporation Startup methods and apparatuses for use in streaming content
US6801964B1 (en) 2001-10-25 2004-10-05 Novell, Inc. Methods and systems to fast fill media players

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050177568A1 (en) * 2000-11-21 2005-08-11 Diamond Theodore G. Full-text relevancy ranking
US20090172197A1 (en) * 2007-12-28 2009-07-02 Yahoo! Inc. Creating and editing media objects using web requests

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107239522A (en) * 2017-05-26 2017-10-10 努比亚技术有限公司 Picture storage method, equipment and computer-readable storage medium
CN109933580A (en) * 2019-02-14 2019-06-25 北京奇艺世纪科技有限公司 Training data generation method, device and server

Also Published As

Publication number Publication date
US8260833B2 (en) 2012-09-04
US20110191397A1 (en) 2011-08-04

Similar Documents

Publication Publication Date Title
US8260833B2 (en) Naming scheme for media storage
USRE48791E1 (en) Scalable, adaptable, and manageable system for multimedia identification
US8095726B1 (en) Associating an identifier with a content unit
US20150254344A1 (en) Scalable, Adaptable, and Manageable System for Multimedia Identification
US8117215B2 (en) Distributing content indices
CN103077199B (en) A kind of file resource Search and Orientation method and device
US7162571B2 (en) Methods and apparatus for parsing a content address to facilitate selection of a physical storage location in a data storage system
US7444389B2 (en) Methods and apparatus for generating a content address to indicate data units written to a storage system proximate in time
US10120871B2 (en) File system enabling fast purges and file access
US8185684B1 (en) Method and apparatus for resolving volume identifiers associated with a virtual machine
US9377953B2 (en) Efficiency sets in a distributed system
US8239337B2 (en) Network device proximity data import based on weighting factor
US20200042510A1 (en) Method and device for correlating multiple tables in a database environment
WO2010099715A1 (en) Method, system, client and data server for data operation
KR20070083489A (en) Distributed storage architecture based on block map caching and vfs stackable file system modules
TW201205318A (en) Scalable segment-based data de-duplication system and method for incremental backups
US20130227209A1 (en) Method and apparatus for content derived data placement in memory
US20160132493A1 (en) System for performing parallel forensic analysis of electronic data and method therefor
US7840557B1 (en) Search engine cache control
JP2004171547A (en) Method and apparatus for managing memory system
AU2018318401A1 (en) Thin provisioning virtual desktop infrastructure virtual machines in cloud environments without thin clone support
US20060075006A1 (en) Storage model for large object columns
US20110047165A1 (en) Network cache, a user device, a computer program product and a method for managing files
JP2008152359A5 (en)
US7970744B2 (en) Minimizing problems in accessing referred content

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION