[go: up one dir, main page]

CN102065372B - Method for transmitting data in broadcast mode and related device - Google Patents

Method for transmitting data in broadcast mode and related device Download PDF

Info

Publication number
CN102065372B
CN102065372B CN200910238129.5A CN200910238129A CN102065372B CN 102065372 B CN102065372 B CN 102065372B CN 200910238129 A CN200910238129 A CN 200910238129A CN 102065372 B CN102065372 B CN 102065372B
Authority
CN
China
Prior art keywords
data
packet loss
terminal
loss recovery
network side
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.)
Active
Application number
CN200910238129.5A
Other languages
Chinese (zh)
Other versions
CN102065372A (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.)
China Mobile Communications Group Co Ltd
Original Assignee
China Mobile Communications Group 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 China Mobile Communications Group Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN200910238129.5A priority Critical patent/CN102065372B/en
Publication of CN102065372A publication Critical patent/CN102065372A/en
Application granted granted Critical
Publication of CN102065372B publication Critical patent/CN102065372B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

本发明公开了一种以广播方式传输数据的方法及相关装置,用以解决现有技术无法在保证所需传输的数据的正确性的条件下,节约广播网传输资源问题。该方法包括:网络侧将第一数据以广播方式下发给终端;以及接收所述终端在接收到所述第一数据后,通过移动通信网反馈的该终端预定参数当前的参数值,所述预定参数能够反映广播网数据传输质量;网络侧在后续以广播方式向所述终端发送第二数据时,根据所述终端反馈的参数值,确定第二数据对应的丢包恢复数据,以及通过所述移动通信网向所述终端发送确定出的所述第二数据对应的丢包恢复数据。

The invention discloses a method and a related device for transmitting data in a broadcast mode, which are used to solve the problem that the prior art cannot save transmission resources of a broadcast network under the condition of ensuring the correctness of the data to be transmitted. The method includes: the network side broadcasts the first data to the terminal; and receiving the current parameter value of the predetermined parameter of the terminal fed back by the terminal through the mobile communication network after receiving the first data, the said The predetermined parameters can reflect the data transmission quality of the broadcast network; when the network side subsequently broadcasts the second data to the terminal, it determines the packet loss recovery data corresponding to the second data according to the parameter value fed back by the terminal, and through the The mobile communication network sends the determined packet loss recovery data corresponding to the second data to the terminal.

Description

以广播方式传输数据的方法及相关装置Method and related device for transmitting data in broadcast mode

技术领域 technical field

本发明涉及计算机及通信技术领域,尤其涉及一种以广播方式传输数据的方法、一种网络侧设备和一种终端设备。The present invention relates to the technical fields of computer and communication, and in particular to a method for transmitting data in broadcast mode, a network side device and a terminal device.

背景技术 Background technique

为了降低网络传输数据时,由于丢失数据包或传输错误造成的接收端后续对所传输的数据进行解码时解码效果不佳的问题,现有技术提出了多种差错控制方案以提高网络传输的可靠性。自动重传请求(ARQ,Auto Repeat Request)和前向纠错(FEC,Forward Error Correction)是其中两类常见的方案。In order to reduce the problem of poor decoding effect when the receiving end subsequently decodes the transmitted data due to lost data packets or transmission errors when the network transmits data, various error control schemes have been proposed in the prior art to improve the reliability of network transmission sex. Automatic Repeat Request (ARQ, Auto Repeat Request) and Forward Error Correction (FEC, Forward Error Correction) are two common types of solutions.

ARQ的基本工作原理为:接收端在通过计算接收到的数据中包含的校验位等方式判断出正确接收到数据后,必须向发送端发送一个确认消息,否则发送端将以预定的重传时间间隔重复地向接收端发送已发送过的数据。这种方案的优点在于可以保证所传输的数据的正确性,然而另一方面也会占用大量的网络资源、引起传输时间延长,尤其是对于接收端已正确接收到发送端发送的数据,但是由于网络传输故障,发送端未接收到接收端发送的对应的确认消息的情况,重传数据会浪费有限的网络资源。The basic working principle of ARQ is: after the receiving end judges that the data is received correctly by calculating the check digit contained in the received data, it must send a confirmation message to the sending end, otherwise the sending end will retransmit The time interval repeatedly sends the sent data to the receiving end. The advantage of this scheme is that it can guarantee the correctness of the transmitted data, but on the other hand, it will also take up a lot of network resources and cause the transmission time to prolong, especially for the receiving end that has correctly received the data sent by the sending end, but due to Network transmission failure, the sending end does not receive the corresponding confirmation message sent by the receiving end, retransmitting data will waste limited network resources.

FEC方案的基本原理为:发送端在发送所需传输的数据时,在该所需传输的数据中附加上对应的丢包恢复或冗余纠错数据一并发送,接收端在判断出接收到的所需传输的数据出现错误时,可以根据接收到的对应的冗余纠错数据来进行数据恢复和纠错,从而获得正确的数据。发送端可以通过不同的编码方法和交织深度确定出能够实现不同数据恢复效果等级(或称为FEC丢包恢复等级)的所需传输的数据对应的冗余纠错数据或丢包恢复数据。The basic principle of the FEC scheme is: when the sending end sends the data to be transmitted, it adds the corresponding packet loss recovery or redundant error correction data to the data to be transmitted and sends it together. When an error occurs in the data to be transmitted, data recovery and error correction can be performed according to the received corresponding redundant error correction data, so as to obtain correct data. The sending end can use different encoding methods and interleaving depths to determine the redundant error correction data or packet loss recovery data corresponding to the data to be transmitted that can achieve different data recovery effect levels (or called FEC packet loss recovery levels).

当网络侧通过广播网向终端发送数据时,由于没有终端向网络侧反馈信息的回传通道,网络侧无法获知广播网传输数据时的丢包情况,因而网络侧只能向所有的终端发送同一FEC丢包恢复等级的相同的丢包恢复数据。When the network side sends data to the terminal through the broadcast network, since there is no return channel for the terminal to feedback information to the network side, the network side cannot know the packet loss when the broadcast network transmits data, so the network side can only send the same message to all terminals. The same packet loss recovery data as the FEC packet loss recovery level.

发明内容 Contents of the invention

本发明实施例提供一种以广播方式传输数据的方法,用以解决现有技术只能向所有的终端发送同一FEC丢包恢复等级的相同的丢包恢复数据,浪费网络传输资源问题。The embodiment of the present invention provides a method of broadcasting data transmission to solve the problem of wasting network transmission resources by sending the same packet loss recovery data with the same FEC packet loss recovery level to all terminals in the prior art.

对应地,本发明实施例还提供了一种网络侧设备和一种终端设备。Correspondingly, the embodiment of the present invention also provides a network side device and a terminal device.

本发明实施例提供的技术方案如下:The technical scheme that the embodiment of the present invention provides is as follows:

一种以广播方式传输数据的方法,包括:A method of broadcasting data, comprising:

网络侧将第一数据以广播方式下发给终端;以及The network side broadcasts the first data to the terminal; and

接收所述终端在接收到所述第一数据后,反馈的该终端预定参数当前的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量;receiving the current parameter value of the predetermined parameter of the terminal fed back by the terminal after receiving the first data, the predetermined parameter can reflect the data transmission quality of the broadcast network where the terminal is located;

网络侧在后续以广播方式向所述终端下发第二数据时,根据所述终端反馈的参数值,确定第二数据对应的丢包恢复数据,以及When the network side subsequently broadcasts the second data to the terminal, according to the parameter value fed back by the terminal, the packet loss recovery data corresponding to the second data is determined, and

向所述终端发送确定出的所述第二数据对应的丢包恢复数据。Sending the determined packet loss recovery data corresponding to the second data to the terminal.

一种以广播方式传输数据的方法,包括:A method of broadcasting data, comprising:

终端接收到网络侧以广播方式下发的第一数据后,确定自身当前预定参数的参数值,所述预定参数能够反映广播网数据传输质量;并After receiving the first data sent by the network side in broadcast mode, the terminal determines the parameter value of its own current predetermined parameter, and the predetermined parameter can reflect the data transmission quality of the broadcast network; and

将确定出的预定参数的参数值发送给网络侧;sending the determined parameter value of the predetermined parameter to the network side;

所述终端接收网络侧后续以广播方式下发的第二数据时,接收网络侧发送的所述第二数据对应的丢包恢复数据,所述丢包恢复数据是网络侧根据终端发送的预定参数的参数值确定出的;以及When the terminal receives the second data subsequently broadcast by the network side, it receives the packet loss recovery data corresponding to the second data sent by the network side, and the packet loss recovery data is a predetermined parameter sent by the network side according to the terminal. determined by the parameter values of ; and

根据所述丢包恢复数据对接收到的所述第二数据进行纠错处理。Perform error correction processing on the received second data according to the packet loss recovery data.

一种网络侧设备,包括:A network side device, comprising:

第一发送单元,用于将第一数据以广播方式下发给终端;a first sending unit, configured to broadcast the first data to the terminal;

接收单元,用于接收所述终端在接收到第一发送单元发送的第一数据后,反馈的该终端预定参数当前的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量;The receiving unit is configured to receive the current parameter value of the predetermined parameter of the terminal fed back by the terminal after receiving the first data sent by the first sending unit, and the predetermined parameter can reflect the data transmission quality of the broadcast network where the terminal is located ;

确定单元,用于在后续以广播方式向所述终端下发第二数据时,根据接收单元接收到的所述终端反馈的参数值,确定第二数据对应的丢包恢复数据;The determining unit is configured to determine the packet loss recovery data corresponding to the second data according to the parameter value fed back by the terminal received by the receiving unit when the second data is subsequently broadcast to the terminal;

第二发送单元,用于通过所述移动通信网向所述终端发送确定单元确定出的所述第二数据对应丢包恢复数据。The second sending unit is configured to send the packet loss recovery data corresponding to the second data determined by the determining unit to the terminal through the mobile communication network.

一种终端设备,包括:A terminal device, comprising:

确定单元,用于接收到网络侧以广播方式下发的第一数据后,确定自身当前预定参数的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量;The determination unit is configured to determine the parameter value of its current predetermined parameter after receiving the first data sent by the network side in a broadcast manner, and the predetermined parameter can reflect the data transmission quality of the broadcast network where the terminal is located;

发送单元,用于将确定单元确定出的预定参数的参数值通过移动通信网发送给网络侧;a sending unit, configured to send the parameter value of the predetermined parameter determined by the determining unit to the network side through the mobile communication network;

接收单元,用于接收网络侧后续以广播方式下发的第二数据时,接收网络侧通过所述移动通信网发送的所述第二数据对应的丢包恢复数据,所述丢包恢复数据是网络侧根据终端发送的预定参数的参数值确定出的;The receiving unit is configured to receive packet loss recovery data corresponding to the second data sent by the network side through the mobile communication network when receiving the second data subsequently sent by the network side in a broadcast manner, and the packet loss recovery data is It is determined by the network side according to the parameter value of the predetermined parameter sent by the terminal;

丢包恢复处理单元,用于根据接收单元接收到的所述第二数据对应的丢包恢复数据对接收到的所述第二数据进行丢包恢复处理。The packet loss recovery processing unit is configured to perform packet loss recovery processing on the received second data according to the packet loss recovery data corresponding to the second data received by the receiving unit.

本发明实施例提供的方案通过网络侧针对每一终端,根据该终端接收到网络侧广播方式下发的数据后,通过移动通信网反馈的反映广播网数据传输质量的参数值,确定后续向该终端以广播方式下发数据时,应下发的对应的不同FEC丢包恢复等级的丢包恢复数据,以便终端进行纠错处理,从而能够有针对性地,为不同的终端提供不同纠错级别的丢包恢复数据,实现了在保证所需传输的数据的正确性的条件下,节约广播网传输资源的目的。The solution provided by the embodiment of the present invention uses the network side for each terminal, and determines the follow-up to the terminal according to the parameter value that reflects the data transmission quality of the broadcast network fed back by the mobile communication network after the terminal receives the data sent by the network side broadcast mode. When the terminal sends data in broadcast mode, it should send the packet loss recovery data corresponding to different FEC packet loss recovery levels, so that the terminal can perform error correction processing, so as to provide different error correction levels for different terminals in a targeted manner Lost packet recovery data realizes the purpose of saving broadcast network transmission resources under the condition of ensuring the correctness of the data to be transmitted.

附图说明Description of drawings

图1为本发明实施例的主要实现原理流程图;Fig. 1 is the flow chart of main realization principle of the embodiment of the present invention;

图2为本发明实施例的系统结构示意图;Fig. 2 is a schematic diagram of the system structure of an embodiment of the present invention;

图3为本发明实施例中网络侧设备的模块结构图;FIG. 3 is a block diagram of a network side device in an embodiment of the present invention;

图4为本发明实施例中终端设备的模块结构图;FIG. 4 is a block diagram of a terminal device in an embodiment of the present invention;

图5为本发明实施例使用RTP数据包承载丢包恢复数据的示意图;FIG. 5 is a schematic diagram of using RTP data packets to carry packet loss recovery data according to an embodiment of the present invention;

图6为本发明实施例提供的网络侧设备的结构示意图;FIG. 6 is a schematic structural diagram of a network side device provided by an embodiment of the present invention;

图7为本发明实施例提供的终端设备的结构示意图。FIG. 7 is a schematic structural diagram of a terminal device provided by an embodiment of the present invention.

具体实施方式 Detailed ways

为了保证广播网传输数据的正确性,目前网络侧只能在通过广播网向所有终端下发所需传输的数据(例如视频数据等)时,同时在该所需传输的数据中附加同一丢包恢复数据,由于不同地域的广播网的通信质量是存在差异的,如果网络侧为了保证广播网通信质量较差地域的用户接收到的所需传输的数据的正确性,选择发送所需传输的数据对应的较高FEC丢包恢复等级、数据量较多的丢包恢复数据,那么对于广播网通信质量较佳地域的用户来说,浪费了宝贵的广播网传输资源;反之,如果网络侧为了节约广播网传输资源,选择发送所需传输的数据对应的较低FEC丢包恢复等级、数据量较少的丢包恢复数据,那么对于广播网通信质量较差地域的用户来说,将无法根据接收到的丢包恢复数据恢复出满意质量的所需传输的数据。In order to ensure the correctness of the data transmitted by the broadcast network, at present, the network side can only add the same packet loss to the data to be transmitted at the same time when the data to be transmitted (such as video data, etc.) is delivered to all terminals through the broadcast network. Restoring data, because the communication quality of broadcast networks in different regions is different, if the network side chooses to send the data to be transmitted in order to ensure the correctness of the data to be transmitted received by users in regions with poor communication quality of the broadcast network Corresponding to higher FEC packet loss recovery level and large amount of packet loss recovery data, for users in areas with better broadcast network communication quality, precious broadcast network transmission resources are wasted; on the contrary, if the network side In order to save Broadcast network transmission resources, choose to send the data to be transmitted corresponding to the lower FEC packet loss recovery level, and the packet loss recovery data with less data volume, then for users in areas with poor communication quality on the broadcast network, it will not be possible to receive The received packet loss recovery data recovers the required transmitted data with satisfactory quality.

因此,现有技术网络侧无法有针对性的,为不同的终端提供不同纠错级别的丢包恢复数据,从而在保证所需传输的数据的正确性的条件下,节约广播网传输资源。Therefore, in the prior art, the network side cannot provide different terminals with packet loss recovery data with different error correction levels in a targeted manner, so as to save broadcast network transmission resources while ensuring the correctness of the data to be transmitted.

本发明实施例提出终端在接收到网络侧通过广播方式下发的视频数据等所需传输的数据之后,根据接收到的数据中的校验码,确定自身当前的广播网通信质量信息,并将确定出的广播网通信质量信息通过移动通信网的报文发送给网络侧,网络侧通过接收终端反馈的广播网通信质量信息,在后续传输视频数据等所需传输的数据时,根据不同终端分别反馈的广播网通信质量信息,有针对性的为不同终端发送不同FEC丢包恢复等级的丢包恢复数据。例如,为广播网通信质量较佳的终端发送FEC丢包恢复等级较低、数据量较少的丢包恢复数据,为广播网通信质量较差的终端发送FEC丢包恢复等级较高、数据量较大的丢包恢复数据,从而实现在能够保证所需传输的数据的正确性的条件下,节约广播网传输资源。The embodiment of the present invention proposes that after the terminal receives the data to be transmitted such as the video data sent by the network side through broadcasting, it determines its current communication quality information of the broadcast network according to the check code in the received data, and sends the The determined broadcast network communication quality information is sent to the network side through the message of the mobile communication network, and the network side receives the broadcast network communication quality information fed back by the terminal. The feedback broadcast network communication quality information is targeted to send packet loss recovery data with different FEC packet loss recovery levels to different terminals. For example, send packet loss recovery data with a lower FEC packet loss recovery level and less data volume to terminals with better communication quality on the broadcast network, and send FEC packet loss recovery level with higher FEC packet loss recovery level and data volume to terminals with poor communication quality on the broadcast network. Larger packet loss restores data, so as to save broadcast network transmission resources under the condition that the correctness of the data to be transmitted can be guaranteed.

下面结合各个附图对本发明实施例技术方案的主要实现原理、具体实施方式及其对应能够达到的有益效果进行详细的阐述。The main realization principles, specific implementation modes and corresponding beneficial effects that can be achieved of the technical solutions of the embodiments of the present invention will be described in detail below in conjunction with each accompanying drawing.

如图1所示,本发明实施例的主要实现原理流程如下:As shown in Figure 1, the main implementation principle flow of the embodiment of the present invention is as follows:

步骤10,网络侧将第一数据以广播方式下发给终端;Step 10, the network side broadcasts the first data to the terminal;

步骤20,所述终端在接收到步骤10中网络侧下发的第一数据后,确定自身当前预定参数的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量,可以为丢包率、误码率等;Step 20, after the terminal receives the first data sent by the network side in step 10, determine the parameter value of its current predetermined parameter, the predetermined parameter can reflect the broadcast network data transmission quality of the terminal's location, which can be Packet loss rate, bit error rate, etc.;

步骤30,所述终端将步骤20确定出的参数值发送给网络侧、例如通过移动通信网(信令、消息、短消息等)、有线网络等方式将确定出的参数值发送给网络侧;Step 30, the terminal sends the parameter value determined in step 20 to the network side, for example, sends the determined parameter value to the network side through a mobile communication network (signaling, message, short message, etc.), a wired network, etc.;

步骤40,网络侧在后续需要以广播方式向所述终端下发的第二数据时,根据步骤30终端反馈的参数值,确定第二数据对应的丢包恢复数据;Step 40, when the network side subsequently needs to broadcast the second data to the terminal, according to the parameter value fed back by the terminal in step 30, determine the packet loss recovery data corresponding to the second data;

步骤50,网络侧在以广播方式下发第二数据时,向所述终端发送步骤40确定出的所述第二数据对应的丢包恢复数据。In step 50, the network side sends the packet loss recovery data corresponding to the second data determined in step 40 to the terminal when the second data is broadcasted.

请参照附图2,为本发明实施例提供的以广播方式传输数据的系统中网络侧设备和终端设备的工作原理图。Please refer to FIG. 2 , which is a working principle diagram of a network side device and a terminal device in a system for broadcasting data transmission provided by an embodiment of the present invention.

附图3为本发明实施例中网络侧设备的模块结构图,在该图中以箭头的方式标明了数据流向;附图4为本发明实施例中终端设备的模块结构图,在该图中以箭头的方式标明了数据流向,其中空心箭头为视频数据的流向、细虚线箭头为丢包恢复数据的流向、细实线箭头为终端反馈数据的流向。下面将依据本发明上述发明原理、结合附图3、附图4和具体实例对本发明方法的主要实现原理进行详细的阐述和说明。Accompanying drawing 3 is the module structure diagram of the network side equipment in the embodiment of the present invention, and the data flow direction is marked with the mode of the arrow in this figure; Accompanying drawing 4 is the module structure diagram of the terminal equipment in the embodiment of the present invention, in this figure The data flow direction is marked in the form of arrows, where the hollow arrow is the flow direction of video data, the thin dotted arrow is the flow direction of lost packet recovery data, and the thin solid line arrow is the flow direction of terminal feedback data. The main implementation principles of the method of the present invention will be described and illustrated in detail below in accordance with the above-mentioned inventive principles of the present invention, in conjunction with accompanying drawings 3 and 4 and specific examples.

网络侧通过广播方式下发给各个终端的数据可以为各种类型的数据,包括视频数据、音频数据、图片格式的数据等等,本实施例以视频数据为例进行介绍。The data sent by the network side to each terminal through broadcasting may be various types of data, including video data, audio data, data in picture format, etc. This embodiment uses video data as an example for introduction.

网络侧将对视频文件进行编码后获得多个视频数据,包括第一视频数据、第二视频数据和第三视频数据,并将第一视频数据以广播方式通过广播网下发给终端A、终端B。例如,可以将第一视频数据承载在符合具备时间标识和顺序标识的传输协议的格式的数据包中发送给终端,例如承载在符合实时传送协议(RTP,Real-time Transport Protocol)格式或其他传输协议格式的数据包中发送给终端。The network side will encode the video file to obtain a plurality of video data, including the first video data, the second video data and the third video data, and send the first video data to terminal A and terminal A through the broadcast network in broadcast mode. b. For example, the first video data may be sent to the terminal in a data packet conforming to a format of a transmission protocol with a time identifier and a sequence identifier, such as being carried in a format conforming to a real-time transport protocol (RTP, Real-time Transport Protocol) or other transmission It is sent to the terminal in a data packet in the protocol format.

终端A对接收到网络侧以广播方式下发的第一视频数据进行解码后,通过获取数据包的序号标识、计算第一视频数据中包含的校验位等方式,确定丢包率、误码率等能够反映广播网数据传输质量的预定参数的参数值,例如终端A确定出当前的丢包率为0.5%。After receiving the first video data broadcasted by the network side, terminal A decodes, obtains the serial number identification of the data packet, calculates the check digit contained in the first video data, etc., and determines the packet loss rate and bit error Rate and other predetermined parameter values that can reflect the quality of broadcast network data transmission, for example, terminal A determines that the current packet loss rate is 0.5%.

与终端A相类似,终端B对接收到网络侧以广播方式下发的第一视频数据进行解码后,通过获取数据包的序号标识、计算第一视频数据中包含的校验位等方式,确定丢包率、误码率等能够反映广播网数据传输质量的预定参数的参数值,例如终端B确定出当前的丢包率为5%。Similar to terminal A, terminal B decodes the first video data received by broadcast from the network side, obtains the serial number identification of the data packet, calculates the check digit contained in the first video data, etc., to determine The packet loss rate, bit error rate and other predetermined parameter values that can reflect the data transmission quality of the broadcast network, for example, terminal B determines that the current packet loss rate is 5%.

然后终端A、终端B分别通过移动通信网将确定出的预定参数的参数值反馈给网络侧,例如终端A将确定出的“丢包率=0.5%”承载在符合RTP控制协议(RTCP,RTP Control Protocol)格式的数据包中发送给网络侧,终端B将确定出的“丢包率=5%”承载在符合RTCP格式的数据包中发送给网络侧。Then terminal A and terminal B respectively feed back the parameter values of the determined predetermined parameters to the network side through the mobile communication network. Control Protocol) format data packets to the network side, terminal B carries the determined "packet loss rate = 5%" in a data packet conforming to the RTCP format and sends to the network side.

网络侧接收到终端A、终端B分别反馈的预定参数的参数值后,从预先存储的所述预定参数的参数值范围与FEC丢包恢复等级的对应关系中,选择出终端A反馈的参数值对应的FEC丢包恢复等级、以及终端B反馈的参数值对应的FEC丢包恢复等级。通常,对于在广播网数据传输质量较差时,应采用较高的FEC丢包恢复等级,网络侧存储有多个丢包率范围与FEC丢包恢复等级的对应关系,例如“丢包率=0.5%~2%”对应“FEC丢包恢复等级1”、“丢包率=2%~5%”对应“FEC丢包恢复等级2”、“丢包率=5%~10%”对应“FEC丢包恢复等级3”、“丢包率=10%~20%”对应“FEC丢包恢复等级4”等等,网络侧根据接收到的终端A发来的“丢包率=0.5%”的信息,从上述对应关系中,选择出“丢包率=0.5%”应对应“FEC丢包恢复等级1”,选择出“丢包率=5%”应对应“FEC丢包恢复等级3”。After receiving the parameter values of the predetermined parameters fed back by terminal A and terminal B respectively, the network side selects the parameter value fed back by terminal A from the corresponding relationship between the parameter value range of the predetermined parameters stored in advance and the FEC packet loss recovery level The corresponding FEC packet loss recovery level, and the FEC packet loss recovery level corresponding to the parameter value fed back by terminal B. Usually, when the quality of data transmission on the broadcast network is poor, a higher FEC packet loss recovery level should be used. The network side stores multiple correspondences between packet loss rate ranges and FEC packet loss recovery levels, for example, "packet loss rate = 0.5% to 2%" corresponds to "FEC packet loss recovery level 1", "packet loss rate = 2% to 5%" corresponds to "FEC packet loss recovery level 2", "packet loss rate = 5% to 10%" corresponds to " FEC packet loss recovery level 3", "packet loss rate = 10% ~ 20%" corresponds to "FEC packet loss recovery level 4", etc., the network side receives the "packet loss rate = 0.5%" sent by terminal A From the above correspondence, the selected "packet loss rate = 0.5%" should correspond to "FEC packet loss recovery level 1", and the selection of "packet loss rate = 5%" should correspond to "FEC packet loss recovery level 3" .

网络侧后续需要向移动终端A、终端B发送第二视频数据时,根据上述选择出的“FEC丢包恢复等级1”,对第二视频数据进行“FEC丢包恢复等级1”对应的FEC编码处理过程,确定第二视频数据对应的丢包恢复数据FECdata1;以及根据选择出的“FEC丢包恢复等级3”,对第二视频数据进行“FEC丢包恢复等级3”对应的FEC编码处理过程,确定第二视频数据对应的丢包恢复数据FECdata3。When the network side subsequently needs to send the second video data to the mobile terminal A and terminal B, according to the "FEC packet loss recovery level 1" selected above, perform FEC encoding corresponding to "FEC packet loss recovery level 1" on the second video data The processing process is to determine the packet loss recovery data FECdata1 corresponding to the second video data; and according to the selected "FEC packet loss recovery level 3", perform the FEC encoding process corresponding to "FEC packet loss recovery level 3" on the second video data , determine packet loss recovery data FECdata3 corresponding to the second video data.

然后,网络侧在以广播方式向终端A、终端B发送第二数据时,通过移动通信网向终端A发送确定出的第二视频数据对应的丢包恢复数据FECdata1,向终端B发送确定出的第二视频数据对应的丢包恢复数据FECdata3。例如,网络侧可以将丢包恢复数据FECdata1承载在符合实时传送协议(RTP,Real-time Transport Protocol)格式的数据包中发送给终端A,将丢包恢复数据FECdata3承载在符合RTP格式的数据包中发送给终端B。请参照附图5所示,将丢包恢复数据的包头部分和载荷部分都附加在RTP数据包的载荷部分。Then, when the network side sends the second data to terminal A and terminal B in broadcast mode, it sends the determined packet loss recovery data FECdata1 corresponding to the second video data to terminal A through the mobile communication network, and sends the determined packet loss recovery data FECdata1 to terminal B through the mobile communication network. Packet loss recovery data FECdata3 corresponding to the second video data. For example, the network side can send the packet loss recovery data FECdata1 in a data packet conforming to the Real-time Transport Protocol (RTP, Real-time Transport Protocol) format and send it to terminal A, and the packet loss recovery data FECdata3 can be carried in a data packet conforming to the RTP format sent to terminal B. Please refer to the accompanying drawing 5, the header part and the payload part of the packet loss recovery data are both attached to the payload part of the RTP data packet.

对于每个终端而言,视频数据和对应的丢包恢复数据是分别进行传输的。通过分离的单独RTP流来传输丢包恢复数据和视频数据,丢包恢复数据承载的RTP数据包有自身专用的序号空间。For each terminal, video data and corresponding packet loss recovery data are transmitted separately. The packet loss recovery data and video data are transmitted through separate independent RTP streams, and the RTP data packets carried by the packet loss recovery data have their own dedicated sequence number space.

为了使终端在同一时间段接收多个视频数据和丢包恢复数据的情况下,能够确定出视频数据和丢包恢复数据之间的对应关系,网络侧应在视频数据和对应的丢包恢复数据中携带能够确定二者之间相关性的信息。以时间信息为例,网络侧发送给终端A的承载有第二视频数据的3个数据包的时间戳分别为timestamp1=00:01:25、timestamp1=00:01:26、timestamp1=00:01:27,则网络侧应在发送给终端A的丢包恢复数据FECdata1中附加的时间信息为00:01:25、00:01:26或00:01:27,或者在发送给终端A的丢包恢复数据FECdata1中附加的时间信息为承载有第二视频数据的3个数据包的时间戳所确定出的时间长度范围[00:01:25,00:01:27],附加的时间信息也可以为确定出的时间长度范围[00:01:25,00:01:27]中的任一时刻。可见,丢包恢复数据中携带的时间信息和承载视频数据的数据包中携带的时间信息是具有相关性的。In order to enable the terminal to determine the corresponding relationship between video data and packet loss recovery data when receiving multiple video data and packet loss recovery data in the same time period, the network side should compare the video data and the corresponding packet loss recovery data Carries information that can determine the correlation between the two. Taking time information as an example, the timestamps of the three data packets carrying the second video data sent by the network side to terminal A are timestamp1=00:01:25, timestamp1=00:01:26, and timestamp1=00:01 :27, the network side should add time information of 00:01:25, 00:01:26 or 00:01:27 to the packet loss recovery data FECdata1 sent to terminal A, or the time information sent to terminal A The additional time information in the packet recovery data FECdata1 is the time length range [00:01:25, 00:01:27] determined by the time stamps of the 3 data packets carrying the second video data, and the additional time information is also It can be any moment in the determined time length range [00:01:25, 00:01:27]. It can be seen that the time information carried in the packet loss recovery data and the time information carried in the data packet carrying video data are correlated.

终端接收到网络侧以广播方式下发的视频数据和通过移动通信网下发的丢包恢复数据后,获取承载视频数据的数据包的时间戳和承载丢包恢复数据的数据包中的时间信息,从而确定视频数据对应的丢包恢复数据,即进行视频数据流和冗余数据流的同步。根据对应的丢包恢复数据对视频数进行数据恢复和纠错处理。After the terminal receives the video data broadcasted by the network side and the packet loss recovery data delivered through the mobile communication network, it obtains the time stamp of the data packet carrying the video data and the time information in the data packet carrying the packet loss recovery data , so as to determine the packet loss recovery data corresponding to the video data, that is, to synchronize the video data stream and the redundant data stream. Perform data recovery and error correction processing on the video data according to the corresponding packet loss recovery data.

以第二视频数据为例,终端A获取接收到的网络侧下发的承载有第二视频数据的3个数据包的时间戳:timestamp1=00:01:25、timestamp1=00:01:26、timestamp1=00:01:27和承载丢包恢复数据FECdata1的RTP数据包中携带的时间信息[00:01:25,00:01:27],则可以确定出丢包恢复数据FECdata1为第二视频数据对应的丢包恢复数据。假定终端A还接收到了另一丢包恢复数FECdata2,获取到承载丢包恢复数据FECdata2的RTP数据包中携带的时间信息[00:02:20,00:02:27],由于承载FECdata2的数据包的时间信息[00:02:20,00:02:27]不在承载有第二视频数据的3个数据包的时间戳所确定出的时间长度范围[00:01:25,00:01:27]内,也不是[00:01:25,00:01:27]中的任一时刻,因此确定出丢包恢复数据FECdata2不是第二视频数据对应的丢包恢复数据。Taking the second video data as an example, terminal A obtains the received timestamps of the three data packets carrying the second video data delivered by the network side: timestamp1=00:01:25, timestamp1=00:01:26, timestamp1=00:01:27 and the time information [00:01:25, 00:01:27] carried in the RTP data packet carrying the packet loss recovery data FECdata1, it can be determined that the packet loss recovery data FECdata1 is the second video Data corresponding to packet loss recovery data. Assuming that terminal A has also received another packet loss recovery data FECdata2, and obtains the time information [00:02:20, 00:02:27] carried in the RTP packet carrying the packet loss recovery data FECdata2, since the data carrying FECdata2 The time information of the packet [00:02:20, 00:02:27] is not within the time length range [00:01:25, 00:01:00:01:25, 00:01: 27], it is not any time in [00:01:25, 00:01:27], so it is determined that the packet loss recovery data FECdata2 is not the packet loss recovery data corresponding to the second video data.

本发明实施例通过终端在接收到网络侧以广播方式下发的第一数据后,向网络侧反馈自身的丢包率、误码率等反映广播网数据传输质量的参数值,网络侧针对每一终端,根据该终端反馈的反映广播网数据传输质量的参数值,确定后续向该终端以广播方式下发第二数据时,应同时下发的丢包恢复数据的FEC丢包恢复等级。网络侧后续以广播方式向多个终端下发第二数据时,通过移动通信网向不同终端发送不同纠错级别的丢包恢复数据,对于广播数据传输质量较佳的终端,可以下发纠错级别较低、数据量较少的丢包恢复数据,从而节约网络传输资源;对于广播网数据传输质量较差的终端,可以下发纠错级别较高、数据量较多的丢包恢复数据,从而保证用户接收到的第二数据的正确性。因此,本发明实施例提出的方案能够有针对性地,为不同的终端提供不同纠错级别的丢包恢复数据。In the embodiment of the present invention, after the terminal receives the first data broadcasted by the network side, it feeds back to the network side its own packet loss rate, bit error rate and other parameter values reflecting the data transmission quality of the broadcast network. A terminal, according to the parameter value reflecting the data transmission quality of the broadcast network fed back by the terminal, determines the FEC packet loss recovery level of the packet loss recovery data that should be delivered at the same time when the second data is subsequently broadcast to the terminal. When the network side subsequently broadcasts the second data to multiple terminals, it sends packet loss recovery data with different error correction levels to different terminals through the mobile communication network. For terminals with better broadcast data transmission quality, error correction data can be issued. Packet loss recovery data with a lower level and less data volume, thereby saving network transmission resources; for terminals with poor data transmission quality on the broadcast network, packet loss recovery data with a higher error correction level and more data volume can be issued. Therefore, the correctness of the second data received by the user is guaranteed. Therefore, the solutions proposed in the embodiments of the present invention can provide different terminals with packet loss recovery data of different error correction levels in a targeted manner.

相应地,本发明实施例还提供了一种网络侧设备,如图6所示,该装置包括第一发送单元601、接收单元602、确定单元603和第二发送单元604,具体如下:Correspondingly, the embodiment of the present invention also provides a network side device. As shown in FIG. 6, the device includes a first sending unit 601, a receiving unit 602, a determining unit 603, and a second sending unit 604, specifically as follows:

第一发送单元601,用于将第一数据以广播方式下发给终端;The first sending unit 601 is configured to broadcast the first data to the terminal;

接收单元602,用于接收所述终端在接收到第一发送单元601发送的第一数据后,反馈的该终端预定参数当前的参数值,所述预定参数能够反映广播网数据传输质量;The receiving unit 602 is configured to receive the current parameter value of the predetermined parameter of the terminal fed back by the terminal after receiving the first data sent by the first sending unit 601, and the predetermined parameter can reflect the data transmission quality of the broadcast network;

确定单元603,用于在后续以广播方式向所述终端发送第二数据时,根据接收单元602接收到的所述终端反馈的参数值,确定第二数据对应的丢包恢复数据;The determining unit 603 is configured to determine the packet loss recovery data corresponding to the second data according to the parameter value fed back by the terminal received by the receiving unit 602 when the second data is subsequently broadcast to the terminal;

第二发送单元604,用于通过所述移动通信网向所述终端发送确定单元603确定出的所述第二数据对应丢包恢复数据。The second sending unit 604 is configured to send the packet loss recovery data corresponding to the second data determined by the determining unit 603 to the terminal through the mobile communication network.

相应地,请参照附图7,本发明实施例还提出了一种终端设备,包括确定单元701、发送单元702、接收单元703和丢包恢复处理单元704,其中:Correspondingly, referring to FIG. 7 , the embodiment of the present invention also proposes a terminal device, including a determining unit 701, a sending unit 702, a receiving unit 703, and a packet loss recovery processing unit 704, wherein:

确定单元701,用于接收到网络侧以广播方式下发的第一数据后,确定自身当前预定参数的参数值,所述预定参数能够反映广播网数据传输质量;The determination unit 701 is configured to determine the parameter value of its current predetermined parameter after receiving the first data sent by the network side in a broadcast manner, and the predetermined parameter can reflect the data transmission quality of the broadcast network;

发送单元702,用于将确定单元701确定出的预定参数的参数值通过移动通信网发送给网络侧;a sending unit 702, configured to send the parameter value of the predetermined parameter determined by the determining unit 701 to the network side through the mobile communication network;

接收单元703,用于接收网络侧后续以广播方式下发的第二数据时,接收网络侧通过所述移动通信网发送的所述第二数据对应的丢包恢复数据,所述丢包恢复数据是网络侧根据终端发送的预定参数的参数值确定出的;The receiving unit 703 is configured to receive packet loss recovery data corresponding to the second data sent by the network side through the mobile communication network when receiving the second data subsequently sent by the network side in a broadcast manner, the packet loss recovery data It is determined by the network side according to the parameter value of the predetermined parameter sent by the terminal;

丢包恢复处理单元704,用于根据接收单元703接收到的所述第二数据对应的丢包恢复数据对接收到的所述第二数据进行丢包恢复处理。The packet loss recovery processing unit 704 is configured to perform packet loss recovery processing on the received second data according to the packet loss recovery data corresponding to the second data received by the receiving unit 703 .

显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。Obviously, those skilled in the art can make various changes and modifications to the present invention without departing from the spirit and scope of the present invention. Thus, if these modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalent technologies, the present invention also intends to include these modifications and variations.

Claims (10)

1.一种以广播方式传输数据的方法,其特征在于,包括:1. A method for broadcasting data transmission, characterized in that, comprising: 网络侧将第一数据以广播方式下发给终端;以及The network side broadcasts the first data to the terminal; and 接收所述终端在接收到所述第一数据后,反馈的该终端预定参数当前的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量;receiving the current parameter value of the predetermined parameter of the terminal fed back by the terminal after receiving the first data, the predetermined parameter can reflect the data transmission quality of the broadcast network where the terminal is located; 网络侧在后续以广播方式向所述终端下发第二数据时,根据所述终端反馈的参数值,确定第二数据对应的丢包恢复数据,以及When the network side subsequently broadcasts the second data to the terminal, according to the parameter value fed back by the terminal, the packet loss recovery data corresponding to the second data is determined, and 向所述终端发送确定出的丢包恢复数据;sending the determined packet loss recovery data to the terminal; 其中,网络侧根据所述终端反馈的参数值,确定第二数据对应的丢包恢复数据,具体包括:Wherein, the network side determines the packet loss recovery data corresponding to the second data according to the parameter value fed back by the terminal, specifically including: 网络侧根据终端反馈的参数值对应的FEC丢包恢复等级,确定第二数据对应的丢包恢复数据,所述参数值对应的FEC丢包恢复等级是网络侧接收到所述终端反馈的参数值后,从预先存储的所述预定参数的参数值范围与FEC丢包恢复等级的对应关系中选择出的。The network side determines the packet loss recovery data corresponding to the second data according to the FEC packet loss recovery level corresponding to the parameter value fed back by the terminal, and the FEC packet loss recovery level corresponding to the parameter value is the parameter value received by the network side from the terminal feedback After that, it is selected from the pre-stored correspondence between the parameter value range of the predetermined parameter and the FEC packet loss recovery level. 2.如权利要求1所述的方法,其特征在于,网络侧通过以下方式来标识所述第二数据和所述丢包恢复数据的对应关系:2. The method according to claim 1, wherein the network side identifies the correspondence between the second data and the packet loss recovery data in the following manner: 网络侧在所述第二数据和对应的丢包恢复数据中携带用于确定所述第二数据和所述丢包恢复数据对应关系的信息。The network side carries information for determining a correspondence between the second data and the packet loss recovery data in the second data and the corresponding packet loss recovery data. 3.如权利要求2所述的方法,其特征在于,所述信息为时间信息。3. The method according to claim 2, wherein the information is time information. 4.如权利要求3所述的方法,其特征在于,网络侧在所述丢包恢复数据中携带的时间信息为根据承载第二数据的数据包中携带的时间信息确定出的时间范围、或所述时间范围内的任一时刻。4. The method according to claim 3, wherein the time information carried by the network side in the packet loss recovery data is a time range determined according to the time information carried in the data packet carrying the second data, or any time within the time frame. 5.如权利要求1所述的方法,其特征在于,所述预定参数为丢包率或误码率。5. The method according to claim 1, wherein the predetermined parameter is a packet loss rate or a bit error rate. 6.如权利要求1所述的方法,其特征在于,所述网络侧基于具备时间标识和顺序标识的传输协议,向所述终端发送所述丢包恢复数据。6 . The method according to claim 1 , wherein the network side sends the packet loss recovery data to the terminal based on a transmission protocol with a time identifier and a sequence identifier. 7 . 7.一种以广播方式传输数据的方法,其特征在于,包括:7. A method for broadcasting data transmission, characterized in that it comprises: 终端接收到网络侧以广播方式下发的第一数据后,确定自身当前预定参数的参数值,所述预定参数能够反映广播网数据传输质量;并After receiving the first data sent by the network side in broadcast mode, the terminal determines the parameter value of its current predetermined parameter, and the predetermined parameter can reflect the data transmission quality of the broadcast network; and 将确定出的预定参数的参数值发送给网络侧;sending the determined parameter value of the predetermined parameter to the network side; 所述终端接收网络侧后续以广播方式下发的第二数据时,接收网络侧发送的所述第二数据对应的丢包恢复数据,所述丢包恢复数据是网络侧根据终端发送的预定参数的参数值确定出的;以及When the terminal receives the second data subsequently broadcast by the network side, it receives the packet loss recovery data corresponding to the second data sent by the network side, and the packet loss recovery data is a predetermined parameter sent by the network side according to the terminal. determined by the parameter values of ; and 根据所述丢包恢复数据对接收到的所述第二数据进行纠错处理;performing error correction processing on the received second data according to the packet loss recovery data; 其中,所述终端接收网络侧以广播方式下发的第二数据时,接收网络侧发送的所述第二数据对应的丢包恢复数据,具体包括:Wherein, when the terminal receives the second data sent by the network side in a broadcast manner, receiving the packet loss recovery data corresponding to the second data sent by the network side specifically includes: 所述终端获取接收到的承载有第二数据的数据包中所有数据包的时间信息,以及The terminal acquires time information of all data packets in the received data packets carrying the second data, and 获取接收到的丢包恢复数据中的时间信息,以及Obtain the time information in the received packet loss recovery data, and 在获取到的丢包恢复数据中的时间信息为根据承载第二数据的数据包中携带的时间信息确定出的时间范围、或所述时间范围内的任一时刻时,确定出所述接收到的丢包恢复数据为所述第二数据对应的丢包恢复数据。When the time information in the obtained packet loss recovery data is within the time range determined according to the time information carried in the data packet carrying the second data, or at any time within the time range, it is determined that the received The packet loss recovery data is the packet loss recovery data corresponding to the second data. 8.如权利要求7所述的方法,其特征在于,所述终端基于符合RTP控制协议的数据包,将确定出的预定参数的参数值发送给网络侧。8. The method according to claim 7, wherein the terminal sends the determined parameter value of the predetermined parameter to the network side based on the data packet conforming to the RTP control protocol. 9.一种网络侧设备,其特征在于,包括:9. A network side device, characterized in that it comprises: 第一发送单元,用于将第一数据以广播方式下发给终端;a first sending unit, configured to broadcast the first data to the terminal; 接收单元,用于接收所述终端在接收到第一发送单元发送的第一数据后,反馈的该终端预定参数当前的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量;The receiving unit is configured to receive the current parameter value of the predetermined parameter of the terminal fed back by the terminal after receiving the first data sent by the first sending unit, and the predetermined parameter can reflect the data transmission quality of the broadcast network where the terminal is located ; 确定单元,用于在后续以广播方式向所述终端下发第二数据时,根据接收单元接收到的所述终端反馈的参数值,确定第二数据对应的丢包恢复数据;The determining unit is configured to determine the packet loss recovery data corresponding to the second data according to the parameter value fed back by the terminal received by the receiving unit when the second data is subsequently broadcast to the terminal; 第二发送单元,用于通过移动通信网向所述终端发送确定单元确定出的所述第二数据对应丢包恢复数据;The second sending unit is configured to send the packet loss recovery data corresponding to the second data determined by the determining unit to the terminal through a mobile communication network; 其中,所述确定单元具体用于:根据终端反馈的参数值对应的FEC丢包恢复等级,确定第二数据对应的丢包恢复数据,所述参数值对应的FEC丢包恢复等级是网络侧接收到所述终端反馈的参数值后,从预先存储的所述预定参数的参数值范围与FEC丢包恢复等级的对应关系中选择出的。Wherein, the determining unit is specifically configured to: determine the packet loss recovery data corresponding to the second data according to the FEC packet loss recovery level corresponding to the parameter value fed back by the terminal, and the FEC packet loss recovery level corresponding to the parameter value is received by the network side After receiving the parameter value fed back by the terminal, it is selected from the pre-stored correspondence between the parameter value range of the predetermined parameter and the FEC packet loss recovery level. 10.一种终端设备,其特征在于,包括:10. A terminal device, characterized in that, comprising: 确定单元,用于接收到网络侧以广播方式下发的第一数据后,确定自身当前预定参数的参数值,所述预定参数能够反映终端所处位置的广播网数据传输质量;The determination unit is configured to determine the parameter value of its current predetermined parameter after receiving the first data sent by the network side in a broadcast manner, and the predetermined parameter can reflect the data transmission quality of the broadcast network where the terminal is located; 发送单元,用于将确定单元确定出的预定参数的参数值通过移动通信网发送给网络侧;a sending unit, configured to send the parameter value of the predetermined parameter determined by the determining unit to the network side through the mobile communication network; 接收单元,用于接收网络侧后续以广播方式下发的第二数据时,接收网络侧通过所述移动通信网发送的所述第二数据对应的丢包恢复数据,所述丢包恢复数据是网络侧根据终端发送的预定参数的参数值确定出的;The receiving unit is configured to receive packet loss recovery data corresponding to the second data sent by the network side through the mobile communication network when receiving the second data subsequently sent by the network side in a broadcast manner, and the packet loss recovery data is It is determined by the network side according to the parameter value of the predetermined parameter sent by the terminal; 丢包恢复处理单元,用于根据接收单元接收到的所述第二数据对应的丢包恢复数据对接收到的所述第二数据进行丢包恢复处理;A packet loss recovery processing unit, configured to perform packet loss recovery processing on the received second data according to the packet loss recovery data corresponding to the second data received by the receiving unit; 其中,所述接收单元具体用于获取接收到的承载有第二数据的数据包中所有数据包的时间信息,以及Wherein, the receiving unit is specifically configured to obtain time information of all data packets in the received data packets carrying the second data, and 获取接收到的丢包恢复数据中的时间信息,以及Obtain the time information in the received packet loss recovery data, and 在获取到的丢包恢复数据中的时间信息为根据承载第二数据的数据包中携带的时间信息确定出的时间范围、或所述时间范围内的任一时刻时,确定出所述接收到的丢包恢复数据为所述第二数据对应的丢包恢复数据。When the time information in the obtained packet loss recovery data is within the time range determined according to the time information carried in the data packet carrying the second data, or at any time within the time range, it is determined that the received The packet loss recovery data is the packet loss recovery data corresponding to the second data.
CN200910238129.5A 2009-11-16 2009-11-16 Method for transmitting data in broadcast mode and related device Active CN102065372B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910238129.5A CN102065372B (en) 2009-11-16 2009-11-16 Method for transmitting data in broadcast mode and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910238129.5A CN102065372B (en) 2009-11-16 2009-11-16 Method for transmitting data in broadcast mode and related device

Publications (2)

Publication Number Publication Date
CN102065372A CN102065372A (en) 2011-05-18
CN102065372B true CN102065372B (en) 2014-10-08

Family

ID=44000427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910238129.5A Active CN102065372B (en) 2009-11-16 2009-11-16 Method for transmitting data in broadcast mode and related device

Country Status (1)

Country Link
CN (1) CN102065372B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105337682B (en) * 2014-05-26 2018-10-12 联想(北京)有限公司 A kind of method and device of transmission data
CN104104597B (en) * 2014-08-06 2015-08-12 腾讯科技(深圳)有限公司 A kind of data transmission method, Apparatus and system
CN106506551A (en) * 2016-12-28 2017-03-15 桂林龙隐科技有限公司 The adaptive feedback method and device of wireless WiFi multi-media broadcasting systems
CN108965934B (en) * 2017-05-27 2021-01-29 华为技术有限公司 Fault detection method, monitoring equipment and network equipment
CN110336804B (en) * 2019-06-25 2021-10-08 歌尔科技有限公司 Multimedia file recovery method, device and equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1870468A (en) * 2005-11-30 2006-11-29 华为技术有限公司 Method for implementing group broadcasting service of multi-media broadcast
CN1969475A (en) * 2005-03-25 2007-05-23 桥扬科技有限公司 Methods and apparatus for cellular broadcasting and communication system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7666179B2 (en) * 2006-10-10 2010-02-23 Boston Scientific Scimed, Inc. Medical devices having porous regions for controlled therapeutic agent exposure or delivery

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1969475A (en) * 2005-03-25 2007-05-23 桥扬科技有限公司 Methods and apparatus for cellular broadcasting and communication system
CN1870468A (en) * 2005-11-30 2006-11-29 华为技术有限公司 Method for implementing group broadcasting service of multi-media broadcast

Also Published As

Publication number Publication date
CN102065372A (en) 2011-05-18

Similar Documents

Publication Publication Date Title
CN101155311B (en) Video code stream error detecting and processing method in video communication
JP6640038B2 (en) Method and apparatus for performing extended file distribution in multicast communication or broadcast communication
EP1604477B1 (en) Transmission of data with forward error correction information
EP2894831B1 (en) Transport mechanisms for dynamic rich media scenes
CN102118653B (en) Method and device for ensuring service quality of live broadcast of web television
JP5485134B2 (en) Robust file cast for mobile TV
CN105874794B (en) System and method for video multicast
TWI508584B (en) Video service transmission method and device
CN100592670C (en) A system and method for dynamic adaptive forward error control in IPTV network
US10015486B2 (en) Enhanced video decoding with application layer forward error correction
CN102143130B (en) Method, device and system for acquiring key information in rapid channel switching
RU2007101526A (en) DATA RECOVERY REQUEST MECHANISM IN POINT-TO-POINT MODE FOR POINT-MANY POINTS TRANSMISSION SYSTEMS
CN106658223B (en) Video uplink transmission method and device under Long Term Evolution (LTE) network
CN101282203B (en) A Switched Multicast Transmission Method
CN102065372B (en) Method for transmitting data in broadcast mode and related device
JP5690480B2 (en) Base station, user terminal, and method for realizing single cell enhanced MBMS
CN101867453A (en) RTP anti-packet-loss method
CN101622847B (en) A method for efficient feedback of receiving channel conditions in adaptive video multicast and broadcast systems
JP2009524310A (en) Gateway, terminal and corresponding method for receiving digital television broadcast service
CN101001132A (en) data wireless transmission system
US8514886B2 (en) Method and user device for receiving digital transmissions
CN102098586A (en) FEC (Forward Error Correction)-based IPTV (Internet Protocol Television) transmission quality control method and IPTV terminal
JP5536033B2 (en) Transmission method, mobile terminal and file server
EP1921824A1 (en) System and method for sending content from a server to a terminal
KR20140013656A (en) Apparatus and method for increasing transmission efficiency in a communication system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant