WO2020244327A1 - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
WO2020244327A1
WO2020244327A1 PCT/CN2020/086298 CN2020086298W WO2020244327A1 WO 2020244327 A1 WO2020244327 A1 WO 2020244327A1 CN 2020086298 W CN2020086298 W CN 2020086298W WO 2020244327 A1 WO2020244327 A1 WO 2020244327A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
multimedia
redundancy model
priority
network state
Prior art date
Application number
PCT/CN2020/086298
Other languages
French (fr)
Chinese (zh)
Inventor
杨璐
范志刚
Original Assignee
西安万像电子科技有限公司
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 西安万像电子科技有限公司 filed Critical 西安万像电子科技有限公司
Publication of WO2020244327A1 publication Critical patent/WO2020244327A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0009Systems modifying transmission characteristics according to link quality, e.g. power backoff by adapting the channel coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0041Arrangements at the transmitter end
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/75Media network packet handling
    • H04L65/762Media network packet handling at the source 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/80Responding to QoS

Definitions

  • the present disclosure relates to the technical field of data error correction codes, and in particular to data processing methods and devices.
  • multimedia services usually package the code stream data according to fixed rules and send it in the form of data packets.
  • the existing previous error correction or redundancy algorithms can basically be divided into three generations of algorithms.
  • the first generation algorithm uses a primary redundancy model, and the error tolerance within the unit data length is low, which is not suitable for large Data transfer.
  • the second-generation algorithm introduces two or more redundant models.
  • the algorithm itself is relatively complex, which is not conducive to the calculation and transmission of data such as real-time images when computing resources are limited.
  • the third-generation algorithm requires hardware support for scenarios such as optical fiber data transmission. It is not suitable for the transmission of multimedia data in the existing complicated wired or wireless network under the condition of limited computing resources.
  • the above algorithms are only applicable to specific scenarios, and are not well adapted to the transmission of real-time multimedia data under complex networks.
  • the embodiments of the present disclosure provide a forward error correction method and device, which can solve the problem that the current error correction method cannot be adaptive.
  • the technical solution is as follows:
  • a data processing method including:
  • the acquiring the data priority of the multimedia includes:
  • the priority of the multimedia data is determined according to the data classification.
  • the current network status data includes at least one of the following: packet loss rate, packet error rate, network delay, round-trip time (RTT), life cycle (Time To Live, TTL).
  • the determining the corresponding redundancy model parameters according to the data priority and current network state data includes:
  • the algorithm type used for determining the redundancy model according to the data priority includes:
  • the multimedia data is control signaling data, determining that the redundancy model is a primary redundancy model
  • the amount of data is less than a preset threshold and real-time requirements are high, determining that the redundancy model is a primary redundancy model
  • the amount of data is greater than a preset threshold and real-time requirements are low, and the redundancy model is determined to be a secondary or multiple redundancy model.
  • the method further includes:
  • a data processing method including:
  • the multimedia data is restored according to the redundancy model.
  • the method further includes: when the current network state data changes, feeding back the current network data to the sender.
  • a data processing device including:
  • An acquiring unit configured to acquire the data priority of the multimedia and current network state data during transmission
  • a determining unit configured to determine corresponding redundancy model parameters according to the data priority and current network state data
  • the encoding sending unit is configured to perform error correction encoding on the multimedia data according to the redundancy model parameter and send it.
  • the acquiring unit is specifically configured to determine the priority of the multimedia data according to data classification.
  • the current network status data includes at least one of the following: packet loss rate, packet error rate, network delay, round-trip time (RTT), life cycle (Time To Live, TTL).
  • the determining unit is specifically configured to:
  • the determining unit is specifically configured to:
  • the multimedia data is control signaling data, determining that the redundancy model is a primary redundancy model
  • the amount of data is less than a preset threshold and real-time requirements are high, determining that the redundancy model is a primary redundancy model
  • the amount of data is greater than a preset threshold and real-time requirements are low, and the redundancy model is determined to be a secondary or multiple redundancy model.
  • the data processing device further includes a detection unit for detecting the current hardware and software conditions; when the current software and hardware conditions meet the preset conditions, the high-order redundancy model is selected.
  • a data processing device including:
  • the parsing unit is used to analyze the received multimedia data
  • the detection unit is configured to detect current network state data according to the redundancy model
  • the recovery unit in the case of detecting packet loss, recovers multimedia data according to the redundancy model.
  • the data processing device further includes a feedback unit configured to feed back the current network data to the sender when the current network state data changes.
  • the forward error correction method and device provided in the embodiments of the present disclosure solve the problem that the forward error correction cannot be adaptive by determining the corresponding redundancy model parameters according to the data priority and current network state data.
  • the present invention mainly designs a dynamic forward error correction method for real-time multimedia data transmission, and can recover lost data according to an error correction algorithm without retransmitting data.
  • the present invention adopts the method of dynamic redundancy model selection, selects different models, reduces the amount of calculation, and guarantees more effectiveness with less redundant data.
  • Data transmission is correct, suitable for mixed transmission of video, audio, control and other data.
  • the present invention adopts a dynamic redundancy model, introduces multiple redundancy algorithms with lower complexity, introduces network features, data features, computing resource features, and dynamically selects different redundancy methods in real time, not limited to primary and secondary redundancy.
  • multiple redundancy algorithms can be selected to form three or more redundancy models to adapt to the complex and changeable network environment and hardware environment. It does not cause waste of resources, and at the same time can improve the accuracy of data transmission.
  • FIG. 1 is a first schematic flowchart of a forward error correction method provided by an embodiment of the present disclosure
  • FIG. 2 is a second schematic flowchart of a forward error correction method provided by an embodiment of the present disclosure
  • FIG. 3 is a first structural diagram of a forward error correction device provided by an embodiment of the present disclosure
  • FIG. 4 is a second structural diagram of a forward error correction device provided by an embodiment of the present disclosure.
  • Fig. 5 is a schematic diagram of a redundancy model provided by an embodiment of the present invention.
  • the embodiment of the present disclosure provides a data processing method. As shown in FIG. 1, the processing method includes the following steps:
  • the obtaining the data priority of the multimedia includes: determining the priority of the multimedia data according to a data classification strategy.
  • the data can be classified according to the type of data.
  • the data can be classified into control signaling data required to transmit audio and video, video data, audio data, etc.
  • control signaling data has the highest priority
  • audio data has the second priority
  • video data has the lowest priority.
  • the data volume of control signaling data required to transmit audio and video is the smallest, followed by the data volume of audio data, and the data volume of video data is the largest.
  • the current network state data includes at least packet loss rate, packet error rate, network delay, round-trip time (RTT), and time to live (TTL).
  • the redundancy model parameters include at least: the number of valid messages m, the number of redundant messages n, and a redundancy check algorithm.
  • the redundant data format is shown in Figure 5.
  • the n-th redundancy model is to solve the n-ary linear equations, and the lost packets are unknowns.
  • the equation can be solved according to The group mode is restored at the receiving end.
  • the size of m and n is determined by data priority and network status.
  • the redundancy check algorithm includes but is not limited to convolutional code, Hamming code, BCH code, RS code, Turbo code, LDPC code, TPC code, etc.
  • the selection of the specific verification algorithm depends on the computing capabilities of the software and hardware of the current operating environment.
  • the forward error correction method provided by the embodiments of the present disclosure solves the problem of a single forward error correction method in the background art by adopting a technical means of dynamically selecting a redundant model.
  • the current network packet loss rate is 20%
  • the receiving end can recover the lost data (of course, the network is fluctuating, 20% is only a measured value, and it may be large or small in practice. The ideal value is used here to illustrate the principle).
  • This redundancy model is suitable for the fastest algorithm in the current operating environment.
  • c is lost, because the original data of a and b are not lost, the result is correct; a or b is lost, according to the convolution algorithm Both a and b can be restored; when two or more of the three packets of a, b, and c are lost, the data cannot be restored.
  • the punctured convolutional code and BCH code as examples.
  • the calculation redundancy of the convolutional code is denoted as p, and the calculation redundancy of the BCH code is denoted as q.
  • the 4 valid messages are denoted as x0, x1, x2, x3.
  • dn is the inverse element of d2, which can be obtained by looking up the table.
  • the third-order and above redundant models are similar to the above-mentioned first-order and second-order redundant models. In essence, they are solved by a multi-variable linear equation. The coefficients of each equation cannot be linearly correlated, so different check code algorithms are needed to generate this coefficient.
  • the high-order redundancy model is a redundancy model higher than three times.
  • Shannon's theorem under the same redundancy, the longer the block code length, the stronger the fault tolerance. But at the same time it will increase the average transmission delay, because the longer the code length, the more data must be received to calculate the lost data when recovering data. For example, when the network packet loss is very low, it is necessary to transmit a set of important and high real-time data. At this time, the redundancy model can be selected first to ensure that the data is accurate and not only has strong real-time performance, but also improves the calculation speed and saves Computing resource consumption.
  • the present invention can also be extended to implement higher-order redundancy models.
  • the embodiment of the present disclosure provides a data processing method. As shown in FIG. 2, the processing method includes the following steps:
  • the method may further include: when the current network state data changes, feeding back the current network data to the sender.
  • An embodiment of the present disclosure provides a data processing device 30.
  • the processing device includes: an acquiring unit 301, configured to acquire the data priority of the multimedia and current network state data during transmission; and a determining unit 302, It is used to determine the corresponding redundancy model parameter according to the data priority and the current network state data; the encoding sending unit 303 is used to perform error correction coding on the multimedia data and send it according to the redundancy model parameter.
  • An embodiment of the present disclosure provides a data processing device 40.
  • the processing device includes a parsing unit 401 for parsing received multimedia data;
  • the calculation unit 402 is configured to calculate corresponding redundant model data according to the multimedia data
  • the restoring unit 403 restores the multimedia data according to the redundant model data in the case of detecting packet loss or error.
  • the forward error correction device may further include a feedback unit 404 for
  • the embodiments of the present disclosure also provide a computer-readable storage medium.
  • the non-transitory computer-readable storage medium may be a read-only memory (English: Read Only Memory, ROM), random access memory (English: Random Access Memory, RAM), CD-ROM, magnetic tape, floppy disk and optical data storage device, etc.
  • the storage medium stores computer instructions for executing the forward error correction method described in the above-mentioned embodiment corresponding to FIG. 1, which will not be repeated here.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Quality & Reliability (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

The present disclosure provides a data processing method and device, relating to the technical field of data error correction code, for solving the problem of current multimedia having relatively simplex forward error correction scheme. The specific technical solution comprises: acquiring data priority of the multimedia and the current network state data during transmission; determining the corresponding redundancy model parameter according to the data priority and the current network state data; and performing error correction coding on the multimedia data according to the redundancy model parameter and sending the multidedia data. According to the disclosure, a technical means of dynamically selecting a redundant model is used for adaptive forward error correction during multimedia transmission.

Description

数据处理方法及装置Data processing method and device 技术领域Technical field
本公开涉及数据纠错码技术领域,尤其涉及数据处理方法及装置。The present disclosure relates to the technical field of data error correction codes, and in particular to data processing methods and devices.
背景技术Background technique
随着网络的普及和多媒体技术的发展,多媒体技术的应用越来越广泛。人们通常会采用语音和视频进行实时通讯,或者在网络中上传直播视频与观看者进行互动。目前,多媒体的服务通常将码流数据按固定规则打包后,以数据包的形式进行发送。With the popularization of the Internet and the development of multimedia technology, the application of multimedia technology has become more and more extensive. People usually use voice and video for real-time communication, or upload live videos on the Internet to interact with viewers. At present, multimedia services usually package the code stream data according to fixed rules and send it in the form of data packets.
现有的前向纠错方法很多,现有前项纠错或冗余算法基本上可分为三代算法,一代算法采用一次冗余模型,单位数据长度内的容错能力较低,不适用于大数据量传输。二代算法,引入二次或以上的多次冗余模型。但算法本身复杂度上较高,在计算资源有限的情况下不利于实时图像等数据的计算和传输。三代算法,用于光纤数据传输等场景需要硬件支持。不适用于多媒体数据在有限计算资源条件下的现有复杂的有线或无线网络中的传输。以上算法都只适用于特定的场景,并且对于实时多媒体数据在复杂网络下的传输都不能很好的适应。There are many existing forward error correction methods. The existing previous error correction or redundancy algorithms can basically be divided into three generations of algorithms. The first generation algorithm uses a primary redundancy model, and the error tolerance within the unit data length is low, which is not suitable for large Data transfer. The second-generation algorithm introduces two or more redundant models. However, the algorithm itself is relatively complex, which is not conducive to the calculation and transmission of data such as real-time images when computing resources are limited. The third-generation algorithm requires hardware support for scenarios such as optical fiber data transmission. It is not suitable for the transmission of multimedia data in the existing complicated wired or wireless network under the condition of limited computing resources. The above algorithms are only applicable to specific scenarios, and are not well adapted to the transmission of real-time multimedia data under complex networks.
发明内容Summary of the invention
本公开实施例提供一种前向纠错方法及装置,能够解决目前纠错方法中不能自适应的问题。所述技术方案如下:The embodiments of the present disclosure provide a forward error correction method and device, which can solve the problem that the current error correction method cannot be adaptive. The technical solution is as follows:
根据本公开实施例的第一方面,提供一种数据处理方法,所述方法包括:According to a first aspect of the embodiments of the present disclosure, there is provided a data processing method, the method including:
获取所述多媒体的数据优先级和传输时的当前网络状态数据;Acquiring the data priority of the multimedia and current network state data during transmission;
依据所述数据优先级和当前网络状态数据确定对应的冗余模型参数;Determine the corresponding redundancy model parameters according to the data priority and current network state data;
根据所述冗余模型参数对所述多媒体数据进行纠错编码并发送。Perform error correction coding on the multimedia data according to the redundancy model parameter and send it.
一种可能实现的方式中,所述获取所述多媒体的数据优先级包括:In a possible implementation manner, the acquiring the data priority of the multimedia includes:
根据数据分类确定所述多媒体数据优先级。The priority of the multimedia data is determined according to the data classification.
一种可能实现的方式中,所述当前网络状态数据至少包括以下至少之一:丢包率、错包率、网络延时、往返时延(Round-Trip Time,RTT)、生存周期(Time To Live,TTL)。In a possible implementation manner, the current network status data includes at least one of the following: packet loss rate, packet error rate, network delay, round-trip time (RTT), life cycle (Time To Live, TTL).
一种可能实现的方式中,所述依据所述数据优先级和当前网络状态数据,确定对应的冗余模型参数包括:In a possible implementation manner, the determining the corresponding redundancy model parameters according to the data priority and current network state data includes:
根据所述数据优先级确定冗余模型采用的算法类型;Determine the algorithm type adopted by the redundancy model according to the data priority;
根据所述网络状态数据确定传输数据的有效报文数m和冗余报文数n。Determine the number of effective packets m and the number of redundant packets n of the transmission data according to the network state data.
一种可能实现的方式中,所述根据所述数据优先级确定冗余模型采用的算法类型包括:In a possible implementation manner, the algorithm type used for determining the redundancy model according to the data priority includes:
当所述多媒体数据为控制信令数据时,确定所述冗余模型为一次冗余模型;When the multimedia data is control signaling data, determining that the redundancy model is a primary redundancy model;
当所述多媒体数据为业务信令数据,数据量小于预设阈值且实时性要求高,确定所述冗余模型为一次冗余模型;When the multimedia data is service signaling data, the amount of data is less than a preset threshold and real-time requirements are high, determining that the redundancy model is a primary redundancy model;
当所述多媒体数据为业务信令,为数据量大于预设阈值且实时性要求低,确定所述冗余模型为二次或多次冗余模型。When the multimedia data is service signaling, the amount of data is greater than a preset threshold and real-time requirements are low, and the redundancy model is determined to be a secondary or multiple redundancy model.
一种可能实现的方式中,所述方法还包括:In a possible implementation manner, the method further includes:
检测当前的软硬件条件;Check the current hardware and software conditions;
在当前的软硬件条件满足预设条件的情况下,选择高次冗余模型。When the current hardware and software conditions meet the preset conditions, select the high-order redundancy model.
根据本公开实施例的第二方面,提供一种数据处理方法,所述方法包括:According to a second aspect of the embodiments of the present disclosure, there is provided a data processing method, the method including:
解析接收到的多媒体数据;Parse the received multimedia data;
根据所述多媒体数据,获取对应的冗余模型;Obtaining a corresponding redundancy model according to the multimedia data;
在检测有丢包或错包的情况下,则按照所述冗余模型恢复多媒体数据。In the case of detecting packet loss or error, the multimedia data is restored according to the redundancy model.
在一种可能实现的方式中,所述方法还包括:当前网络状态数据变化时,将所述当前网络数据反馈给发送方。In a possible implementation manner, the method further includes: when the current network state data changes, feeding back the current network data to the sender.
根据本公开实施例的第三方面,提供一种数据处理装置,所述装置包括:According to a third aspect of the embodiments of the present disclosure, there is provided a data processing device, the device including:
获取单元,用于获取所述多媒体的数据优先级和传输时的当前网络状态数据;An acquiring unit, configured to acquire the data priority of the multimedia and current network state data during transmission;
确定单元,用于依据所述数据优先级和当前网络状态数据确定对应的冗余模型参数;A determining unit, configured to determine corresponding redundancy model parameters according to the data priority and current network state data;
编码发送单元,用于根据所述冗余模型参数对所述多媒体数据进行纠错编码并发送。The encoding sending unit is configured to perform error correction encoding on the multimedia data according to the redundancy model parameter and send it.
一种可能实现的方式中,所述获取单元具体用于:根据数据分类确定所述多媒体数据优先级。In a possible implementation manner, the acquiring unit is specifically configured to determine the priority of the multimedia data according to data classification.
一种可能实现的方式中,所述当前网络状态数据至少包括以下至少之一:丢包率、错包率、网络延时、往返时延(Round-Trip Time,RTT)、生存周期(Time To Live,TTL)。In a possible implementation manner, the current network status data includes at least one of the following: packet loss rate, packet error rate, network delay, round-trip time (RTT), life cycle (Time To Live, TTL).
一种可能实现的方式中,所述确定单元具体用于:In a possible implementation manner, the determining unit is specifically configured to:
根据所述数据优先级确定冗余模型采用的算法类型;Determine the algorithm type adopted by the redundancy model according to the data priority;
根据所述网络状态数据确定传输数据的有效报文数m和冗余报文数n。Determine the number of effective packets m and the number of redundant packets n of the transmission data according to the network state data.
一种可能实现的方式中,所述确定单元具体用于:In a possible implementation manner, the determining unit is specifically configured to:
当所述多媒体数据为控制信令数据时,确定所述冗余模型为一次冗余模型;When the multimedia data is control signaling data, determining that the redundancy model is a primary redundancy model;
当所述多媒体数据为业务信令数据,数据量小于预设阈值且实时性要求高,确定所述冗余模型为一次冗余模型;When the multimedia data is service signaling data, the amount of data is less than a preset threshold and real-time requirements are high, determining that the redundancy model is a primary redundancy model;
当所述多媒体数据为业务信令,为数据量大于预设阈值且实时性要求低,确定所述冗余模型为二次或多次冗余模型。When the multimedia data is service signaling, the amount of data is greater than a preset threshold and real-time requirements are low, and the redundancy model is determined to be a secondary or multiple redundancy model.
一种可能实现的方式中,所述数据处理装置还包括检测单元,用于检测当前的软硬件条件;在当前的软硬件条件满足预设条件的情况下,选择高次冗余模型。In a possible implementation manner, the data processing device further includes a detection unit for detecting the current hardware and software conditions; when the current software and hardware conditions meet the preset conditions, the high-order redundancy model is selected.
根据本公开实施例的第四方面,提供一种数据处理装置,所述装置包括:According to a fourth aspect of the embodiments of the present disclosure, there is provided a data processing device, the device including:
解析单元,用于解析接收到的多媒体数据;The parsing unit is used to analyze the received multimedia data;
根据所述多媒体数据,获取对应的冗余模型;Obtaining a corresponding redundancy model according to the multimedia data;
检测单元,用于根据所述冗余模型检测当前网络状态数据;The detection unit is configured to detect current network state data according to the redundancy model;
恢复单元,在检测有丢包的情况下,则按照所述冗余模型恢复多媒体数据。The recovery unit, in the case of detecting packet loss, recovers multimedia data according to the redundancy model.
在一种可能实现的方式中,所述数据处理装置还包括反馈单元,用于当前网络状态数据变化时,将所述当前网络数据反馈给发送方。In a possible implementation manner, the data processing device further includes a feedback unit configured to feed back the current network data to the sender when the current network state data changes.
本公开实施例提供的前向纠错方法和装置,通过依据数据优先级和当前网络状态数据确定对应的冗余模型参数,解决了前向纠错不能自适应的问题。本发明主要针对实时多媒体数据传输设计一种动态前向纠错方法,可以在不重传数据的情况下,根据纠错算法,恢复丢失的数据。本发明根据网络状况及实时的传输数据量及数据优先级,采用动态冗余模型选择的方法,选择不同的模型,在降低运算量的同时,以较少的冗余数据来保证更多的有效数据正确传输,适用于视频、音频、控制等多种数据混合的传输。The forward error correction method and device provided in the embodiments of the present disclosure solve the problem that the forward error correction cannot be adaptive by determining the corresponding redundancy model parameters according to the data priority and current network state data. The present invention mainly designs a dynamic forward error correction method for real-time multimedia data transmission, and can recover lost data according to an error correction algorithm without retransmitting data. According to the network status and real-time transmission data volume and data priority, the present invention adopts the method of dynamic redundancy model selection, selects different models, reduces the amount of calculation, and guarantees more effectiveness with less redundant data. Data transmission is correct, suitable for mixed transmission of video, audio, control and other data.
所以本发明则采用动态冗余模型,引入复杂度较低的多种冗余算法,引入网络特征,数据特征,计算资源特征,实时动态的选择不同的冗余方式,不仅限于一次、二次冗余模型,可以多选择多种冗余算法形成三次或以上的冗余模型,以适应复杂多变的网络环境及硬件环境。即不造成资源浪费,同时又能提高数据传输的准确率。Therefore, the present invention adopts a dynamic redundancy model, introduces multiple redundancy algorithms with lower complexity, introduces network features, data features, computing resource features, and dynamically selects different redundancy methods in real time, not limited to primary and secondary redundancy. For the remaining models, multiple redundancy algorithms can be selected to form three or more redundancy models to adapt to the complex and changeable network environment and hardware environment. It does not cause waste of resources, and at the same time can improve the accuracy of data transmission.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本公开。It should be understood that the above general description and the following detailed description are only exemplary and explanatory, and cannot limit the present disclosure.
附图说明Description of the drawings
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本公开的实施例,并与说明书一起用于解释本公开的原理。The drawings herein are incorporated into the specification and constitute a part of the specification, show embodiments in accordance with the disclosure, and together with the specification are used to explain the principle of the disclosure.
图1是本公开实施例提供的一种前向纠错方法的流程示意图一;FIG. 1 is a first schematic flowchart of a forward error correction method provided by an embodiment of the present disclosure;
图2是本公开实施例提供的一种前向纠错方法的流程示意图二;FIG. 2 is a second schematic flowchart of a forward error correction method provided by an embodiment of the present disclosure;
图3是本公开实施例提供的一种前向纠错装置的结构示意图一;FIG. 3 is a first structural diagram of a forward error correction device provided by an embodiment of the present disclosure;
图4是本公开实施例提供的一种前向纠错装置的结构示意图二;4 is a second structural diagram of a forward error correction device provided by an embodiment of the present disclosure;
图5是本发明实施例提供的一种冗余模型示意图。Fig. 5 is a schematic diagram of a redundancy model provided by an embodiment of the present invention.
具体实施方式Detailed ways
这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本公开相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本公开的一些方面相一致的装置和方法的例子。Here, exemplary embodiments will be described in detail, and examples thereof are shown in the accompanying drawings. When the following description refers to the drawings, unless otherwise indicated, the same numbers in different drawings indicate the same or similar elements. The implementation manners described in the following exemplary embodiments do not represent all implementation manners consistent with the present disclosure. Rather, they are merely examples of devices and methods consistent with some aspects of the present disclosure as detailed in the appended claims.
本公开实施例提供一种数据处理方法,如图1所示,该处理方法包括以下步骤:The embodiment of the present disclosure provides a data processing method. As shown in FIG. 1, the processing method includes the following steps:
101、获取所述多媒体的数据优先级和传输时的当前网络状态数据;101. Acquire the data priority of the multimedia and current network state data during transmission;
在一个实施例中,所述获取所述多媒体的数据优先级包括:根据数据分类策略确定所述多媒体数据优先级。In an embodiment, the obtaining the data priority of the multimedia includes: determining the priority of the multimedia data according to a data classification strategy.
例如:根据数据分类策略,示例性的,可以根据数据类型分类,比如将数据分为传输音视频所需的控制信令数据,视频数据,音频数据等种类。其中,控制信令数据的优先级最高,音频数据的优先级次之,视频数据的优先级最低。传输音视频需要的控制信令数据的数据量最小,音频数据的数据量次之,视频数据的数据量最大。For example: According to the data classification strategy, for example, the data can be classified according to the type of data. For example, the data can be classified into control signaling data required to transmit audio and video, video data, audio data, etc. Among them, control signaling data has the highest priority, audio data has the second priority, and video data has the lowest priority. The data volume of control signaling data required to transmit audio and video is the smallest, followed by the data volume of audio data, and the data volume of video data is the largest.
在一个实施例中,当前网络状态数据至少包含丢包率、错包率、网络延时、往返时延(Round-trip Time,RTT)、生存周期(Time To Live,TTL)。In one embodiment, the current network state data includes at least packet loss rate, packet error rate, network delay, round-trip time (RTT), and time to live (TTL).
102、依据所述数据优先级和当前网络状态数据,确定对应的冗余模型参数;102. Determine corresponding redundancy model parameters according to the data priority and current network state data;
在一个实施例中,所述冗余模型参数至少包括:有效报文数m、冗余报文数n、冗余校验算法。示例性的,冗余数据格式如图5所示。本质上n次冗余模型是求解n元一次方程组,丢失报文即是未知数,在m+n模型下,只要当前模型中的m+n个数据包丢失数量小于n个都能根据求解方程组的方式在接收端被恢复出来。其中,m和n的大小由数据优先级及网络状态来确定。In an embodiment, the redundancy model parameters include at least: the number of valid messages m, the number of redundant messages n, and a redundancy check algorithm. Exemplarily, the redundant data format is shown in Figure 5. In essence, the n-th redundancy model is to solve the n-ary linear equations, and the lost packets are unknowns. Under the m+n model, as long as the number of m+n data packets in the current model is less than n, the equation can be solved according to The group mode is restored at the receiving end. Among them, the size of m and n is determined by data priority and network status.
示例性的,冗余校验算法包括但不限于卷积码、海明码、BCH码、RS码、Turbo码、LDPC码和TPC码等。在一个实施例中,具体校验算法选择决定于当前运行环境的软硬件计算能力。Exemplarily, the redundancy check algorithm includes but is not limited to convolutional code, Hamming code, BCH code, RS code, Turbo code, LDPC code, TPC code, etc. In one embodiment, the selection of the specific verification algorithm depends on the computing capabilities of the software and hardware of the current operating environment.
103、根据所述冗余模型参数对所述多媒体数据进行冗余编码并发送。103. Perform redundant encoding on the multimedia data according to the redundancy model parameter and send it.
本公开实施例提供的前向纠错方法,通过采用动态选择冗余模型的技术手段,解决了背景技术中前向纠错方式比较单一的问题。The forward error correction method provided by the embodiments of the present disclosure solves the problem of a single forward error correction method in the background art by adopting a technical means of dynamically selecting a redundant model.
下面给出一具体实施例。A specific embodiment is given below.
示例性的,假设当前网络丢包率为20%,那么简单描述,每8个报文要额外添加至少2个冗余报文用于纠错,有效编码率η=4/5。才能保证接收端可恢复丢失数据(当然网络是波动的,20%只是测量值,实际可能大,也可能小,此处为了说明原理采用理想值)。再引入数据优先级、网络延时,重要的数据要优先保证传输并保证实时性,所以冗余需要更多,有效编码率降为η=3/4。Exemplarily, assuming that the current network packet loss rate is 20%, it is simply described that at least 2 redundant packets are added for error correction for every 8 packets, and the effective coding rate is η=4/5. In order to ensure that the receiving end can recover the lost data (of course, the network is fluctuating, 20% is only a measured value, and it may be large or small in practice. The ideal value is used here to illustrate the principle). Introduce data priority and network delay. Important data must be transmitted first and real-time. Therefore, more redundancy is required and the effective coding rate is reduced to η=3/4.
根据以上条件,在冗余量确定后,可以有多种冗余模型选择。下面介绍一次及二次冗余模型,更高次模型的计算与此类似。According to the above conditions, after the redundancy is determined, there can be multiple redundancy model options. The following describes the primary and secondary redundancy models, and the calculation of higher-order models is similar.
一次冗余模型:以此冗余模型适用于当前运行环境的运算速度最快的算法。此处以收缩卷积码为例,当η=2/3时,如图5中的m,n取值分别为2,1;每两个报文生成一个冗余,即
Figure PCTCN2020086298-appb-000001
c即为冗余。传输过程中有3种情况,c丢失,因为a,b原始数据未丢失,结果正确;a或b丢失,则根据卷积算法
Figure PCTCN2020086298-appb-000002
a,b均可恢复;a,b,c三个报文丢失2个及以上时则数据不能恢复,此时说明丢包率升高,要反馈至发送端,及时更新冗余模型。
Primary redundancy model: This redundancy model is suitable for the fastest algorithm in the current operating environment. Here is an example of a punctured convolutional code. When η=2/3, the values of m and n in Figure 5 are respectively 2, 1; each two messages generate a redundancy, namely
Figure PCTCN2020086298-appb-000001
c is redundant. There are 3 cases in the transmission process, c is lost, because the original data of a and b are not lost, the result is correct; a or b is lost, according to the convolution algorithm
Figure PCTCN2020086298-appb-000002
Both a and b can be restored; when two or more of the three packets of a, b, and c are lost, the data cannot be restored. At this time, it indicates that the packet loss rate is increased, and it needs to be fed back to the sender to update the redundancy model in time.
二次冗余模型:数学模型为二元一次方程,如:
Figure PCTCN2020086298-appb-000003
其中a/d!=b/e。可以支持两个组成员损失的数据恢复,当η=2/3时,如图4中的m,n取值分别为4,2;因此需要两种不同的冗余校验算法,来生成方程组的不相关系数。此处以收缩卷积码和BCH码为例,BCH码有限域选为GF(2^8),本原多项式取p(x)=x8+x4+x3+x2+1(0x11D);此时有限域共256个元素是确定的,将这256个元素对应记为d0,d1,d2…d255,与0-255整数存在单射关系;在此域上的四则运算结果仍在该域中,因此可以生成一个二维表来存储所有结果,运算时直接查表得到结果,省去大量计算。
Quadratic redundancy model: The mathematical model is a binary linear equation, such as:
Figure PCTCN2020086298-appb-000003
Among them a/d! =b/e. It can support the data recovery of the loss of two group members. When η=2/3, the values of m and n in Figure 4 are 4 and 2 respectively; therefore, two different redundancy check algorithms are required to generate the equation The irrelevance coefficient of the group. Here we take the punctured convolutional code and BCH code as examples. The finite field of the BCH code is selected as GF(2^8), and the primitive polynomial is taken as p(x)=x8+x4+x3+x2+1(0x11D); A total of 256 elements in the domain are determined. These 256 elements are correspondingly marked as d0, d1, d2...d255, which have an injective relationship with integers from 0 to 255; the results of the four arithmetic operations in this domain are still in this domain, so A two-dimensional table can be generated to store all the results, and the results can be obtained by directly checking the table during calculations, saving a lot of calculation.
将卷积码计算冗余记为p,BCH码计算冗余记为q。4个有效报文记为 x0,x1,x2,x3。The calculation redundancy of the convolutional code is denoted as p, and the calculation redundancy of the BCH code is denoted as q. The 4 valid messages are denoted as x0, x1, x2, x3.
Figure PCTCN2020086298-appb-000004
只要m+n=6个报文中丢失(未知)数量小于等于2,则满足二元一次方程组或一元一次方程,数据即可恢复。
Figure PCTCN2020086298-appb-000004
As long as the number of missing (unknown) messages in m+n=6 messages is less than or equal to 2, the binary linear equations or the linear equations in one variable are satisfied, and the data can be recovered.
实际每个分组数据在传输时,存在如下3种情况:Actually, when each packet data is being transmitted, there are three situations as follows:
无报文丢失或只丢失一个报文,则可直接使用一次冗余模型,任选一种校验码算法增多可恢复数据,一般选择运算速度快的,如上算法,选择收缩卷积码,比BCH码速度快。If there is no message loss or only one message is lost, you can directly use the one-time redundancy model. Choose one of the check code algorithms to increase the recoverable data. Generally, choose the one with faster calculation speed. BCH code is fast.
丢失两个报文,又存在如下3种子情况Two messages are lost, and the following three conditions exist
如果p,q均丢失,数据区不影响;If both p and q are lost, the data area will not be affected;
如p,xn丢失,p值不做处理,假设丢失的是x2,根据q值的定义,If p, xn are lost, the p value will not be processed, assuming that the lost is x2, according to the definition of q value,
Figure PCTCN2020086298-appb-000005
Figure PCTCN2020086298-appb-000005
Figure PCTCN2020086298-appb-000006
Figure PCTCN2020086298-appb-000006
Figure PCTCN2020086298-appb-000007
dn为d2的逆元,查表可得。
Figure PCTCN2020086298-appb-000007
dn is the inverse element of d2, which can be obtained by looking up the table.
两个x丢失,假设丢失的是x1,x3,根据p,q的定义,计算过程如下Two x are missing, assuming that the missing is x1, x3, according to the definition of p, q, the calculation process is as follows
Figure PCTCN2020086298-appb-000008
Figure PCTCN2020086298-appb-000008
Figure PCTCN2020086298-appb-000009
Figure PCTCN2020086298-appb-000010
Figure PCTCN2020086298-appb-000009
Figure PCTCN2020086298-appb-000010
Figure PCTCN2020086298-appb-000011
Figure PCTCN2020086298-appb-000011
Figure PCTCN2020086298-appb-000012
Figure PCTCN2020086298-appb-000012
Figure PCTCN2020086298-appb-000013
dn为
Figure PCTCN2020086298-appb-000014
的逆元,查表可得。
Figure PCTCN2020086298-appb-000013
dn is
Figure PCTCN2020086298-appb-000014
The inverse element of the table is available.
丢失3个及以上时则数据不能恢复,此时说明丢包率升高,要反馈至发送端,及时更新冗余模型。When 3 or more data are lost, the data cannot be recovered. At this time, it indicates that the packet loss rate is increased, and it needs to be fed back to the sender to update the redundant model in time.
三次及以上的冗余模型与上面的一次二次冗余模型类似,本质上是多元一次方程组进行求解,各方程系数不能线性相关,所以需要采用不同的校验码算法来生成此系数。The third-order and above redundant models are similar to the above-mentioned first-order and second-order redundant models. In essence, they are solved by a multi-variable linear equation. The coefficients of each equation cannot be linearly correlated, so different check code algorithms are needed to generate this coefficient.
可选的,在计算力允许的情况下,应尽量选择更高次的冗余模型。其中,高次冗余模型为高于三次的冗余模型。根据香农定理,同等冗余下,分组码长越长,则容错能力越强。但同时会增加平均传输时延,因为码长越长,在恢复数据时要等待接收更多的数据来计算丢失数据。例如,网络丢包很低时,要传输一组重要并且实时性要求高的数据,此时可优先选取一次冗余模型,保证数据准确的情况下不仅实时性强,还能提高计算速度,节省计算资源消耗。Optionally, when computing power allows, a higher-order redundancy model should be selected as far as possible. Among them, the high-order redundancy model is a redundancy model higher than three times. According to Shannon's theorem, under the same redundancy, the longer the block code length, the stronger the fault tolerance. But at the same time it will increase the average transmission delay, because the longer the code length, the more data must be received to calculate the lost data when recovering data. For example, when the network packet loss is very low, it is necessary to transmit a set of important and high real-time data. At this time, the redundancy model can be selected first to ensure that the data is accurate and not only has strong real-time performance, but also improves the calculation speed and saves Computing resource consumption.
当有特殊硬件支持的情况下,本发明还可进行扩展,执行更高次冗余模型。With special hardware support, the present invention can also be extended to implement higher-order redundancy models.
本公开实施例提供一种数据处理方法,如图2所示,该处理方法包括以下步骤:The embodiment of the present disclosure provides a data processing method. As shown in FIG. 2, the processing method includes the following steps:
201、解析接收到的多媒体数据;201. Parse the received multimedia data;
202、根据所述多媒体数据,获取对应的冗余模型;202. Obtain a corresponding redundancy model according to the multimedia data.
203、在有丢包或错包的情况下,则按照所述冗余模型恢复所述多媒体数据。203. In the case of packet loss or error, restore the multimedia data according to the redundancy model.
可选的,所述方法还可以包括:当前网络状态数据变化时,将所述当前网络数据反馈给发送方。Optionally, the method may further include: when the current network state data changes, feeding back the current network data to the sender.
本公开实施例提供一种数据处理装置30,如图3所示,该处理装置包括:获取单元301,用于获取所述多媒体的数据优先级和传输时的当前网络状态数据;确定单元302,用于依据所述数据优先级和当前网络状态数据确定对应的冗余模型参数;编码发送单元303,用于根据所述冗余模型参数对所述多媒体数据进行纠错编码并发送。An embodiment of the present disclosure provides a data processing device 30. As shown in FIG. 3, the processing device includes: an acquiring unit 301, configured to acquire the data priority of the multimedia and current network state data during transmission; and a determining unit 302, It is used to determine the corresponding redundancy model parameter according to the data priority and the current network state data; the encoding sending unit 303 is used to perform error correction coding on the multimedia data and send it according to the redundancy model parameter.
本公开实施例提供一种数据处理装置40,如图4所示,该处理装置包括解析单元401,用于解析接收到的多媒体数据;An embodiment of the present disclosure provides a data processing device 40. As shown in FIG. 4, the processing device includes a parsing unit 401 for parsing received multimedia data;
计算单元402,用于根据所述多媒体数据,计算对应的冗余模型数据;The calculation unit 402 is configured to calculate corresponding redundant model data according to the multimedia data;
恢复单元403,在检测有丢包或错包的情况下,则按照所述冗余模型数据恢复所述多媒体数据。The restoring unit 403 restores the multimedia data according to the redundant model data in the case of detecting packet loss or error.
在一个实施例中,该前向纠错装置还可以包括反馈单元404,用于In an embodiment, the forward error correction device may further include a feedback unit 404 for
基于上述实施例中所描述的前向纠错方法,本公开实施例还提供一种计算机可读存储介质,例如,非临时性计算机可读存储介质可以是只读存储器(英文:Read Only Memory,ROM)、随机存取存储器(英文:Random Access Memory,RAM)、CD-ROM、磁带、软盘和光数据存储装置等。该存储介质上存储有计算机指令,用于执行上述图1对应的实施例中所描述的前向纠错方法,此处不再赘述。Based on the forward error correction method described in the above embodiments, the embodiments of the present disclosure also provide a computer-readable storage medium. For example, the non-transitory computer-readable storage medium may be a read-only memory (English: Read Only Memory, ROM), random access memory (English: Random Access Memory, RAM), CD-ROM, magnetic tape, floppy disk and optical data storage device, etc. The storage medium stores computer instructions for executing the forward error correction method described in the above-mentioned embodiment corresponding to FIG. 1, which will not be repeated here.
本领域技术人员在考虑说明书及实践这里公开的公开后,将容易想到本公开的其它实施方案。本申请旨在涵盖本公开的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本公开的一般性原理并包括本公开未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本公开的真正范围和精神由权利要求指出。After considering the specification and practicing the disclosure disclosed herein, those skilled in the art will easily think of other embodiments of the present disclosure. This application is intended to cover any variations, uses, or adaptive changes of the present disclosure, which follow the general principles of the present disclosure and include common knowledge or conventional technical means in the technical field not disclosed in the present disclosure . The description and embodiments are only regarded as exemplary, and the true scope and spirit of the present disclosure are pointed out by the claims.

Claims (10)

  1. 一种数据处理方法,其特征在于,所述方法包括:A data processing method, characterized in that the method includes:
    获取所述多媒体的数据优先级和传输时的当前网络状态数据;Acquiring the data priority of the multimedia and current network state data during transmission;
    依据所述数据优先级和当前网络状态数据确定对应的冗余模型参数;Determine the corresponding redundancy model parameters according to the data priority and current network state data;
    根据所述冗余模型参数对所述多媒体数据进行纠错编码并发送。Perform error correction coding on the multimedia data according to the redundancy model parameter and send it.
  2. 根据权利要求1所述的方法,其特征在于,所述获取所述多媒体的数据优先级包括:The method according to claim 1, wherein said acquiring the data priority of said multimedia comprises:
    根据数据分类确定所述多媒体数据优先级。The priority of the multimedia data is determined according to the data classification.
  3. 根据权利要求1所述的方法,其特征在于,所述当前网络状态数据至少包括以下至少之一:丢包率、错包率、网络延时、往返时延RTT、生存周期TTL。The method according to claim 1, wherein the current network state data at least includes at least one of the following: packet loss rate, packet error rate, network delay, round trip delay RTT, and life cycle TTL.
  4. 根据权利要求2或3任一项所述的方法,其特征在于,所述依据所述数据优先级和当前网络状态数据,确定对应的冗余模型参数包括:The method according to any one of claims 2 or 3, wherein the determining the corresponding redundancy model parameter according to the data priority and current network state data comprises:
    根据所述数据优先级确定冗余模型采用的算法类型;Determine the algorithm type adopted by the redundancy model according to the data priority;
    根据所述网络状态数据确定传输数据的有效报文数m和冗余报文数n。Determine the number of effective packets m and the number of redundant packets n of the transmission data according to the network state data.
  5. 根据权利要求4所述的方法,其特征在于,所述根据所述数据优先级确定冗余模型采用的算法类型包括:The method according to claim 4, wherein the determining the algorithm type adopted by the redundancy model according to the data priority comprises:
    当所述多媒体数据为音视频数据的控制信令数据时,确定所述冗余模型为一次冗余模型;When the multimedia data is control signaling data of audio and video data, determining that the redundancy model is a primary redundancy model;
    当所述多媒体数据为音频数据时,,确定所述冗余模型为一次冗余模型;When the multimedia data is audio data, determining that the redundancy model is a primary redundancy model;
    当所述多媒体数据为视频数据时,确定所述冗余模型为二次或多次冗余模型。When the multimedia data is video data, it is determined that the redundancy model is a secondary or multiple redundancy model.
  6. 根据权利要求5所述的方法,其特征在于,所述方法还包括:The method of claim 5, wherein the method further comprises:
    检测当前的软硬件条件;Check the current hardware and software conditions;
    在当前的软硬件条件满足预设条件的情况下,选择高次冗余模型。When the current hardware and software conditions meet the preset conditions, select the high-order redundancy model.
  7. 一种数据处理方法,其特征在于,所述方法包括:A data processing method, characterized in that the method includes:
    解析接收到的多媒体数据;Parse the received multimedia data;
    根据所述多媒体数据,获取对应的冗余模型;Obtaining a corresponding redundancy model according to the multimedia data;
    在有丢包或错包的情况下,则按照所述冗余模型恢复所述多媒体数据。In the case of packet loss or error, the multimedia data is restored according to the redundancy model.
  8. 根据权利要求7所述的数据处理方法,其特征在于,所述方法还包括:当前网络状态数据变化时,将所述当前网络数据反馈给发送方。The data processing method according to claim 7, wherein the method further comprises: when the current network state data changes, feeding back the current network data to the sender.
  9. 一种数据处理装置,其特征在于,所述装置包括:A data processing device, characterized in that the device includes:
    获取单元,用于获取所述多媒体的数据优先级和传输时的当前网络状态数据;An acquiring unit, configured to acquire the data priority of the multimedia and current network state data during transmission;
    确定单元,用于依据所述数据优先级和当前网络状态数据确定对应的冗余模型参数;A determining unit, configured to determine corresponding redundancy model parameters according to the data priority and current network state data;
    编码发送单元,用于根据所述冗余模型参数对所述多媒体数据进行纠错编码并发送。The encoding sending unit is configured to perform error correction encoding on the multimedia data according to the redundancy model parameter and send it.
  10. 一种数据处理装置,其特征在于,所述装置包括:A data processing device, characterized in that the device includes:
    解析单元,用于解析接收到的多媒体数据;The parsing unit is used to analyze the received multimedia data;
    计算单元,用于根据所述多媒体数据,计算对应的冗余模型数据;A calculation unit, configured to calculate corresponding redundant model data according to the multimedia data;
    恢复单元,在检测有丢包或错包的情况下,则按照所述冗余模型数据恢复所述多媒体数据。The restoring unit restores the multimedia data according to the redundant model data in the case of detecting packet loss or error.
PCT/CN2020/086298 2019-06-05 2020-04-23 Data processing method and device WO2020244327A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910488334.0A CN110299963A (en) 2019-06-05 2019-06-05 Data processing method and device
CN201910488334.0 2019-06-05

Publications (1)

Publication Number Publication Date
WO2020244327A1 true WO2020244327A1 (en) 2020-12-10

Family

ID=68027659

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/086298 WO2020244327A1 (en) 2019-06-05 2020-04-23 Data processing method and device

Country Status (2)

Country Link
CN (1) CN110299963A (en)
WO (1) WO2020244327A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113839830A (en) * 2021-07-15 2021-12-24 腾讯科技(深圳)有限公司 Method, device and storage medium for predicting data packet multiple generation parameters

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110299963A (en) * 2019-06-05 2019-10-01 西安万像电子科技有限公司 Data processing method and device
CN110855400B (en) * 2019-11-29 2022-02-25 江苏方天电力技术有限公司 Self-adaptive packet loss recovery method based on error correction code, computing device and storage medium
CN111629281B (en) * 2020-04-13 2021-02-02 北京创享苑科技文化有限公司 Online continuous inspection method based on network packet loss rate distribution in video transmission
CN111629210A (en) * 2020-05-22 2020-09-04 北京大米科技有限公司 Data processing method and device and electronic equipment
CN113347114A (en) * 2021-06-03 2021-09-03 清华大学 Real-time streaming media transmission control method and device facing deadline sensing

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1976479A (en) * 2005-11-15 2007-06-06 三星电子株式会社 Method and apparatus for transmitting data in wireless network
CN101115077A (en) * 2006-07-25 2008-01-30 美国博通公司 Method and system for processing data in communication system
US20100002692A1 (en) * 2008-07-02 2010-01-07 Harry Bims Multimedia-aware quality-of-service and error correction provisioning
WO2017157303A1 (en) * 2016-03-15 2017-09-21 中兴通讯股份有限公司 Anti-packet loss method, device and system for use in real-time communication
CN107872296A (en) * 2016-09-26 2018-04-03 三星显示有限公司 For transmitting the method and data transmitter of video
CN110299963A (en) * 2019-06-05 2019-10-01 西安万像电子科技有限公司 Data processing method and device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101061659B (en) * 2004-12-02 2015-04-29 汤姆逊许可公司 Adaptive forward error correction method and device
CN100450187C (en) * 2005-10-17 2009-01-07 华为技术有限公司 Multimedia data network realtime transfer method for supporting error elasticity
US8489954B2 (en) * 2008-08-29 2013-07-16 Ntt Docomo, Inc. Method and apparatus for reliable media transport
CN101686106B (en) * 2008-09-28 2013-04-17 华为技术有限公司 Self-adaptive forward error correction (FEC) method, device and system
CN102075312B (en) * 2011-01-10 2013-03-20 西安电子科技大学 Video service quality-based hybrid selective repeat method
CN102420983B (en) * 2011-11-18 2013-10-23 北京工业大学 Context simplification method for HEVC (High efficiency video coding) entropy coding
CN110224793B (en) * 2015-10-16 2021-03-09 上海交通大学 Self-adaptive FEC method based on media content
CN108183774B (en) * 2018-03-26 2021-07-27 浙江齐聚科技有限公司 Forward error correction method and system for streaming media transmission

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1976479A (en) * 2005-11-15 2007-06-06 三星电子株式会社 Method and apparatus for transmitting data in wireless network
CN101115077A (en) * 2006-07-25 2008-01-30 美国博通公司 Method and system for processing data in communication system
US20100002692A1 (en) * 2008-07-02 2010-01-07 Harry Bims Multimedia-aware quality-of-service and error correction provisioning
WO2017157303A1 (en) * 2016-03-15 2017-09-21 中兴通讯股份有限公司 Anti-packet loss method, device and system for use in real-time communication
CN107872296A (en) * 2016-09-26 2018-04-03 三星显示有限公司 For transmitting the method and data transmitter of video
CN110299963A (en) * 2019-06-05 2019-10-01 西安万像电子科技有限公司 Data processing method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113839830A (en) * 2021-07-15 2021-12-24 腾讯科技(深圳)有限公司 Method, device and storage medium for predicting data packet multiple generation parameters
CN113839830B (en) * 2021-07-15 2023-10-24 腾讯科技(深圳)有限公司 Method, device and storage medium for predicting multiple data packet parameters

Also Published As

Publication number Publication date
CN110299963A (en) 2019-10-01

Similar Documents

Publication Publication Date Title
WO2020244327A1 (en) Data processing method and device
JP5237119B2 (en) Method and apparatus for decoding raptor code
US8381048B2 (en) Transmission system, method and program
CN110943800A (en) Method, device and system for sending data packet, storage medium and electronic device
EP3852275A1 (en) Method, device and apparatus for storing data, computer readable storage medium
EP2200182B1 (en) Method and device for coding the low density generator matrix code
EP1867088B1 (en) Methods and apparatus for providing linear erasure codes
US20230023776A1 (en) Codeword Synchronization Method, Receiver, Network Device, and Network System
Yao et al. Passive network tomography for erroneous networks: A network coding approach
CN106372026B (en) link detection method and receiving equipment
US20160218831A1 (en) Method and System for On-Demand File Repair
CN109274462B (en) Image transmission method based on improved online fountain codes
Roca et al. Rs+ ldpc-staircase codes for the erasure channel: Standards, usage and performance
CN107733568B (en) Method and device for realizing CRC parallel computation based on FPGA
JP2014239285A (en) Data transmission unit and method
JP6197876B2 (en) Program, encoding apparatus, and encoding method
Shalin et al. Multimedia data transmission through TCP/IP using hash based FEC with AUTO-XOR scheme
US9172506B2 (en) Packet loss recovery
CN103873068A (en) Low-density-parity-check decoding method and electronic device
WO2022228370A1 (en) Codeword synchronization method, receiver, network device and network system
WO2016119120A1 (en) Fec decoding apparatus and method
Zhao et al. Scale-free Luby transform codes
TWI334277B (en) Method for calculating syndrome efficiently in reed-solomon decoding and machine readable storage medium storing instructions for performing the method
US10833799B2 (en) Message correction and dynamic correction adjustment for communication systems
JP2009290657A (en) Error correction apparatus

Legal Events

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

Ref document number: 20819069

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20819069

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20819069

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 23/06/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20819069

Country of ref document: EP

Kind code of ref document: A1