CN103747365A - Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream - Google Patents

Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream Download PDF

Info

Publication number
CN103747365A
CN103747365A CN201310547978.5A CN201310547978A CN103747365A CN 103747365 A CN103747365 A CN 103747365A CN 201310547978 A CN201310547978 A CN 201310547978A CN 103747365 A CN103747365 A CN 103747365A
Authority
CN
China
Prior art keywords
media content
client
fragmentation
sending
dynamic
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.)
Granted
Application number
CN201310547978.5A
Other languages
Chinese (zh)
Other versions
CN103747365B (en
Inventor
石腾
惠宇
乐培玉
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.)
Huawei Cloud Computing Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN201310547978.5A priority Critical patent/CN103747365B/en
Priority claimed from CN2010102919455A external-priority patent/CN102137137B/en
Publication of CN103747365A publication Critical patent/CN103747365A/en
Application granted granted Critical
Publication of CN103747365B publication Critical patent/CN103747365B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

本发明的实施例公开一种基于HTTP流的媒体内容动态插播方法、装置及系统,涉及视频技术领域,可以实现个性化媒体内容的动态插播。动态媒体内容通过HTTP流传输,该方法包括:服务端接收客户端发送的携带有用户信息的请求消息,根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容,并发送所述目标媒体内容给客户端,以便于所述客户端进行播放。本发明实施例主要应用于媒体内容的动态插播处理过程中,当客户端通过HTTP流观看节目时,可以实现媒体内容的个性化插播。

Figure 201310547978

The embodiment of the present invention discloses a method, device and system for dynamic insertion of media content based on HTTP stream, relates to the field of video technology, and can realize dynamic insertion of personalized media content. The dynamic media content is transmitted through HTTP streaming, and the method includes: the server receives a request message carrying user information sent by the client, selects target media content from locally stored media content according to the user information, and sends the target The media content is sent to the client so that the client can play it. The embodiment of the present invention is mainly applied in the process of dynamic insertion of media content. When a client watches a program through HTTP streaming, personalized insertion of media content can be realized.

Figure 201310547978

Description

基于HTTP流的媒体内容动态插播方法、装置及系统Method, device and system for dynamic insertion of media content based on HTTP stream

技术领域technical field

本发明涉及视频技术领域,尤其涉及一种基于HTTP流的媒体内容动态插播方法、装置及系统。The present invention relates to the field of video technology, in particular to a method, device and system for dynamically inserting media content based on HTTP stream.

背景技术Background technique

目前,媒体内容的动态插播可以实现在节目流中插播不同的媒体内容。例如,个性化广告插播可以实现在用户点击某个视频时,根据用户的个性化信息在视频播放之前,视频播放结束插入个性化视频广告,或者在视频播放过程中停止播放节目,插入个性化广告内容,广告结束后再返回原始节目。At present, the dynamic insertion of media content can realize the insertion of different media content in the program stream. For example, when a user clicks on a video, personalized ad insertion can insert a personalized video ad before the video is played or at the end of the video according to the user's personalized information, or stop playing the program during the video and insert a personalized ad content, returning to the original program after the ad ends.

现有技术提供一种HTTP(Hypertext Transfer Protocol,超文本传输协议)Streaming技术可以实现广告插播。采用该HTTP Streaming可以将一个多媒体内容划分为若干个媒体分片,之后通过HTTP协议传输给客户端。上述多媒体内容划分得出的所有媒体分片的URL(Uniform Resource Locator,统一资源定位符)都通过一个(media presentation description,媒体展现描述)MPD文件来描述。所述MPD文件的结构如图1所示,其中,按照时间轴的先后顺序,一个MPD划分为一或多个时段Period,每个Period中又包含不同码率的描述信息Representation,每个Representation的分片信息Segmentinfo描述了若干个媒体分片的URL。客户端在利用HTTP Streaming技术播放多媒体内容时,需要先请求该MPD文件,之后根据所述MPD文件中的每个媒体分片的URL请求播放媒体分片的内容。The existing technology provides an HTTP (Hypertext Transfer Protocol, Hypertext Transfer Protocol) Streaming technology to realize advertisement insertion. Using this HTTP Streaming, a multimedia content can be divided into several media fragments, and then transmitted to the client through the HTTP protocol. The URLs (Uniform Resource Locator, Uniform Resource Locator) of all media segments obtained from the above multimedia content division are described by a (media presentation description, media presentation description) MPD file. The structure of the MPD file is as shown in Figure 1, wherein, according to the order of the time axis, an MPD is divided into one or more period Periods, and each Period contains description information Representation of different code rates, and each Representation The segment information Segmentinfo describes URLs of several media segments. When the client utilizes the HTTP Streaming technology to play multimedia content, it needs to request the MPD file earlier, and then request to play the content of the media fragment according to the URL of each media fragment in the MPD file.

采用现有的HTTP Streaming技术在实现媒体内容的动态插播时,以广告的动态插播为例,可以通过如下两种方式实现:When using the existing HTTP Streaming technology to realize the dynamic insertion of media content, taking the dynamic insertion of advertisements as an example, it can be realized in the following two ways:

方式一:在编码器中分别将节目内容直接划分为节目分片、将广告内容直接划分为广告分片,并利用节目分片和广告分片生成分片序列。当客户端接收到服务器下发的MPD文件后,按照MPD文件描述的分片序列逐个请求获取该分片序列中的每一个分片。当客户端请求的分片为节目分片时,播放该节目分片的内容,此时播放的是节目;当客户端请求的分片为广告分片时,播放该广告分片的内容,此时播放的是广告,从而实现广告插播。Method 1: In the encoder, the program content is directly divided into program segments and the advertisement content is directly divided into advertisement segments, and a sequence of segments is generated by using the program segments and the advertisement segments. After receiving the MPD file delivered by the server, the client requests to obtain each fragment in the fragment sequence one by one according to the fragment sequence described in the MPD file. When the fragment requested by the client is a program fragment, the content of the program fragment is played, which is a program; when the fragment requested by the client is an advertisement fragment, the content of the advertisement fragment is played, and this When the advertisement is played, the advertisement insertion is realized.

方式二:在服务器下发MPD文件给客户端时,服务器在该MPD文件描述的节目分片序列中插入广告分片之后,下发到客户端。客户端按照MPD文件中描述的插入广告分片后的分片序列逐个请求获取并播放每一个分片。Method 2: When the server delivers the MPD file to the client, the server inserts the advertisement segment into the program segment sequence described in the MPD file, and then delivers it to the client. The client requests to obtain and play each segment one by one according to the sequence of segments inserted into the advertisement segment described in the MPD file.

发明内容Contents of the invention

本发明的实施例提供一种基于HTTP流的媒体内容动态插播方法、装置及系统,可以解决在媒体内容通过HTTP流传输时无法实现个性化插播的问题。Embodiments of the present invention provide a method, device and system for dynamic insertion of media content based on HTTP streaming, which can solve the problem that personalized insertion cannot be realized when media content is transmitted through HTTP streaming.

为达到上述目的,本发明的实施例采用如下技术方案:In order to achieve the above object, embodiments of the present invention adopt the following technical solutions:

一种基于HTTP流的媒体内容动态插播方法,动态媒体内容通过HTTP流传输,该方法包括:A method for dynamically inserting media content based on HTTP streaming, where the dynamic media content is transmitted through HTTP streaming, the method comprising:

接收客户端发送的携带有用户信息的请求消息;Receive the request message carrying user information sent by the client;

根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容;Screen out target media content from locally stored media content according to the user information;

发送所述目标媒体内容给所述客户端,以便于所述客户端进行播放。Send the target media content to the client, so that the client can play it.

一种基于HTTP流的媒体内容动态插播方法,动态媒体内容通过HTTP流传输,包括:A method for dynamic insertion of media content based on HTTP streaming, where dynamic media content is transmitted through HTTP streaming, including:

向服务端发送携带有用户信息的请求消息;Send a request message carrying user information to the server;

接收所述服务端发送的与所述用户信息相匹配的媒体内容,并播放所述媒体内容。receiving the media content sent by the server and matching the user information, and playing the media content.

一种基于HTTP流的媒体内容动态插播装置,动态媒体内容通过HTTP流传输,该装置包括:A kind of media content dynamic insertion device based on HTTP stream, dynamic media content is transmitted through HTTP stream, and this device comprises:

第一接收单元,用于接收客户端发送的携带有用户信息的请求消息;The first receiving unit is configured to receive a request message carrying user information sent by the client;

筛选单元,用于根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容;a screening unit, configured to screen target media content from locally stored media content according to the user information;

第一发送单元,用于发送所述目标媒体内容给所述客户端,以便于所述客户端进行播放。A first sending unit, configured to send the target media content to the client, so that the client can play it.

另一种基于HTTP流的媒体内容动态插播装置,动态媒体内容通过HTTP流传输,包括:Another HTTP stream-based media content dynamic insertion device, the dynamic media content is transmitted through HTTP streams, including:

第一发送单元,用于向服务端发送携带有用户信息的请求消息;The first sending unit is configured to send a request message carrying user information to the server;

第一接收单元,用于接收所述服务端发送的与所述用户信息相匹配的媒体内容,并播放所述媒体内容。The first receiving unit is configured to receive the media content sent by the server and matched with the user information, and play the media content.

一种基于HTTP流的媒体内容动态插播系统,包括:A dynamic media content insertion system based on HTTP streaming, comprising:

如上所述的一种基于HTTP流的媒体内容动态插播装置,用于接收客户端发送的携带有用户信息的请求消息;根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容;发送所述目标媒体内容给所述客户端,以便于所述客户端进行播放;An HTTP streaming-based media content dynamic insertion device as described above is used to receive a request message carrying user information sent by a client; to filter out target media content from locally stored media content according to the user information; to send The target media content is given to the client so that the client can play it;

如上所述的另一种基于HTTP流的媒体内容动态插播装置,用于向服务端发送携带有用户信息的请求消息;接收所述服务端发送的与所述用户信息相匹配的媒体内容,并播放所述媒体内容。Another HTTP stream-based media content dynamic insertion device as described above is used to send a request message carrying user information to the server; receive the media content sent by the server that matches the user information, and Play the media content.

由上述技术方案所描述的本发明实施例,当客户端通过HTTP流观看节目时,客户端接收到的媒体内容是由服务端根据用户信息筛选得出的,由于不同客户端的用户信息具有个性化的差异,从而使得不用的用户可以接收到的符合各自需求的个性化媒体内容。与现有技术中当客户端通过HTTP流观看节目时,点播同一个节目的所有客户端看到都是相同的媒体内容相比,本发明实施例可以使得点播同一个节目的所有客户端看到符合各自特点的个性化动态媒体内容,从而解决了现有技术中在媒体内容通过HTTP流传输时无法实现个性化插播的问题,实现了动态媒体内容的个性化插播。In the embodiment of the present invention described by the above technical solution, when the client is watching a program through HTTP streaming, the media content received by the client is obtained by the server based on user information screening, because the user information of different clients has personalized difference, so that different users can receive personalized media content that meets their needs. Compared with the prior art, when clients watch a program through HTTP streaming, all clients who order the same program see the same media content, the embodiment of the present invention enables all clients who order the same program to see Personalized dynamic media content according to respective characteristics, thereby solving the problem in the prior art that personalized insertion of media content cannot be realized when media content is transmitted through HTTP streaming, and realizing personalized insertion of dynamic media content.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments of the present invention. Those skilled in the art can also obtain other drawings based on these drawings without creative work.

图1为现有技术中MPD文件的结构示意图;Fig. 1 is the structural representation of MPD file in the prior art;

图2为本发明实施例提供的一种基于HTTP流的媒体内容动态插播方法的流程图;Fig. 2 is a flow chart of a method for dynamically inserting media content based on HTTP streaming provided by an embodiment of the present invention;

图3为本发明实施例提供的另一种基于HTTP流的媒体内容动态插播方法的流程图;Fig. 3 is the flow chart of another kind of media content dynamic insertion method based on HTTP flow that the embodiment of the present invention provides;

图4为本发明实施例提供的采用方式一实现的一种基于HTTP流的媒体内容动态插播方法的流程图;Fig. 4 is a flow chart of a method for dynamically inserting media content based on HTTP streaming provided by the embodiment of the present invention in a first manner;

图5为本发明实施例提供的采用方式一实现的另一种基于HTTP流的媒体内容动态插播方法的流程图;Fig. 5 is the flow chart of another kind of method for dynamically inserting media content based on HTTP streaming provided by the embodiment of the present invention implemented in mode 1;

图6为本发明实施例提供的采用方式一实现的还一种基于HTTP流的媒体内容动态插播方法的流程图;Fig. 6 is a flow chart of a method for dynamically inserting media content based on HTTP streaming provided by the embodiment of the present invention in the first manner;

图7为本发明实施例提供的采用方式二实现的基于HTTP流的媒体内容动态插播方法的流程图;Fig. 7 is the flow chart of the method for dynamically inserting media content based on HTTP stream realized in mode 2 provided by the embodiment of the present invention;

图8为本发明实施例提供的一种基于HTTP流的媒体内容动态插播装置的结构图;Fig. 8 is a structural diagram of an HTTP stream-based media content dynamic insertion device provided by an embodiment of the present invention;

图9为本发明实施例提供的采用方式一实现的服务端结构图;FIG. 9 is a structural diagram of the server implemented by way 1 provided by the embodiment of the present invention;

图10为本发明实施例提供的采用方式二实现的服务端结构图;FIG. 10 is a structural diagram of a server implemented in mode 2 provided by an embodiment of the present invention;

图11为本发明实施例提供的另一种基于HTTP流的媒体内容动态插播装置的结构图;FIG. 11 is a structural diagram of another HTTP streaming-based media content dynamic insertion device provided by an embodiment of the present invention;

图12为本发明实施例提供的采用方式一实现的客户端结构图;FIG. 12 is a structural diagram of a client implemented by way 1 provided by an embodiment of the present invention;

图13为本发明实施例提供的采用方式二实现的客户端结构图。FIG. 13 is a structural diagram of a client implemented in a second manner provided by an embodiment of the present invention.

具体实施方式Detailed ways

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.

如图2所示的实施例提供一种基于HTTP流的媒体内容动态插播方法,所述媒体内容在服务端与客户端之间采用HTTP流进行传输,下面从服务端描述该方法,包括:The embodiment as shown in Figure 2 provides a kind of method based on the dynamic inserting of media content of HTTP stream, described media content adopts HTTP stream to transmit between server end and client, describe this method from server end below, comprise:

201、接收客户端发送的携带有用户信息的请求消息。201. Receive a request message carrying user information sent by a client.

所述用户信息可以为用户的标识,例如用户ID;或者所述用户信息也可以为一个完整的用户的描述信息,例如用户的姓名、性别、爱好、用户所在的位置等等。实际应用时,所述用户信息在所述请求消息中可以采用xml形式进行描述,但不限于xml形式。The user information may be a user identification, such as a user ID; or the user information may also be a complete description of the user, such as the user's name, gender, hobbies, user location, and so on. In practical applications, the user information may be described in the request message in the form of xml, but not limited to the form of xml.

202、根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容。202. Filter out target media content from locally stored media content according to the user information.

由于现有的服务端具有对媒体内容进行筛选的功能,当服务端接收到所述用户信息时,可以利用自身具有的筛选功能将所述用户信息作为筛选条件,从本地存储的媒体内容中筛选出目标媒体内容。该筛选出的目标媒体内容与所述用户信息相匹配。Since the existing server has the function of screening media content, when the server receives the user information, it can use its own screening function to use the user information as a filter condition to filter from locally stored media content. Target media content. The filtered target media content matches the user information.

203、发送所述目标媒体内容给所述客户端,以便于所述客户端进行播放。203. Send the target media content to the client, so that the client can play it.

如图3所示的实施例提供一种基于HTTP流的媒体内容动态插播方法,所述媒体内容在服务端与客户端之间采用HTTP流进行传输,下面从客户端一侧描述该方法,包括:The embodiment as shown in Fig. 3 provides a kind of method based on the dynamic inserting of media content of HTTP flow, and described media content adopts HTTP flow to transmit between server end and client, describe this method from client side below, include :

301、向服务端发送携带有用户信息的请求消息。301. Send a request message carrying user information to the server.

302、接收所述服务端发送的与所述用户信息相匹配的媒体内容,并播放所述媒体内容。302. Receive media content that is sent by the server and matches the user information, and play the media content.

本发明实施例提供的基于HTTP流的媒体内容动态插播方法,由于客户端接收到的媒体内容是服务端根据用户信息筛选得出的,而不同客户端的用户信息具有个性化的差异,从而使得不用的用户可以接收到符合各自需求的动态媒体内容。与现有技术中当客户端通过HTTP流观看节目时,点播同一个节目的所有客户端看到都是相同的动态媒体内容相比,本发明实施例可以使得点播同一个节目的所有客户端看到符合各自特点的个性化动态媒体内容,从而解决了现有技术中在媒体内容通过HTTP流传输时无法实现个性化插播的问题,实现了动态媒体内容的个性化插播。In the method for dynamically inserting media content based on HTTP streams provided by the embodiments of the present invention, since the media content received by the client is obtained by the server based on user information, and the user information of different clients has individualized differences, it is not necessary to Users can receive dynamic media content that meets their needs. Compared with the prior art, when clients watch a program through HTTP streaming, all clients who order the same program see the same dynamic media content, the embodiment of the present invention enables all clients who order the same program to watch Personalized dynamic media content conforming to their respective characteristics, thereby solving the problem in the prior art that personalized insertion cannot be realized when the media content is transmitted through HTTP streaming, and realizing the personalized insertion of dynamic media content.

具体实施时,本发明实施例提供的动态媒体内容包括:广告、节目的预告片、节目的分支剧情之一或者任意组合。During specific implementation, the dynamic media content provided by the embodiments of the present invention includes: advertisements, program trailers, program branch plots, or any combination thereof.

本发明实施例提供的基于HTTP流的媒体内容动态插播方法可以采用如下两种实现方式:The method for dynamically inserting media content based on HTTP streaming provided by the embodiments of the present invention can adopt the following two implementations:

方式一、服务端在MPD文件中插入媒体内容预置信息,当客户端请求到MPD文件后,当读取到媒体内容预置信息时,按照媒体内容获取信息和媒体内容分片插入位置向服务端发送媒体内容请求消息,请求中携带用户信息,服务端根据用户信息筛选出目标媒体内容。之后,将目标媒体内容的分片地址和/或内容分片返回给客户端,客户端根据接收的目标媒体内容的分片地址请求内容分片或者播放接收的内容分片。Method 1: The server inserts the media content preset information into the MPD file. When the client requests the MPD file and reads the media content preset information, it sends information to the server according to the media content acquisition information and the insertion position of the media content fragment. The terminal sends a media content request message, and the request carries user information, and the server screens out target media content according to the user information. Afterwards, the segment address of the target media content and/or the content segment is returned to the client, and the client requests the content segment or plays the received content segment according to the received segment address of the target media content.

方式二、客户端向服务端发送MPD请求消息,所述MPD请求消息携带有用户信息。服务端根据接收到的用户信息进行媒体内容筛选,并将筛选出的目标媒体内容对应的分片地址插入到MPD文件中,之后,服务端发送所述MPD文件给客户端。客户端根据所述MPD文件中的分片地址序列逐个请求分片内容,如果请求到节目分片地址时,则接收服务端发送的节目内容并播放;如果请求到目标媒体内容的分片地址,则接收目标媒体内容的分片并播放。Mode 2: The client sends an MPD request message to the server, and the MPD request message carries user information. The server screens the media content according to the received user information, inserts the fragment address corresponding to the screened target media content into the MPD file, and then sends the MPD file to the client. The client requests the fragment content one by one according to the fragment address sequence in the MPD file, if the program fragment address is requested, the program content sent by the service end is received and played; if the fragment address of the target media content is requested, Then receive and play the fragments of the target media content.

下面分别对上述两种实现方式进行完整、详细地介绍。The above two implementation manners are described completely and in detail below respectively.

如图4所示的实施例提供一种基于HTTP流的媒体内容动态插播方法,该方法具体采用上述方式一来实现个性化媒体内容插播,包括如下步骤:The embodiment as shown in Figure 4 provides a kind of method based on the dynamic insertion of media content of HTTP flow, and this method specifically adopts above-mentioned mode one to realize the insertion of personalized media content, comprises the following steps:

401、当接收到所述客户端发送的MPD请求消息后,发送插入有媒体内容预置信息的MPD文件给所述客户端。401. After receiving the MPD request message sent by the client, send the MPD file inserted with the media content preset information to the client.

所述媒体内容预置信息可以位于Period中,或者位于Period之下的Representation中,或者还可以位于Period之下的Representation之下的Segmentinfo中;所述媒体内容预置信息包括:媒体内容获取信息、首个媒体内容分片插入位置;The media content preset information can be located in the Period, or in the Representation under the Period, or can also be located in the Segmentinfo under the Representation under the Period; the media content preset information includes: media content acquisition information, Insertion position of the first media content fragment;

需要说明的是,所述媒体内容获取信息包括媒体内容插入位置标识。所述媒体内容插入位置标识用于获取与所述媒体内容插入位置相关的信息。所述首个媒体内容分片插入位置可以是插入时间或者相对节目分片的插入索引。It should be noted that the media content acquisition information includes a media content insertion location identifier. The media content insertion location identifier is used to acquire information related to the media content insertion location. The insertion position of the first media content segment may be the insertion time or the insertion index relative to the program segment.

实际应用时,如下表一所示,在Period之下的Representation中的Segmentinfo下增加媒体内容预置信息(参见表一中的AdInfo),所述媒体内容预置信息还可以位于period,或者也可位于Period之下的Representation中。所述媒体内容预置信息包括三个属性:媒体内容获取信息(参见表一中的Ad-sourceURL)、首个媒体内容分片插入索引(参见表一中的Ad-InsertIndex)、首个媒体内容分片插入时间(参见表一中的Ad-starttime)。In actual application, as shown in Table 1 below, add media content preset information under Segmentinfo in Representation under Period (see AdInfo in Table 1). The media content preset information can also be located in period, or can also be Located in Representation under Period. The media content preset information includes three attributes: media content acquisition information (see Ad-sourceURL in Table 1), first media content fragment insertion index (see Ad-InsertIndex in Table 1), first media content Fragment insertion time (see Ad-starttime in Table 1).

所述首个媒体内容分片插入索引(参见表一中的Ad-InsertIndex),用于当节目分片地址采用UrlTemplate表示时,在节目分片的索引值等于Ad-InsertIndex的节目分片之前插入媒体内容,因而所述Ad-InsertIndex的取值在节目分片的开始值(参见表一中的startindex)和结束值(参见表一中的endindex)之间。The first media content fragment insertion index (see Ad-InsertIndex in Table 1) is used to insert before the program fragment whose index value of the program fragment is equal to Ad-InsertIndex when the program fragment address is represented by UrlTemplate Media content, so the value of the Ad-InsertIndex is between the start value (see startindex in Table 1) and the end value (see endindex in Table 1) of the program segment.

所述首个媒体内容分片插入时间(参见表一中的Ad-starttime),用于当节目分片地址采用UrlTemplate或者Url表示时,在节目播放到Ad-starttime表示的时间插入媒体内容。如果节目分片地址采用Url表示且AdInfo位于Url之间且Ad-starttime未定义时,则按照AdInfo在Url中的顺序来表示媒体内容首个分片的插入时刻;The insertion time of the first media content segment (see Ad-starttime in Table 1) is used to insert media content at the time indicated by Ad-starttime when the program segment address is represented by UrlTemplate or Url. If the segment address of the program is represented by Url and AdInfo is located between Url and Ad-starttime is not defined, then the insertion time of the first segment of the media content is indicated according to the order of AdInfo in Url;

表一Table I

Figure BDA0000409379510000081
Figure BDA0000409379510000081

Figure BDA0000409379510000091
Figure BDA0000409379510000091

402、客户端按照上述MPD文件中的媒体内容获取信息发送携带有用户信息的媒体内容首个请求消息。402. The client sends a media content first request message carrying user information according to the media content acquisition information in the MPD file.

例如,上述客户端接收到的MPD文件中携带有媒体内容预置信息的Period的描述表示如下;For example, the description of the Period carrying the media content preset information in the MPD file received by the client is as follows;

Figure BDA0000409379510000092
Figure BDA0000409379510000092

需要说明的是,在上述Period的SegmentInfo中,节目分片地址通过url描述,例如,<url sourceurl=”www.example.com/program1.3gp”>表示第一个节目分片地址、<url sourceurl=”www.example.com/program2.3gp”>表示第二个节目分片地址、<url sourceurl=”www.example.com/program3.3gp>表示第三个节目分片地址,假定每个分片时长为10s。媒体内容预置信息通过AdInfo描述,例如,http://www.example.com/Adselect/33用于表示媒体内容获取信息,其中,http://www.example.com/Adselect表示媒体内容获取地址,33表示媒体内容插入位置标识。假定上述媒体内容获取地址具体可以映射到服务端上媒体内容的动态处理文件。It should be noted that, in the SegmentInfo of the above-mentioned Period, the program segment address is described by url, for example, <url sourceurl="www.example.com/program1.3gp"> indicates the first program segment address, <url sourceurl ="www.example.com/program2.3gp"> indicates the address of the second program segment, <url sourceurl="www.example.com/program3.3gp> indicates the address of the third program segment, assuming that each segment The duration of the film is 10s. The media content preset information is described by AdInfo, for example, http://www.example.com/Adselect/33 is used to represent the media content acquisition information, where http://www.example.com/Adselect Represents the media content acquisition address, and 33 represents the media content insertion location identifier. It is assumed that the above media content acquisition address can be mapped to a dynamic processing file of the media content on the server.

客户端检测并处理上述Period的过程如下:当客户端检测到上述Period中AdInfo时,可以得知上述Period中含有媒体内容预置信息。之后,客户端依次按照上述Period之下的representation中的SegmentInfo中的分片地址次序依次向服务端发送分片请求。首先客户端按照上述节目分片地址顺序向服务端请求节目内容分片,服务器返回节目分片内容。当到达Ad-starttime表示的插入时间时,客户端向服务器发送媒体内容首个请求消息,上述媒体内容首个请求消息中携带用户信息。上述用户信息可以是用户标识,或者也可以是完整的用户描述信息,例如用户的姓名、性别、爱好、用户所在的位置等等。The process for the client to detect and process the above-mentioned Period is as follows: When the client detects the AdInfo in the above-mentioned Period, it can know that the above-mentioned Period contains media content preset information. Afterwards, the client sends fragmentation requests to the server in sequence according to the order of the fragmentation addresses in the SegmentInfo in the representation under the above-mentioned Period. Firstly, the client requests the program content fragments from the server according to the order of the program fragment addresses above, and the server returns the content of the program fragments. When the insertion time represented by Ad-starttime arrives, the client sends a first media content request message to the server, and the first media content request message carries user information. The above user information may be a user identifier, or may also be complete user description information, such as the user's name, gender, hobbies, user's location, and so on.

另外,如果服务端记录了用户描述信息,则在上述媒体内容首个请求消息中只需要携带用户标识,此时,上述按照媒体内容获取信息发送的媒体内容首个请求消息可以表示如下:In addition, if the server records the user description information, only the user ID needs to be carried in the first request message of the media content above. At this time, the first request message of the media content sent according to the media content acquisition information can be expressed as follows:

GET/Adselect/33/%userId%GET /Adselect/33/%userId%

Host:www.example.comHost: www.example.com

其中,媒体内容获取信息由媒体内容获取地址和媒体内容插入位置标识组成,上述消息体中的“www.example.com/Adselect”表示媒体内容获取地址,“33”表示媒体内容插入位置标识,“userId”表示用户标识。Among them, the media content acquisition information is composed of the media content acquisition address and the media content insertion location identifier, "www.example.com/Adselect" in the above message body indicates the media content acquisition address, "33" indicates the media content insertion location identifier, " userId" indicates the user ID.

403、服务端根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容。403. The server screens out target media content from locally stored media content according to the user information.

具体地,服务端根据所述媒体内容获取信息中的媒体内容插入位置标识获取媒体内容插入位置信息,所述媒体内容插入位置信息包括媒体内容插入位置的时长、与所述媒体内容插入位置关联的节目。例如,服务端上的媒体内容的动态处理文件根据上述媒体内容插入位置标识“33”获取媒体内容插入位置信息。Specifically, the server acquires media content insertion location information according to the media content insertion location identifier in the media content acquisition information, and the media content insertion location information includes the duration of the media content insertion location, the time period associated with the media content insertion location programme. For example, the dynamic processing file of the media content on the server acquires the media content insertion location information according to the above media content insertion location identifier "33".

之后,服务端根据所述用户信息和所述媒体内容插入位置信息从本地存储的媒体内容中筛选出目标媒体内容。所述目标媒体内容与所述用户信息相匹配。Afterwards, the server screens out target media content from locally stored media content according to the user information and the media content insertion location information. The target media content matches the user information.

404、服务端发送媒体内容首个响应消息给客户端,所述媒体内容首个响应消息包括所述目标媒体内容的所有分片地址。404. The server sends a media content first response message to the client, where the media content first response message includes addresses of all segments of the target media content.

例如,所述媒体内容首个响应消息的格式可以表示如下:For example, the format of the first response message of the media content may be expressed as follows:

Figure BDA0000409379510000121
Figure BDA0000409379510000121

其中,<Url sourceURL="adseg-1.3gp"/>、<Url sourceURL="adseg-2.3gp"/>、<Url sourceURL="adseg-3.3gp"/>表示所述目标媒体内容的所有分片地址。所述分片地址的描述结构可以和现有的MPD中的SegmentInfo及其子元素结构定义一致。Among them, <Url sourceURL="adseg-1.3gp"/>, <Url sourceURL="adseg-2.3gp"/>, <Url sourceURL="adseg-3.3gp"/> represent all fragments of the target media content address. The description structure of the segment address may be consistent with the structure definition of SegmentInfo and its sub-elements in the existing MPD.

405、客户端接收到上述媒体内容首个响应消息后,依次按照所述分片地址发送后续分片请求消息。405. After receiving the first response message of the above-mentioned media content, the client sends subsequent fragmentation request messages in sequence according to the fragmentation addresses.

需要说明的是,如果上述媒体内容首个响应消息中包含初始化分片地址,那么需要先请求初始化分片,否则直接按照分片地址逐个发送请求,具体请求过程与现有的节目分片请求过程相同,在此不再赘述。It should be noted that if the first response message of the above-mentioned media content contains the initialization segment address, then the initialization segment needs to be requested first, otherwise, the request is sent one by one according to the segment address. The specific request process is the same as the existing program segment request process Same, no more details here.

406、服务端向所述客户端发送与所述后续分片请求中携带的分片地址对应的分片内容。406. The server sends to the client the fragment content corresponding to the fragment address carried in the subsequent fragment request.

进一步地,如图5所示,上述步骤404-406还可以替换为如下步骤404A-408A实现:Further, as shown in FIG. 5, the above steps 404-406 can also be replaced by the following steps 404A-408A:

404A、服务端发送媒体内容首个响应消息给所述客户端,所述媒体内容首个响应消息包括所述目标媒体内容的标识、分片数和第一个分片内容;404A. The server sends a first response message of media content to the client, where the first response message of media content includes the identifier of the target media content, the number of fragments, and the content of the first fragment;

例如,所述媒体内容首个响应消息的格式可以表示如下:For example, the format of the first response message of the media content may be expressed as follows:

其中…moof…mfhd….tfra……trun……表示了第一个分片内容;segmentNumber表示了分片数,contentIndex表示了媒体内容索引;Among them...moof...mfhd....tfra...trun...indicates the content of the first segment; segmentNumber indicates the number of segments, and contentIndex indicates the media content index;

405A、客户端接收到上述媒体内容首个响应消息后,播放所述目标媒体内容的第一个分片内容。405A. After receiving the first response message of the above media content, the client plays the first fragment content of the target media content.

406A、按照所述媒体内容获取信息发送携带有所述目标媒体的标识和分片索引值的后续分片请求消息。406A. Send a subsequent segment request message carrying the identifier of the target media and a segment index value according to the media content acquisition information.

例如,所述后续分片请求消息的结构可以表示如下:For example, the structure of the subsequent fragmentation request message may be expressed as follows:

GET/Adselect/33/%Contentindex%/%index%GET/Adselect/33/%Contentindex%/%index%

Host:www.example.comHost: www.example.com

其中,媒体内容获取信息由媒体内容获取地址和媒体内容插入位置标识组成,上述消息体中的“www.example.com/Adselect”表示媒体内容获取地址,“33”表示媒体内容插入位置标识,“Contentindex”表示所述目标媒体的标识,来自于404A媒体内容首个响应消息,“index”表示分片索引值,分片索引值将不会大于分片数。Among them, the media content acquisition information is composed of the media content acquisition address and the media content insertion location identifier, "www.example.com/Adselect" in the above message body indicates the media content acquisition address, "33" indicates the media content insertion location identifier, " "Contentindex" indicates the identifier of the target media, which comes from the first response message of the 404A media content, and "index" indicates the fragment index value, which will not be greater than the number of fragments.

407A、服务端发送与所述目标媒体的标识和分片索引值相对应的分片内容给所述客户端。407A. The server sends the segment content corresponding to the target media identifier and the segment index value to the client.

例如,具体可以采用如下响应消息格式返回上述目标媒体的标识和分片索引值相对应的分片内容:For example, the following response message format may be used to return the fragment content corresponding to the identification of the above target media and the fragment index value:

其中,所述“…moof…mfhd….tfra……trun……”表示上述目标媒体的标识和分片索引值相对应的分片内容Wherein, the "...moof...mfhd....tfra...trun..." indicates the fragment content corresponding to the identity of the above-mentioned target media and the fragment index value

408A、客户端播放所述接收到的分片内容。408A. The client plays the received segmented content.

之后重复执行上述406A-408A,直到所述客户端获取到上述目标媒体内容的所有分片。Afterwards, the above steps 406A-408A are repeated until the client obtains all the segments of the target media content.

进一步地,如图6所示,上述步骤404-406还可以替换为如下步骤404B-408B实现:Further, as shown in FIG. 6, the above steps 404-406 can also be replaced by the following steps 404B-408B:

404B、发送媒体内容首个响应消息给所述客户端,所述媒体内容首个响应消息包括所述目标媒体内容的第一个分片内容和下一个分片的地址。404B. Send a media content first response message to the client, where the media content first response message includes the content of the first segment and the address of the next segment of the target media content.

例如,所述媒体内容首个响应消息的格式可以表示如下:For example, the format of the first response message of the media content may be expressed as follows:

Figure BDA0000409379510000151
Figure BDA0000409379510000151

其中,示例中通过扩展box实现下一个媒体内容分片地址的封装,其中urld是扩展的box,该box被放置在moof中,并通过一个字段描述下一个分片的地址“http://www.adserver.com/file/adseg-2.3gp”表示下一个媒体内容分片的地址。Among them, in the example, the encapsulation of the address of the next media content fragment is realized by extending the box, where urld is the extended box, which is placed in the moof, and describes the address of the next fragment through a field "http://www .adserver.com/file/adseg-2.3gp” indicates the address of the next media content segment.

405B、客户端接收到上述媒体内容首个响应消息后,播放所述目标媒体内容的第一个分片内容。405B. After receiving the first response message of the above media content, the client plays the first fragment content of the target media content.

406B、所述客户端按照所述下一个分片的地址发送后续分片请求消息。406B. The client sends a subsequent fragment request message according to the address of the next fragment.

例如,所述后续分片请求消息的结构可以表示如下:For example, the structure of the subsequent fragmentation request message may be expressed as follows:

GET file/adseg-2.3gpGET file/adseg-2.3gp

Host:www.adserver.comHost: www.adserver.com

407B、服务端发送下一个分片响应消息,所述下一个分片响应消息携带有所述下一个分片内容和再下一个分片的地址。所述下一个分片响应消息与上述405B中的首个响应消息的格式相同。407B. The server sends a next fragment response message, where the next fragment response message carries the content of the next fragment and the address of the next fragment. The format of the next fragment response message is the same as that of the first response message in 405B above.

408B、客户端播放所述接收到的分片内容。之后重复执行上述406A-408A,直到所述客户端获取到上述目标媒体内容的所有分片。408B. The client plays the received segmented content. Afterwards, the above steps 406A-408A are repeated until the client obtains all the segments of the target media content.

进一步地,上述402中客户端接收到的MPD文件中携带有媒体内容预置信息的Period中,节目分片地址是通过Url来描述的。实际应用时,上述节目分片地址还可以通过UrlTemplate进行描述,此时媒体内容预置信息在通过AdInfo描述时,需定义“Ad-InsertIndex”的取值。例如:携带有媒体内容预置信息的Period的描述表示如下:Further, in the Period in which the media content preset information is carried in the MPD file received by the client in 402 above, the address of the program segment is described by Url. In actual application, the address of the above-mentioned program segment can also be described through UrlTemplate. At this time, when the media content preset information is described through AdInfo, the value of "Ad-InsertIndex" needs to be defined. For example: the description of a Period carrying media content preset information is as follows:

其中,SegmentInfo中节目分片地址通过UrlTemplate描述,媒体内容获取信息通过ad-sourceURL描述,其中Ad-sourceURL定义为http://www.example.com/Adselect/33,ad-InsertIndex定义了媒体内容分片在节目分片中的插入索引,如上所述ad-InsertIndex=3,客户端向服务器需先请求index=1和index=2的节目内容分片,当ad-InsertIndex=3时再请求媒体内容。Among them, the program segment address in SegmentInfo is described by UrlTemplate, and the media content acquisition information is described by ad-sourceURL, where Ad-sourceURL is defined as http://www.example.com/Adselect/33, and ad-InsertIndex defines media content The insertion index of the piece in the program slice, as mentioned above ad-InsertIndex=3, the client needs to request the server for the program content slice with index=1 and index=2 first, and then request the media content when ad-InsertIndex=3 .

需要说明的是,当节目分片地址采用UrlTemplate进行描述时,发送媒体内容首个请求消息及之后的处理均和上述402中节目分片地址采用Url进行描述时相同,在此不再赘述。当客户端接收到所述目标媒体的所有分片内容后,按照节目分片索引值从3开始再次请求节目分片内容。It should be noted that when the address of the program segment is described using UrlTemplate, the first request message for the media content is sent and the subsequent processing is the same as when the address of the program segment in 402 is described using Url, and will not be repeated here. After the client receives all the fragmented content of the target media, it requests the program fragmented content again starting from 3 according to the program fragment index value.

如上所述的基于HTTP流的媒体内容动态插播方法是采用方式一来实现的,下面具体介绍采用方式二时,实现个性化媒体内容插播的过程。如图7所示,该方法包括:The method for dynamically inserting media content based on HTTP streaming as described above is realized by way one, and the process of realizing personalized media content insertion when adopting way two is described in detail below. As shown in Figure 7, the method includes:

701、客户端通过MPD请求消息发送用户信息给服务端。701. The client sends user information to the server through an MPD request message.

702、服务端接收所述MPD请求消息,根据所述用户信息筛选出目标媒体内容。702. The server receives the MPD request message, and filters out target media content according to the user information.

703、服务端对所述目标媒体内容进行划分,将所述目标媒体内容的分片地址和节目分片地址插入到MPD文件中,并发送所述插入有目标媒体内容的分片地址的MPD文件给客户端。703. The server divides the target media content, inserts the segment address of the target media content and the program segment address into the MPD file, and sends the MPD file inserted with the segment address of the target media content to the client.

704、客户端接收所述MPD文件,按照所述MPD文件中目标媒体内容的分片地址的次序逐个发送目标媒体内容分片的请求。704. The client receives the MPD file, and sends requests for target media content segments one by one according to the sequence of target media content segment addresses in the MPD file.

705、服务端接收到目标媒体内容分片的请求时,发送相应的目标媒体内容的分片给客户端。705. When receiving the request for fragmentation of the target media content, the server sends the corresponding fragmentation of the target media content to the client.

需要说明的是,303中提到的所述MPD文件可能还插入有节目分片地址,此时客户端会按照所述MPD文件中目标媒体内容的分片地址和节目分片地址的次序依次发送分片请求,客户端如果接收到节目分片,则播放节目分片的内容;如果接收到目标媒体内容分片,则播放媒体内容分片的内容,从而可以在节目流播放的过程中动态插播个性化媒体内容。同时由于上述实施例中用户接收到的MPD文件中插入的目标媒体内容分片为根据用户信息筛选得出的,因而,不同的用户将接收到不同的分片,从而实现了个性化媒体内容插播。It should be noted that the MPD file mentioned in 303 may also have program segment addresses inserted, and at this time, the client will sequentially send Fragmentation request, if the client receives a program fragment, it will play the content of the program fragment; if it receives the target media content fragment, it will play the content of the media content fragment, so that it can be dynamically inserted during the playback of the program stream Personalize media content. Simultaneously because the target media content fragmentation that inserts in the MPD file that the user receives in the above-mentioned embodiment is drawn according to user information screening, thereby, different users will receive different fragmentation, thereby realized the individualized media content insertion .

相应地,本发明实施例还提供一种基于HTTP流的媒体内容动态插播装置,该装置具体可以为服务端。如图8所示,该装置包括:第一接收单元11、筛选单元12和第一发送单元13。Correspondingly, the embodiment of the present invention also provides a device for dynamically inserting media content based on HTTP stream, and the device may specifically be a server. As shown in FIG. 8 , the device includes: a first receiving unit 11 , a screening unit 12 and a first sending unit 13 .

其中,第一接收单元11用于接收客户端发送的携带有用户信息的请求消息;筛选单元12用于根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容;第一发送单元13用于发送所述目标媒体内容给所述客户端。Wherein, the first receiving unit 11 is used to receive the request message carrying the user information sent by the client; the screening unit 12 is used to filter out the target media content from the locally stored media content according to the user information; the first sending unit 13 It is used for sending the target media content to the client.

上述目标媒体内容包括:广告、节目的预告片、或者节目的分支剧情之一或者任意组合。The above-mentioned target media content includes: one or any combination of advertisements, trailers of programs, or subplots of programs.

进一步地,如图9所示,当所述装置采用上述方式一实现个性化媒体内容动态插播时,该装置还包括:第二接收单元14和第二发送单元15。Further, as shown in FIG. 9 , when the device implements the dynamic insertion of personalized media content in the above method 1, the device further includes: a second receiving unit 14 and a second sending unit 15 .

在第一接收单元11接收客户端发送的携带有用户信息的请求消息之前,上述第二接收单元14用于接收所述客户端发送的MPD请求消息,所述第二发送单元15用于发送插入有媒体内容预置信息的MPD文件给所述客户端。Before the first receiving unit 11 receives the request message carrying user information sent by the client, the above-mentioned second receiving unit 14 is used to receive the MPD request message sent by the client, and the second sending unit 15 is used to send the insertion An MPD file with media content preset information is sent to the client.

需要说明的是,所述媒体内容预置信息在所述MPD文件中可以位于Period中、或者可以位于Period之下的Representation中、或者还可以位于Period之下的Representation之下的Segmentinfo中。It should be noted that the media content preset information in the MPD file may be located in Period, or in Representation under Period, or in Segmentinfo under Representation under Period.

所述媒体内容预置信息包括:媒体内容获取信息、首个媒体内容分片插入位置;所述首个媒体内容分片插入位置可以是插入时间或者相对节目分片的插入索引。所述媒体内容获取信息包括媒体内容插入位置标识。The media content preset information includes: media content acquisition information, the insertion position of the first media content segment; the insertion position of the first media content segment may be the insertion time or the insertion index relative to the program segment. The media content acquisition information includes a media content insertion location identifier.

所述MPD文件可以参见上述表一。The MPD file can refer to the above Table 1.

当采用上述方式一时,所述第一接收单元11具体用于接收客户端按照媒体内容获取信息发送的携带有用户信息的媒体内容首个请求消息。When the above method 1 is adopted, the first receiving unit 11 is specifically configured to receive the first media content request message carrying user information sent by the client according to the media content acquisition information.

此时,当采用上述方式一时,(图未示)所述筛选单元12包括:获取模块和筛选模块;At this time, when the above method 1 is adopted, (not shown in the figure) the screening unit 12 includes: an acquisition module and a screening module;

其中,获取模块,用于根据所述媒体内容获取信息中的媒体内容插入位置标识获取媒体内容插入位置信息,所述媒体内容插入位置信息包括媒体内容插入位置的时长、与所述媒体内容插入位置关联的节目;Wherein, the obtaining module is configured to obtain media content insertion position information according to the media content insertion position identifier in the media content acquisition information, and the media content insertion position information includes the duration of the media content insertion position, and the media content insertion position associated programs;

筛选模块,用于根据所述用户信息和所述媒体内容插入位置信息从本地存储的媒体内容中筛选出目标媒体内容。A screening module, configured to screen target media content from locally stored media content according to the user information and the media content insertion position information.

当采用上述方式一时,所述第一发送单元13包括以下至少一种模块:第一发送模块、第二发送模块和第三发送模块。When the above method 1 is adopted, the first sending unit 13 includes at least one of the following modules: a first sending module, a second sending module and a third sending module.

其中,第一发送模块,用于发送媒体内容首个响应消息给所述客户端,所述媒体内容首个响应消息包括所述目标媒体内容的所有分片地址;在接收到所述客户端按照所述分片地址发送的后续分片请求消息后,发送与所述分片地址对应的分片内容给所述客户端;Wherein, the first sending module is used to send the first response message of the media content to the client, and the first response message of the media content includes all fragment addresses of the target media content; After the subsequent fragmentation request message sent by the fragmentation address, send the fragmentation content corresponding to the fragmentation address to the client;

第二发送模块,用于发送媒体内容首个响应消息给所述客户端,所述媒体内容首个响应消息包括所述目标媒体内容的标识、分片数和第一个分片;在接收到所述客户端按照所述媒体内容获取信息发送的携带有所述目标媒体的标识和分片索引值的后续分片请求消息后,发送与所述目标媒体的标识和分片索引值相对应的分片内容给所述客户端;The second sending module is used to send the first response message of the media content to the client, the first response message of the media content includes the identification of the target media content, the number of fragments and the first fragment; After the client sends a subsequent fragmentation request message carrying the identification of the target media and the fragmentation index value according to the media content acquisition information, it sends a message corresponding to the identification of the target media and the fragmentation index value. Fragment content to the client;

第三发送模块,用于发送媒体内容首个响应消息给所述客户端,所述媒体内容首个响应消息包括所述目标媒体内容的第一个分片和下一个分片的地址;在接收到所述客户端按照所述下一个分片的地址发送的后续分片请求消息后,发送后续分片响应消息,所述后续分片响应消息携带有所述下一个分片和再下一个分片的地址。The third sending module is used to send the first response message of the media content to the client, the first response message of the media content includes the addresses of the first fragment and the next fragment of the target media content; After the client sends a subsequent fragment request message according to the address of the next fragment, it sends a subsequent fragment response message, and the subsequent fragment response message carries the next fragment and the next fragment The address of the slice.

进一步地,如图10所示,当所述装置采用上述方式二实现个性化媒体内容动态插播时,该装置还包括:处理单元16和第三发送单元17。Further, as shown in FIG. 10 , when the device implements the dynamic insertion of personalized media content in the second manner above, the device further includes: a processing unit 16 and a third sending unit 17 .

在所述第一接收单元11接收客户端发送的携带有用户信息的MPD请求消息,所述筛选单元12筛选出目标媒体内容之后,处理单元16用于将所述目标媒体内容的分片地址插入到MPD文件中;第三发送单元17用于发送所述插入有所述目标媒体内容的分片地址的MPD文件给所述客户端;After the first receiving unit 11 receives the MPD request message carrying the user information sent by the client, and the screening unit 12 screens out the target media content, the processing unit 16 is configured to insert the segment address of the target media content into into the MPD file; the third sending unit 17 is used to send the MPD file inserted with the segment address of the target media content to the client;

在所述第一接收单元11接收到客户端按照所述目标媒体内容的分片地址发送的分片请求时,所述第一发送单元13具体用于发送与所述分片地址对应的媒体内容给所述客户端。When the first receiving unit 11 receives the segment request sent by the client according to the segment address of the target media content, the first sending unit 13 is specifically configured to send the media content corresponding to the segment address to the client.

需要说明的是,所述第三发送单元17发送的所述MPD文件可能还插入有节目分片地址。此时服务端如果接收到客户端按照节目分片地址发送的分片请求时,发送节目分片给客户端。It should be noted that, the MPD file sent by the third sending unit 17 may also be inserted with program segment addresses. At this time, if the server receives the segment request sent by the client according to the address of the program segment, the server sends the program segment to the client.

如图11所示的实施例提供一种基于HTTP流的媒体内容动态插播装置,该装置具体可以为客户端,该装置包括:第一发送单元21和第一接收单元22。The embodiment shown in FIG. 11 provides a device for dynamically inserting media content based on HTTP streams. Specifically, the device may be a client, and the device includes: a first sending unit 21 and a first receiving unit 22 .

其中,第一发送单元21用于向服务端发送携带有用户信息的请求消息;第一接收单元22用于接收所述服务端发送的与所述用户信息相匹配的媒体内容,并播放所述媒体内容。Wherein, the first sending unit 21 is used to send a request message carrying user information to the server; the first receiving unit 22 is used to receive the media content sent by the server and matched with the user information, and play the media content.

进一步地,当所述装置采用上述方式一实现个性化动态媒体内容接收时,如图12所示,该装置还包括:第二发送单元23和第二接收单元24。Further, when the device implements personalized dynamic media content reception in the first manner above, as shown in FIG. 12 , the device further includes: a second sending unit 23 and a second receiving unit 24 .

在所述第一发送单元21向服务端发送携带有用户信息的请求消息之前,上述第二发送单元23用于向所述服务端发送MPD请求消息,上述第二接收单元24用于接收所述服务端发送的插入有媒体内容预置信息的MPD文件。Before the first sending unit 21 sends a request message carrying user information to the server, the second sending unit 23 is used to send an MPD request message to the server, and the second receiving unit 24 is used to receive the The MPD file sent by the server and inserted with media content preset information.

需要说明的是,所述媒体内容预置信息在所述MPD文件中可以位于Period中、或者可以位于Period之下的Representation中、或者还可以位于Period之下的Representation之下的Segmentinfo中。所述媒体内容预置信息包括:媒体内容获取信息、首个媒体内容分片插入位置;所述首个媒体内容分片插入位置可以是插入时间或者相对节目分片的插入索引。所述媒体内容获取信息包括媒体内容插入位置标识。It should be noted that the media content preset information in the MPD file may be located in Period, or in Representation under Period, or in Segmentinfo under Representation under Period. The media content preset information includes: media content acquisition information, the insertion position of the first media content segment; the insertion position of the first media content segment may be the insertion time or the insertion index relative to the program segment. The media content acquisition information includes a media content insertion location identifier.

所述MPD文件可以参见上述表一。The MPD file can refer to the above Table 1.

此时,所述第一发送单元21具体用于在检测到所述MPD文件中包括媒体内容预置信息时,按照所述媒体内容预置信息中的媒体内容获取信息向服务端发送携带有用户信息的媒体内容首个请求消息。At this time, the first sending unit 21 is specifically configured to, when it is detected that the MPD file includes media content preset information, send a message containing user information to the server according to the media content acquisition information in the media content preset information. The first request message for the media content of the message.

(图未示)所述第一接收单元22包括以下至少一种模块:第一接收模块、第二接收模块和第三接收模块。(Not shown in the figure) The first receiving unit 22 includes at least one of the following modules: a first receiving module, a second receiving module and a third receiving module.

第一接收模块,用于接收所述服务端发送的媒体内容首个响应消息,所述媒体内容首个响应消息包括与所述用户信息相匹配的媒体内容的所有分片地址;在按照所述分片地址向服务端发送后续分片请求消息后,接收所述服务端发送的分片内容;The first receiving module is configured to receive the first response message of the media content sent by the server, the first response message of the media content includes addresses of all fragments of the media content matching the user information; After the fragmentation address sends a subsequent fragmentation request message to the server, it receives the fragmentation content sent by the server;

第二接收模块,用于接收所述服务端发送的媒体内容首个响应消息,所述媒体内容首个响应消息包括与所述用户信息相匹配的媒体内容的标识、分片数和第一个分片;在按照所述媒体内容获取信息向服务端发送携带有所述媒体内容的标识和分片索引值的后续分片请求消息后,接收所述服务端发送的分片内容;The second receiving module is configured to receive the first response message of the media content sent by the server, the first response message of the media content includes the identification of the media content matching the user information, the number of fragments and the first Fragmentation: After sending a subsequent fragmentation request message carrying the identifier of the media content and a fragmentation index value to the server according to the media content acquisition information, receiving the fragmented content sent by the server;

第三接收模块,用于接收所述服务端发送的媒体内容首个响应消息,所述媒体内容首个响应消息包括与所述用户信息相匹配的媒体内容的第一个分片和下一个分片的地址;在按照所述下一个分片的地址向服务端发送后续分片请求消息后,接收所述服务端发送的后续分片响应消息,所述后续分片响应消息携带有所述下一个分片和再下一个分片的地址,重复分片请求和响应,直至获取到所有的媒体内容分片。。The third receiving module is configured to receive the first response message of the media content sent by the server, the first response message of the media content includes the first segment and the next segment of the media content matching the user information slice address; after sending a follow-up slice request message to the server according to the address of the next slice, receive a follow-up slice response message sent by the server, the follow-up slice response message carrying the following One segment and the address of the next segment, repeat the segment request and response until all the media content segments are obtained. .

进一步地,当上述装置采用上述方式二实现个性化动态媒体内容接收时,所述第一发送单元21具体用于向服务端发送携带有用户信息的MPD请求消息;此时,如图13所示,该装置还包括:第三接收单元25,用于接收所述服务端发送的插入有与所述用户信息相匹配的媒体内容的分片地址的MPD文件;Further, when the above-mentioned device adopts the above-mentioned method 2 to realize personalized dynamic media content reception, the first sending unit 21 is specifically configured to send an MPD request message carrying user information to the server; at this time, as shown in FIG. 13 , the device also includes: a third receiving unit 25, configured to receive the MPD file sent by the server and inserted with the segment address of the media content matching the user information;

在所述第一发送单元21还用于按照所述与所述用户信息相匹配的媒体内容的分片地址发送媒体内容分片请求,所述第一接受单元22具体用于接收服务端发送的媒体内容。The first sending unit 21 is further configured to send a media content segment request according to the segment address of the media content that matches the user information, and the first accepting unit 22 is specifically configured to receive the request sent by the server. media content.

需要说明的是,第三接收单元25接收到的所述MPD文件可能还插入有节目分片地址,此时客户端会按照所述MPD文件中目标媒体内容的分片地址和节目分片地址的次序依次发送分片请求,客户端如果接收到节目分片,则播放节目分片的内容;如果接收到目标媒体内容分片,则播放媒体内容分片的内容。It should be noted that the MPD file received by the third receiving unit 25 may also be inserted with a program segment address. Segmentation requests are sent sequentially. If the client receives the program segment, it will play the content of the program segment; if it receives the target media content segment, it will play the content of the media content segment.

由上述实施例提供的基于HTTP流的媒体内容动态插播装置,由于客户端接收到的媒体内容分片是服务端根据用户信息筛选得出的,而不同客户端的用户信息具有个性化的差异,从而使得不用的用户可以接收到的符合各自需求的媒体内容分片的内容。与现有技术中当客户端通过HTTP流观看节目时,点播同一个节目的所有客户端看到都是相同的动态媒体内容相比,本发明实施例可以使得点播同一个节目的所有客户端看到符合各自特点的个性化动态媒体内容,从而解决了在媒体内容通过HTTP流传输时无法实现个性化插播的问题,实现动态媒体内容的个性化插播。In the HTTP streaming-based media content dynamic insertion device provided by the above-mentioned embodiments, since the media content fragments received by the client are obtained by the server based on user information screening, and the user information of different clients has individualized differences, thus It enables different users to receive the content of media content fragments that meet their respective needs. Compared with the prior art, when clients watch a program through HTTP streaming, all clients who order the same program see the same dynamic media content, the embodiment of the present invention enables all clients who order the same program to watch Personalized dynamic media content that meets their respective characteristics, thus solving the problem that personalized insertion cannot be realized when the media content is transmitted through HTTP streaming, and realizing personalized insertion of dynamic media content.

本发明实施例还提供一种基于HTTP流的媒体内容动态插播系统,包括:如图8-10任一个所示的一种基于HTTP流的媒体内容动态插播装置和如图11-13任一个所示的另一种基于HTTP流的媒体内容动态插播装置。The embodiment of the present invention also provides a dynamic media content insertion system based on HTTP streams, including: a dynamic media content insertion device based on HTTP streams as shown in any one of Figures 8-10 and a dynamic media content insertion device as shown in any one of Figures 11-13 Another device for dynamically inserting media content based on HTTP streaming is shown.

其中,如图8-10任一个所示的一种基于HTTP流的媒体内容动态插播装置具体为服务端,用于接收客户端发送的携带有用户信息的请求消息;根据所述用户信息从本地存储的媒体内容中筛选出目标媒体内容;发送所述目标媒体内容给所述客户端,以便于所述客户端进行播放;Wherein, a kind of HTTP streaming-based media content dynamic insertion device shown in any one of Figures 8-10 is specifically a server, which is used to receive a request message carrying user information sent by a client; Screen out the target media content from the stored media content; send the target media content to the client so that the client can play it;

如图11-13任一个所示的另一种基于HTTP流的媒体内容动态插播装置具体为客户端,用于向服务端发送携带有用户信息的请求消息;接收所述服务端发送的与所述用户信息相匹配的媒体内容,并播放所述媒体内容。Another HTTP streaming-based media content dynamic insertion device as shown in any one of Figures 11-13 is specifically a client, which is used to send a request message carrying user information to the server; media content matching the user information, and play the media content.

在上述基于HTTP流的媒体内容动态插播系统中,由于客户端接收到的媒体内容是服务端根据用户信息筛选得出的,而不同客户端的用户信息具有个性化的差异,从而使得不用的用户可以接收到的符合各自需求的媒体内容。与现有技术中当客户端通过HTTP流观看节目时,点播同一个节目的所有客户端看到都是相同的动态媒体内容相比,本发明实施例可以使得点播同一个节目的所有客户端看到符合各自特点的个性化动态媒体内容,从而解决了在媒体内容通过HTTP流传输时无法实现个性化插播的问题,实现动态媒体内容的个性化插播。In the above-mentioned HTTP streaming-based media content dynamic insertion system, since the media content received by the client is screened by the server based on the user information, and the user information of different clients has individualized differences, different users can Received media content that meets their respective needs. Compared with the prior art, when clients watch a program through HTTP streaming, all clients who order the same program see the same dynamic media content, the embodiment of the present invention enables all clients who order the same program to watch Personalized dynamic media content that meets their respective characteristics, thus solving the problem that personalized insertion cannot be realized when the media content is transmitted through HTTP streaming, and realizing personalized insertion of dynamic media content.

本发明实施例主要应用于媒体内容动态插播处理过程中,当客户端通过HTTP流观看节目时,可以实现媒体内容的个性化插播。The embodiment of the present invention is mainly applied in the process of dynamic insertion of media content. When a client watches a program through HTTP streaming, personalized insertion of media content can be realized.

通过以上的实施方式的描述,所属领域的技术人员可以清楚地了解到本发明可借助软件加必需的通用硬件的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在可读取的存储介质中,如计算机的软盘,硬盘或光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be realized by means of software plus necessary general-purpose hardware, and of course also by hardware, but in many cases the former is a better embodiment . Based on this understanding, the essence of the technical solution of the present invention or the part that contributes to the prior art can be embodied in the form of a software product, and the computer software product is stored in a readable storage medium, such as a floppy disk of a computer , a hard disk or an optical disk, etc., including several instructions for enabling a computer device (which may be a personal computer, server, or network device, etc.) to execute the methods described in various embodiments of the present invention.

以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above is only a specific embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Anyone skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present invention. Should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be determined by the protection scope of the claims.

Claims (15)

1. A dynamic media content inter-cut method based on HTTP stream, characterized in that, the dynamic media content is transmitted by HTTP stream, the method includes:
receiving an MPD request message which is sent by a client and carries user information;
screening target media contents from locally stored media contents according to the user information;
inserting the fragment address of the target media content into an MPD file;
sending the MPD file inserted with the segment address of the target media content to the client;
receiving a fragmentation request sent by a client according to the fragmentation address of the target media content;
and sending the media content corresponding to the fragment address to the client so as to be played by the client conveniently.
2. A dynamic media content inter-cut method based on HTTP stream, characterized in that, the dynamic media content is transmitted by HTTP stream, the method includes:
receiving a Media Presentation Description (MPD) request message sent by the client;
sending an MPD file into which media content preset information is inserted to the client, where the media content preset information includes: media content acquisition information and media content fragment insertion positions;
receiving a media content request message carrying user information sent by a client according to the media content acquisition information;
screening target media contents from locally stored media contents according to the user information;
and sending the target media content to the client so that the client can play the target media content according to the media content fragment insertion position.
3. The dynamic HTTP streaming-based media content inter-cut method according to claim 2, wherein the media content preset information is located in a Period, or in description information repetition below the Period, or in segment information Segmentinfo below the repetition below the Period.
4. The dynamic HTTP streaming-based media content insertion method as recited in claim 2, wherein the media content segment insertion position is an insertion time or an insertion index of a relative program segment.
5. The dynamic inter-cut method for media content based on HTTP stream as recited in claim 4, wherein the media content acquisition information includes a media content insertion location identifier.
6. The dynamic HTTP streaming-based media content insertion method as recited in claim 5, wherein the step of filtering out the target media content from the locally stored media content according to the user information comprises:
acquiring media content inserting position information according to a media content inserting position identification in the media content acquiring information, wherein the media content inserting position information comprises the time length of the media content inserting position and a program associated with the media content inserting position;
and screening target media contents from the locally stored media contents according to the user information and the media content inserting position information.
7. The dynamic inter-cut method for media content based on HTTP stream according to claim 4 or 5, characterized in that said sending said target media content to said client comprises:
sending a media content first response message to the client, wherein the media content first response message comprises all fragment addresses of the target media content; after receiving subsequent media content fragmentation request messages sent by the client one by one according to the fragmentation addresses, sending the fragmentation content corresponding to the fragmentation addresses to the client; or,
sending a media content first response message to the client, wherein the media content first response message comprises the identification of the target media content, the fragment number and the first fragment content; after receiving a subsequent fragmentation request message which is sent by the client according to the media content acquisition information and carries the identifier and the fragmentation index value of the target media, sending the fragmentation content corresponding to the identifier and the fragmentation index value of the target media to the client; or,
sending a media content first response message to the client, wherein the media content first response message comprises a first fragment content of the target media content and an address of a next fragment; and after receiving a fragmentation request message sent by the client according to the address of the next fragment, sending a next fragmentation response message, wherein the next fragmentation response message carries the content of the next fragment and the address of the next fragment, and repeating the fragmentation request and the response until all media content fragments are obtained.
8. A media content dynamic inter cut method based on HTTP stream is characterized in that dynamic media content is transmitted by HTTP stream, which includes:
sending an MPD request message carrying user information to a server;
receiving an MPD file which is transmitted by the server and inserted with a segment address of the media content matched with the user information;
sending a media content fragmentation request according to the fragmentation address of the media content matched with the user information;
and receiving the media content which is sent by the server and matched with the user information, and playing the media content.
9. An apparatus for dynamic inter-cut of media content based on HTTP streaming, wherein the dynamic media content is streamed via HTTP, the apparatus comprising:
the system comprises a first receiving unit, a second receiving unit and a sending unit, wherein the first receiving unit is used for receiving an MPD request message which is sent by a client and carries user information;
the screening unit is used for screening target media contents from the locally stored media contents according to the user information;
the inserting unit is used for inserting the fragment address of the target media content into an MPD file;
the first sending unit is used for sending the MPD file inserted with the segment address of the target media content to the client;
the second receiving unit is used for receiving a fragmentation request sent by the client according to the fragmentation address of the target media content;
and the second sending unit is used for sending the media content corresponding to the fragment address to the client so as to be convenient for the client to play.
10. An apparatus for dynamic inter-cut of media content based on HTTP streaming, wherein the dynamic media content is streamed via HTTP, the apparatus comprising:
the first receiving unit is used for receiving a first request message of the media content which is sent by the client according to the media content acquisition information and carries the user information;
the screening unit is used for screening target media contents from the locally stored media contents according to the user information;
the first sending unit is used for sending the target media content to the client so that the client can play the target media content according to the inserting position of the media content fragments;
before the first receiving unit receives a request message carrying user information sent by a client, a second receiving unit is used for receiving an MPD request message sent by the client; a second sending unit, configured to send an MPD file into which media content preset information is inserted to the client, where the media content preset information includes: media content acquisition information, a first media content fragment insertion position.
11. The dynamic HTTP streaming-based media content insertion device as recited in claim 10, wherein the first media content segment insertion position is an insertion time or an insertion index of a relative program segment.
12. The dynamic HTTP streaming-based media content insertion apparatus as recited in claim 11, wherein the media content acquisition information includes a media content insertion location identifier.
13. The dynamic HTTP streaming-based media content insertion apparatus as recited in claim 12, wherein the filtering unit comprises:
the acquisition module is used for acquiring media content insertion position information according to a media content insertion position identifier in the media content acquisition information, wherein the media content insertion position information comprises the duration of the media content insertion position and a program associated with the media content insertion position;
and the screening module is used for screening target media contents from the locally stored media contents according to the user information and the media content inserting position information.
14. The dynamic HTTP streaming media content inter-cut device according to claim 11 or 12, wherein the first sending unit comprises at least one of the following modules:
a first sending module, configured to send a media content first response message to the client, where the media content first response message includes all segment addresses of the target media content; after receiving a subsequent fragmentation request message sent by the client according to the fragmentation address, sending fragmentation content corresponding to the fragmentation address to the client;
a second sending module, configured to send a media content first response message to the client, where the media content first response message includes an identifier of the target media content, a segment number, and a first segment; after receiving a subsequent fragmentation request message which is sent by the client according to the media content acquisition information and carries the identifier and the fragmentation index value of the target media content, sending the fragmentation content corresponding to the identifier and the fragmentation index value of the target media content to the client;
a third sending module, configured to send a media content first response message to the client, where the media content first response message includes addresses of a first segment and a next segment of the target media content; and after receiving a subsequent fragmentation request message sent by the client according to the address of the next fragment, sending a subsequent fragmentation response message, wherein the subsequent fragmentation response message carries the addresses of the next fragment and the next fragment.
15. An apparatus for dynamic inter-cut of media content based on HTTP streaming, wherein the dynamic media content is transmitted by HTTP streaming, comprising:
the system comprises a first sending unit, a second sending unit and a sending unit, wherein the first sending unit is used for sending an MPD request message carrying user information to a server;
a third receiving unit, configured to receive an MPD file, which is sent by the server and into which a segment address of media content matched with the user information is inserted;
a second sending unit, configured to send a media content fragmentation request according to the fragmentation address of the media content matched with the user information;
and the first receiving unit is used for receiving the media content which is sent by the server and matched with the user information and playing the media content.
CN201310547978.5A 2010-09-17 2010-09-17 Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream Active CN103747365B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310547978.5A CN103747365B (en) 2010-09-17 2010-09-17 Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010102919455A CN102137137B (en) 2010-09-17 2010-09-17 Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream
CN201310547978.5A CN103747365B (en) 2010-09-17 2010-09-17 Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN2010102919455A Division CN102137137B (en) 2010-09-17 2010-09-17 Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream

Publications (2)

Publication Number Publication Date
CN103747365A true CN103747365A (en) 2014-04-23
CN103747365B CN103747365B (en) 2017-04-26

Family

ID=50504347

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310547978.5A Active CN103747365B (en) 2010-09-17 2010-09-17 Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream

Country Status (1)

Country Link
CN (1) CN103747365B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104935595A (en) * 2015-06-16 2015-09-23 华为技术有限公司 Content item aggregation method and related device and communication system
CN105207976A (en) * 2014-06-23 2015-12-30 北京大学 Multimedia information inter-cutting control method and multimedia information inter-cutting control system of AVS-DASH system, and client
CN106209885A (en) * 2016-07-22 2016-12-07 腾讯科技(深圳)有限公司 Flow media playing method and relevant apparatus
CN106851423A (en) * 2017-03-31 2017-06-13 腾讯科技(深圳)有限公司 Online Video player method and relevant apparatus
WO2017133645A1 (en) * 2016-02-04 2017-08-10 中兴通讯股份有限公司 Media data communication method and device
WO2018161789A1 (en) * 2017-03-07 2018-09-13 华为技术有限公司 Projection type recommendation method, server and client
CN110140335A (en) * 2016-11-10 2019-08-16 瑞典爱立信有限公司 For improving the resource fragmentation of delivery performance
CN113767639A (en) * 2019-10-01 2021-12-07 腾讯美国有限责任公司 Dynamic self-adaptive streaming transmission method and device based on HTTP

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050078677A1 (en) * 2003-08-29 2005-04-14 Opentv, Inc. Targeted content broadcast and reception system
CN101127989A (en) * 2007-09-11 2008-02-20 中兴通讯股份有限公司 A method for supporting hypertext transmission stream media service of mobile phone
US20090055547A1 (en) * 2002-04-26 2009-02-26 Hudson Michael D Mediated multi-source peer content delivery network architecture
CN101561825A (en) * 2009-06-02 2009-10-21 北京迈朗世讯科技有限公司 Media technology platform system, data acquisition system and network content supplying method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090055547A1 (en) * 2002-04-26 2009-02-26 Hudson Michael D Mediated multi-source peer content delivery network architecture
US20050078677A1 (en) * 2003-08-29 2005-04-14 Opentv, Inc. Targeted content broadcast and reception system
CN101127989A (en) * 2007-09-11 2008-02-20 中兴通讯股份有限公司 A method for supporting hypertext transmission stream media service of mobile phone
CN101561825A (en) * 2009-06-02 2009-10-21 北京迈朗世讯科技有限公司 Media technology platform system, data acquisition system and network content supplying method

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105207976A (en) * 2014-06-23 2015-12-30 北京大学 Multimedia information inter-cutting control method and multimedia information inter-cutting control system of AVS-DASH system, and client
CN105207976B (en) * 2014-06-23 2018-12-07 北京大学 The multimedia messages of AVS-DASH system intercut control method, system and client
CN104935595A (en) * 2015-06-16 2015-09-23 华为技术有限公司 Content item aggregation method and related device and communication system
CN104935595B (en) * 2015-06-16 2019-10-15 华为技术有限公司 Content item aggregation method and related device and communication system
WO2017133645A1 (en) * 2016-02-04 2017-08-10 中兴通讯股份有限公司 Media data communication method and device
CN106209885B (en) * 2016-07-22 2019-02-05 腾讯科技(深圳)有限公司 Flow media playing method and relevant apparatus
CN106209885A (en) * 2016-07-22 2016-12-07 腾讯科技(深圳)有限公司 Flow media playing method and relevant apparatus
CN110140335B (en) * 2016-11-10 2022-08-12 瑞典爱立信有限公司 Resource segmentation for improved delivery performance
CN110140335A (en) * 2016-11-10 2019-08-16 瑞典爱立信有限公司 For improving the resource fragmentation of delivery performance
US11558677B2 (en) 2016-11-10 2023-01-17 Telefonaktiebolaget Lm Ericsson (Publ) Resource segmentation to improve delivery performance
US11722752B2 (en) 2016-11-10 2023-08-08 Telefonaktiebolaget Lm Ericsson (Publ) Resource segmentation to improve delivery performance
CN108574881A (en) * 2017-03-07 2018-09-25 华为技术有限公司 A projection type recommendation method, server and client
CN108574881B (en) * 2017-03-07 2020-08-25 华为技术有限公司 Projection type recommendation method, server and client
WO2018161789A1 (en) * 2017-03-07 2018-09-13 华为技术有限公司 Projection type recommendation method, server and client
CN106851423A (en) * 2017-03-31 2017-06-13 腾讯科技(深圳)有限公司 Online Video player method and relevant apparatus
CN106851423B (en) * 2017-03-31 2018-10-19 腾讯科技(深圳)有限公司 Online Video playback method and relevant apparatus
CN113767639A (en) * 2019-10-01 2021-12-07 腾讯美国有限责任公司 Dynamic self-adaptive streaming transmission method and device based on HTTP
CN113767639B (en) * 2019-10-01 2024-04-12 腾讯美国有限责任公司 Method, apparatus and non-volatile computer readable medium for receiving media data

Also Published As

Publication number Publication date
CN103747365B (en) 2017-04-26

Similar Documents

Publication Publication Date Title
CN102137137B (en) Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream
CN103747365B (en) Method, device and system for dynamic inter-cut of media contents based on HTTP (Hyper Text Transport Protocol) stream
US10560726B2 (en) System and method for delivery and caching of personalized media streaming content
CN107925797B (en) Method and apparatus for obtaining audio data
US8887215B2 (en) Targeted high-value content in HTTP streaming video on demand
JP4619353B2 (en) System for distributing multimedia content
JP2019504341A (en) Selection of coded next-generation audio data for transport
WO2016145913A1 (en) Self-adaptive streaming medium processing method and apparatus
CN103813185B (en) A kind of method that segment programs are quickly distributed, server and client
CN113748659B (en) Method, apparatus, and non-volatile computer-readable medium for receiving media data for a session
CN102131114B (en) Method and system for providing playlist
CN105828096B (en) Method and device for processing media stream file
KR102598237B1 (en) Method and apparatus for digital broadcast services
KR102499231B1 (en) Receiving device, sending device and data processing method
CN105228001A (en) The method and system that a kind of FLV format video is play online
CN113661692A (en) Method and device for dynamic adaptive streaming based on HTTP
US9390274B2 (en) Media data processing method and apparatus
CN105992022A (en) On-line recording and downloading method and system
CN105592369B (en) A kind of video frequency abstract processing method and processing device
WO2019209488A1 (en) Server-side insertion of media fragments
KR102196504B1 (en) Apparatus and method for providing contents
CN113364728B (en) Media content receiving method, device, storage medium and computer equipment
WO2015064384A1 (en) Transmission apparatus, transmission method, reception apparatus, and reception method
JP2018006846A (en) Synchronous presentation system, synchronous presentation method, and synchronous presentation program
HK40055141B (en) Method and apparatus for receiving media data and non-transitory computer-readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20220225

Address after: 550025 Huawei cloud data center, jiaoxinggong Road, Qianzhong Avenue, Gui'an New District, Guiyang City, Guizhou Province

Patentee after: Huawei Cloud Computing Technologies Co.,Ltd.

Address before: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: HUAWEI TECHNOLOGIES Co.,Ltd.

TR01 Transfer of patent right