WO2020098455A1 - Procédé de distribution en temps réel de flux multimédia et serveur - Google Patents

Procédé de distribution en temps réel de flux multimédia et serveur Download PDF

Info

Publication number
WO2020098455A1
WO2020098455A1 PCT/CN2019/112324 CN2019112324W WO2020098455A1 WO 2020098455 A1 WO2020098455 A1 WO 2020098455A1 CN 2019112324 W CN2019112324 W CN 2019112324W WO 2020098455 A1 WO2020098455 A1 WO 2020098455A1
Authority
WO
WIPO (PCT)
Prior art keywords
media
unit
time
candidate
sorting
Prior art date
Application number
PCT/CN2019/112324
Other languages
English (en)
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 WO2020098455A1 publication Critical patent/WO2020098455A1/fr

Links

Images

Classifications

    • 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/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/61Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • H04L67/1078Resource delivery mechanisms
    • H04L67/108Resource delivery mechanisms characterised by resources being split in blocks or fragments

Definitions

  • the invention relates to the technical field of digital information transmission, in particular to a method and server for real-time delivery of media streams.
  • HTTP adaptive streaming includes multiple solutions: HLS (HTTP Live Streaming) proposed by Apple, Smooth Streaming proposed by Microsoft, HDS (HTTP Dynamic Streaming) proposed by Adobe, and DASH (Dynamic Adaptive) proposed by MPEG. Streaming over HTTP, dynamic adaptive streaming based on HTTP).
  • HLS HTTP Live Streaming
  • Smooth Streaming proposed by Microsoft
  • HDS HTTP Dynamic Streaming
  • DASH Dynamic Adaptive
  • the common feature of the HTTP adaptive streaming solution in the related art is that the media stream is cut into media fragments in a short time (2s ⁇ 10s), and an index file or a manifest file describing these media fragments is generated at the same time (such as m3u8 in HLS) Playlists and MPD files in DASH), and then save them to each web server, the client obtains the URL (Uniform Resource Locator) access address of these media fragments by accessing the playlist or manifest file, and then You can use standard HTTP protocol to download and play these media segments one by one.
  • the main difference between the above schemes is the difference between the packaging format adopted by the media fragments and the format of the manifest file.
  • HTTP adaptive streaming can make full use of the existing Internet Web cache facilities (such as CDN and various Web cache servers), and can support large-scale user access.
  • existing Internet Web cache facilities such as CDN and various Web cache servers
  • HTTP adaptive streaming has become the mainstream method of real-time streaming media delivery on the Internet.
  • the length of media fragments cannot adapt to dynamically changing network transmissions.
  • the current HAS solutions all use a pre-segmentation method, that is, the server generates media fragments and their manifest files according to a preset time and submits them to the web server.
  • setting a larger fragment length means increasing the real-time transmission delay; when the network transmission bandwidth is insufficient and the delay is large, setting a smaller fragment length means frequent file requests , Increase the burden on the server and network transmission overhead. Since the transmission bandwidth and transmission delay on the Internet are dynamically changing, using a fixed-length pre-segmentation method cannot achieve optimal transmission.
  • the manifest file adds transmission delay and overhead.
  • the client needs to obtain the manifest file before it can obtain the URL address of the media segment.
  • the manifest file takes a period of time to be transmitted to the client, the manifest file obtained by the client does not reflect the current generation of the latest media fragments.
  • the manifest file encounters blocking or transmission errors, it will block the user Fast access to media fragments reduces the transmission performance of real-time streaming media.
  • the media stream includes various types of media units.
  • the importance or priority of these media units is different.
  • the audio unit usually has a higher priority than the video unit.
  • even the same type of media Units may also have different priorities due to encoding.
  • the I frame is more important than the P and B frames.
  • the present invention aims to solve one of the technical problems in the related art at least to a certain extent.
  • the first object of the present invention is to propose a real-time delivery method of media streams, which can effectively reduce the media stream transmission delay and overhead, and support the preferential transmission of the latest media units and high-priority media units.
  • the second object of the present invention is to propose a real-time delivery server for media streams.
  • the third object of the present invention is to propose a computer device.
  • the fourth object of the present invention is to propose a non-transitory computer-readable storage medium.
  • the fifth object of the present invention is to propose a computer program product.
  • an embodiment of the present invention provides a method for real-time delivery of media streams, characterized in that the media stream is a sequence of media units generated in real time, where each media unit is associated with a generation time And / or a sequence number indicating the generation sequence, the method includes: receiving a media segment request sent by a client, wherein the media segment request does not carry or carries at least one control parameter, and the control parameter includes indicating the target media to be transmitted The first type parameter of the stream, the second type parameter indicating the candidate media unit to be transmitted and the unit sorting method; generating a media segment according to the media segment request, wherein the target to be transmitted is determined according to the first type parameter Media stream, determining the candidate media units to be transferred according to the second type of parameters, sorting and encapsulating the candidate media units to be transferred in the order specified by the unit sorting method, and packaging the media segments; sending the Media segment to the client.
  • the real-time delivery method of the media stream generates a media segment in real time according to the request of the client and returns it to the client, so as to realize the real-time media stream delivery according to the client's needs, and the duration of the media segment will be automatically adapted
  • the client can control the length of media segmentation through active requests. Since each media segment is triggered by the client's request, the manifest file is no longer needed, and the client does not need to request and parse the manifest file. On the one hand, the client can obtain the latest media stream more quickly, reducing the transmission delay of the real-time media stream. On the other hand, it also reduces the transmission overhead and processing overhead caused by the manifest file.
  • the client can also pass Request to control the generation time and arrangement order of the media units in the media segment.
  • the network transmission conditions are poor, ensure that the latest generated media unit or high-priority media unit is sent in a timely manner, thereby effectively reducing the media stream transmission delay and overhead , And supports priority transmission of the latest media units and high-priority media units.
  • the method for real-time delivery of media streams according to the above embodiments of the present invention may also have the following additional technical features:
  • the generating a media segment according to the media segment request further includes: if the media segment request does not carry the first type parameter, the target media to be transmitted The stream is a media stream designated by default; if the second segment parameter is not carried in the media segment request, the candidate media unit includes a media unit designated by default, and the media unit designated by default is the A media unit in which the sequence number interval of all and latest media units in the target media stream is less than the first preset value, or a media unit in which the generation time interval of all and latest media units in the target media stream is less than the second preset value; if The media segment request does not carry the unit sorting mode, and then the candidate media unit is encapsulated into the media segment according to the unit sorting mode specified by default.
  • the generating the media segment according to the media segment request further includes: if the media segment request carries at least one parameter of the second category, wherein each of the second category The parameter corresponds to at least one constraint condition of the candidate media unit, and the candidate media unit to be transmitted includes all media units in the target media stream that simultaneously satisfy all the constraint conditions corresponding to the second-type parameter.
  • each media unit is associated with a sequence offset, where the sequence offset refers to the interval between the sequence number of the media unit and the latest media unit, and the second type of parameter includes A start sequence number and / or a maximum sequence offset, wherein the constraint condition corresponding to the start sequence number is: if the start sequence number is valid, the sequence number of the candidate media unit is after the start sequence number; the maximum sequence The constraint condition corresponding to the bias is: if the maximum order bias is valid, the order bias of the candidate media unit is less than or equal to the maximum order bias.
  • each media unit is associated with a time offset
  • the time offset refers to a time interval between the generation of the media unit and the latest media unit
  • the second type of parameters includes A start time and / or a maximum time offset, wherein the constraint condition corresponding to the start time is: if the start time is valid, the generation time of the candidate media unit is after the start time;
  • the constraint condition corresponding to the maximum time offset is: if the maximum time offset is valid, the time offset of the candidate media unit is less than or equal to the maximum time offset.
  • each media unit is associated with a priority
  • the second type parameter includes a minimum priority
  • the constraint corresponding to the minimum priority includes: if the minimum If the priority is valid, the priority of the candidate media unit is greater than or equal to the minimum priority; if the other second-type parameters carried in the media segment request do not define the scope of the candidate media unit, the scope of the candidate media unit is Specify by default.
  • the unit sorting mode is one of the following basic sorting modes: sequence number forward, sequence number reverse, generation time forward, and generation time reverse.
  • each media unit is associated with a priority
  • the unit sorting mode is one of the following basic sorting modes: sequence number forward, sequence number reverse, and generation time forward , Reverse time, high priority and low priority.
  • the unit sorting mode is a cascade of multiple basic sorting modes, and sorting the candidate media units in the order specified by the unit sorting mode includes: sorting the candidate media units Sort according to the first basic sorting manner, and sort the candidate media units with the same position after sorting according to the second basic sorting manner, and so on until the sorting is completed.
  • another embodiment of the present invention provides a real-time delivery server for a media stream, where the media stream is a sequence of media units generated in real time, where each media unit is associated with a generation time and / or A sequence number indicating the generation sequence
  • the server includes: a client interface component, configured to receive a media segment request sent by the client and return the corresponding media segment, wherein the media segment request does not carry or carries at least one control parameter, And the control parameters include a first type parameter indicating the target media stream to be transmitted, a second type parameter indicating the candidate media unit to be transmitted, and a unit sorting method; a media segment generation component generates a media segment according to the media segment request, wherein , Determine the target media stream to be transmitted according to the first type of parameter, determine the candidate media unit to be transmitted according to the second type parameter, and specify the candidate media unit to be transmitted in the unit sorting manner
  • the media segments are sequentially sorted and packaged, and the media segments are sent to the client through the client interface component.
  • the real-time delivery server of the media stream generates media segments in real time according to the client's request and returns them to the client, so as to realize the real-time media stream delivery according to the client's needs, and the duration of the media segment will be automatically adapted
  • the client can control the length of media segmentation through active requests. Since each media segment is triggered by the client's request, the manifest file is no longer needed, and the client does not need to request and parse the manifest file. On the one hand, the client can obtain the latest media stream more quickly, reducing the transmission delay of the real-time media stream. On the other hand, it also reduces the transmission overhead and processing overhead caused by the manifest file.
  • the client can also pass Request to control the generation time and arrangement order of the media units in the media segment.
  • the network transmission conditions are poor, ensure that the latest generated media unit or high-priority media unit is sent in a timely manner, thereby effectively reducing the media stream transmission delay and overhead , And supports priority transmission of the latest media units and high-priority media units.
  • the real-time delivery server for media streams may also have the following additional technical features:
  • the media segment generation component is further configured to: when the media segment request does not carry the first type parameter, the target media stream to be transmitted is specified by default A media stream, and when the media segment request does not carry the second type parameter, the candidate media unit includes a media unit specified by default, and the media unit specified by default is all of the target media stream A media unit with a sequence number interval less than the first preset value from the latest media unit, or all media units in the target media stream whose generation time interval is less than the second preset value, and the media segment
  • the candidate media unit is encapsulated into the media segment according to the unit sorting mode specified by default.
  • the media segment generating component is further configured to request to carry at least one parameter of the second type in the media segment, wherein each parameter of the second type corresponds to a candidate
  • the candidate media unit to be transmitted includes all media units in the target media stream that simultaneously satisfy all the constraint conditions corresponding to the second type parameter.
  • each media unit is associated with a sequence offset, where the sequence offset refers to the interval between the sequence number of the media unit and the latest media unit, and the second type of parameter includes A start sequence number and / or a maximum sequence offset, wherein the constraint condition corresponding to the start sequence number is: if the start sequence number is valid, the sequence number of the candidate media unit is after the start sequence number; the maximum sequence The constraint condition corresponding to the bias is: if the maximum order bias is valid, the order bias of the candidate media unit is less than or equal to the maximum order bias.
  • each media unit is associated with a time offset
  • the time offset refers to a time interval between the generation of the media unit and the latest media unit
  • the second type of parameters includes A start time and / or a maximum time offset, wherein the constraint condition corresponding to the start time is: if the start time is valid, the generation time of the candidate media unit is after the start time;
  • the constraint condition corresponding to the maximum time offset is: if the maximum time offset is valid, the time offset of the candidate media unit is less than or equal to the maximum time offset.
  • each media unit is associated with a priority
  • the second type parameter includes a minimum priority
  • the constraint corresponding to the minimum priority includes: if the minimum If the priority is valid, the priority of the candidate media unit is greater than or equal to the minimum priority; if the other second-type parameters carried in the media segment request do not define the scope of the candidate media unit, the scope of the candidate media unit is Specify by default.
  • the unit sorting mode is one of the following basic sorting modes: sequence number forward, sequence number reverse, generation time forward, and generation time reverse.
  • each media unit is associated with a priority
  • the unit sorting mode is one of the following basic sorting modes: sequence number forward, sequence number reverse, and generation time forward , Reverse time, high priority and low priority.
  • the unit sorting mode is a cascade of multiple basic sorting modes, and sorting the candidate media units in the order specified by the unit sorting mode includes: sorting the candidate media units Sort according to the first basic sorting manner, and sort the candidate media units with the same position after sorting according to the second basic sorting manner, and so on until the sorting is completed.
  • an embodiment of the third aspect of the present invention provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • the processor executes the program, Realize the real-time delivery method of the media stream as described in the above embodiments.
  • an embodiment of the fourth aspect of the present invention provides a non-transitory computer-readable storage medium.
  • the program is executed by a processor, a method for real-time delivery of a media stream as described in the foregoing embodiment is implemented.
  • an embodiment of the fifth aspect of the present invention provides a computer program product.
  • instructions in the computer program product are executed by a processor, a method for real-time delivery of media streams as described in the foregoing embodiment is performed.
  • FIG. 1 is a flowchart of a method for real-time delivery of media streams according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a real-time transmission process of a client continuously submitting a media segment request according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of sorting and encapsulating candidate media units into media segments according to an embodiment of the present invention (unit sorting method is sequence number reverse);
  • FIG. 4 is a schematic diagram of sorting and encapsulating candidate media units into media segments according to another embodiment of the present invention (unit sorting method is time reverse);
  • FIG. 5 is a schematic diagram of sorting and packaging candidate media units according to yet another embodiment of the present invention (packet sorting method is high priority first + time reverse);
  • FIG. 6 is a schematic structural diagram of a real-time delivery server for media streams according to an embodiment of the present invention.
  • the transmission process of the media stream can be described by a general client-server model: the media stream generated in real time is delivered by the server to the client.
  • the server and the client here refer to logical functional entities, where the server is a functional entity that sends media streams and the client is a functional entity that receives media streams.
  • the server and client can exist on any network node.
  • Each transmitted media stream is a sequence of media units generated in real time.
  • the corresponding media units can be selected by themselves.
  • the media stream is a byte stream generated in real time, one byte can be selected as the media unit;
  • the media stream is an audio stream or video stream obtained through real-time sampling, the original audio frame or video frame can be selected as the media Unit;
  • the media stream is a real-time sampled and encoded audio stream or video stream, you can select the encoded audio frame, encoded video frame or access unit (Access Unit) as the media unit;
  • the media stream is a
  • real-time sampling, encoding and encapsulating audio or video streams you can select the encapsulated transmission package (such as RTP packet, PES / PS / TS packet, etc.) as the media unit;
  • the media stream is a real-time sampling, encoding, encapsulation
  • a segmented media segment such as the TS format segment used in the HLS protocol
  • Each media unit may be associated with a generation time, which is usually a time stamp.
  • Each media unit can also be associated with a serial number, which can be used to indicate the order in which the media units are generated. When the serial number is used to indicate the order in which the media unit is generated, the meaning of the serial number needs to be defined according to the specific media unit.
  • the serial number of the media unit is the byte serial number; when the media unit is an audio frame or video frame, the serial number of the media unit is the frame serial number; when the media unit is a transmission packet, the serial number of the media unit Is the packet sequence number; when the media unit is a stream segment, the sequence number of the media unit is the segment sequence number (such as the Media Sequence of each TS segment in HLS).
  • the RTP header has a Sequence Number field to indicate the RTP packet
  • there is a Timestramp field to indicate the generation time of the media data encapsulated in RTP.
  • multiple consecutive RTP packets may correspond to the same generation time, but the sequence number is unique.
  • the method of the embodiment of the present invention may be implemented for any real-time media stream.
  • the embodiments of the present invention will respectively select RTP real-time media streams or MPEG2-TS real-time media streams to illustrate the implementation method of the embodiments of the present invention.
  • the media unit is an RTP packet
  • the sequence number of the RTP packet is selected as the sequence number of the media unit.
  • the packet sequence number of the RTP packet is a 16-bit field with a maximum value of 65535.
  • For continuously generated RTP The sequence number of the packet is cyclically counted. If the current packet sequence number is Seq, the sequence number of the next packet is (Seq + 1)% 65536.
  • the sequence number is subject to its bit length in implementation, and the sequence number size may not reflect its In the case of sequence, at this time, it can be judged by the generation time of the media unit whether the serial number has a cycle count, so as to accurately determine the sequence relationship and interval between the sequence numbers of the two media units.
  • the generation sequence is numbered, and as a media unit, the timestamp of the first media frame contained in each segment indicates the generation time of the segment.
  • the server push method is adopted: once a new media unit is available on the server, it is actively sent to the client.
  • the method of the embodiment of the present invention may be similar to various HTTP adaptive streams (such as HLS, smooth stream, MPEG-DASH), and adopts the client-side pull method, but the difference is that the existing various HTTP adaptive streams
  • the client requests or pulls the divided segments according to the manifest file, and each segment can be identified by a URL.
  • the media segment may not be pre-divided, but The server generates it immediately according to the client's request, and the client can control the content and length of the media segment.
  • FIG. 1 is a flowchart of a method for real-time delivery of media streams according to an embodiment of the present invention.
  • the media stream is a sequence of media units generated in real time, where each media unit is associated with a generation time and / or a sequence number indicating the generation order.
  • the method includes:
  • step S101 a media segment request sent by a client is received, where the media segment request does not carry or carries at least one control parameter, and the control parameter includes a first type parameter indicating a target media stream to be transmitted, and a candidate indicating to be transmitted.
  • the control parameter includes a first type parameter indicating a target media stream to be transmitted, and a candidate indicating to be transmitted.
  • control parameters that may be used as the first-type parameters include: media stream identification, Media stream name, etc .
  • control parameters that can be used as the second type of parameters include: start sequence number, start time, maximum sequence offset, maximum time offset, minimum priority, maximum priority, etc.
  • Media segment requests can be submitted using any protocol, such as the common HTTP protocol, TCP protocol, UDP protocol, etc.
  • HTTP protocol is used to submit media segment request
  • HTTP-GET or HTTP-POST can also be used.
  • control parameters need to be encapsulated into a string or byte stream in a certain way and sent to the server.
  • the control parameters can be encapsulated as a string in the URL. Examples of media segment requests using HTTP-GET are as follows:
  • unitSortMode HIGH_PRIORITY_FIRST + TIME_BACKWARD "[req15]
  • the parameter names streamID, seqBegin, timeBegin, maxSeqOffset, maxTimeOffset, minPriority, maxPriority and unitSortMode represent the media stream ID, start sequence number, start time, maximum sequence offset, maximum time offset, minimum priority, maximum Priority and unit sorting method.
  • the server can use a Web server to receive the client ’s media segment request, extract the corresponding control parameters from the requested URL, and classify the control parameters: if it is a media stream identifier, this parameter is the first type of parameter; If it is the start sequence number, start time, maximum sequence offset, maximum time offset, minimum priority and maximum priority, it is the second type of parameter.
  • step S102 a media segment is generated according to the media segment request, wherein the target media stream to be transmitted is determined according to the first type of parameter, the candidate media unit to be transmitted is determined according to the second type of parameter, and the candidate media unit to be transmitted is The order specified by the cell sorting method is sorted and encapsulated into media segments.
  • the server can obtain the control parameters carried in the media segment request, and then can determine the target media stream to be transmitted according to the first type parameters therein, and determine the second type parameters carried
  • the candidate media units to be transmitted are finally sorted and packaged into media segments in the order specified by the unit sorting manner.
  • a simple encapsulation protocol is as follows: The media segment is composed of a segment header and a segment payload. The segment payload is formed by cascading several media units. The header indicates the starting position and length of each media unit.
  • step S103 the media segment is sent to the client.
  • the server can select the appropriate method to send the media segment to the client according to the protocol used by the client's media segment request. For example, when the received media segment request uses HTTP GET, it can be sent through the HTTP GET response message. Generated media segment: Put the media segment into the entity body of the HTTP response message.
  • the server When the server receives continuous media segment requests from the client, the server will continuously generate new media segments according to the client's request. These new media segments encapsulate several recently generated media units, and the client parses these media segments. The media units of the real-time media stream can be recovered, and the real-time transmission of the media stream from the server to the client is realized. This process is shown in FIG. 2.
  • the method of the embodiment of the present invention no longer requires a manifest file, thereby reducing transmission delay and saving overhead.
  • the client can adjust the frequency of sending requests to control the length of the media segment to better adapt to changes in network bandwidth.
  • Embodiment 1 is a detailed explanation of Embodiment 1, and Embodiment 2 will be described in detail below.
  • the server will be described how to generate a media segment according to a media segment request.
  • generating the media segment according to the media segment request further includes: if the media segment request does not carry the first type of parameters, the target media stream to be transmitted is the media stream specified by default; if If the media segment request does not carry the second type of parameters, the candidate media unit includes the media unit specified by default, and the default designated media unit is the sequence number interval of all and latest media units in the target media stream is less than the first pre A set media unit, or a media unit whose generation time interval of all and latest media units in the target media stream is less than a second preset value; if the media segment request does not carry the unit sorting method, then The candidate media units are encapsulated into media segments according to the order of units specified by default.
  • the media unit is an RTP packet
  • each RTP packet carries a packet sequence number.
  • the newly generated RTP packet has a packet sequence number of 1020
  • the first preset value is 20
  • the default specified unit sorting method is sequence number forward.
  • the server can select one of the existing real-time media streams as the target media stream, then the candidate media units to be sent include the 20 most recently generated RTP packets in the target media stream (packet sequence numbers from 1001 to 1020), and then the 20 The RTP packets are encapsulated into media segments in sequence.
  • the media unit is a TS segment, and each TS segment is associated with a generation time, and the generation time is the time stamp of the first media frame in the TS segment.
  • the generation time of the newly generated TS segment is 33000 (unit is microseconds)
  • the second preset value is 3000
  • the default cell sorting method is generation time forward.
  • each media segment request sent by the user will return several media units that have been generated recently.
  • the server continues to receive the media segment request, it will continue to deliver the recently generated media unit to the client.
  • Embodiment 3 In the following embodiments, it will be described how the server determines candidate media units to be transmitted according to the second type of parameters.
  • the candidate media unit to be transmitted includes all media units in the target media stream that simultaneously satisfy all the constraint conditions corresponding to the second type parameters.
  • the constraint condition corresponding to the starting sequence number is: if the starting sequence number is valid, the sequence number of the candidate media unit is after the starting sequence number.
  • the sequence deviation of a media unit refers to the interval between the sequence number of the media unit and the latest media unit, and the constraint condition corresponding to the maximum sequence deviation is: if the maximum sequence deviation is valid, the sequence of the candidate media unit is too small Is equal to or equal to the maximum order deviation.
  • the constraint condition corresponding to the start time is: if the start time is valid, the generation time of the candidate unit is after the start time.
  • the time offset of a media unit refers to the time interval between the generation of the media unit and the latest media unit, and the constraint condition of the maximum time offset is: if the maximum time offset is valid, the time offset of the candidate media unit is small At or equal to the maximum time offset;
  • Each media unit is associated with a priority, and the constraint condition corresponding to the minimum priority is: if the minimum priority is valid, the priority of the candidate media unit is greater than or equal to the minimum priority; if the media segment request carries The other parameters of the second type do not limit the range of the candidate media unit, and the range of the candidate media unit is specified by default.
  • Each media unit is associated with a priority, and the constraint condition corresponding to the maximum priority is: if the maximum priority is valid, the priority of the candidate media unit is less than or equal to the maximum priority; if the media segment request carries The other parameters of the second type do not limit the range of the candidate media unit, and the range of the candidate media unit is specified by default.
  • the validity and invalidity of the second type of parameters mentioned above refers to whether the value of the parameter is within a specified range. Taking the starting serial number as an example, the value of the starting serial number cannot exceed the serial number of the current latest media unit. On the other hand, to ensure real-time performance, the value of the starting serial number cannot be earlier than the serial number of an existing media unit. The starting number within the above range is valid. If a second type parameter is invalid, it is equivalent to not carrying this second type parameter. When all the parameters of the second type are invalid, the candidate media unit is the media unit specified by default.
  • a new second type of parameter can be defined, but, if under certain mapping rules, parameter A can be mapped to parameter B, and the constraint conditions corresponding to parameter A can be converted into parameters B's constraint, then these two parameters are called equivalent parameters.
  • Equivalent parameters should not be regarded as multiple second-type parameters, but should still be regarded as different implementations of the same parameter.
  • a second type of parameter can be defined-the minimum sequence number, and the constraint condition corresponding to the minimum sequence number is: if the minimum sequence number is valid, the sequence number of the candidate media unit should be greater than or equal to the minimum sequence number, the large So it means that the serial number is after the minimum serial number.
  • minimum sequence number start sequence number + 1
  • the candidate media units included in the constraints corresponding to the start sequence number and the minimum sequence number will be exactly the same. Therefore, the minimum sequence number and the starting sequence number are actually equivalent parameters, which should be regarded as different implementation methods of the same second type parameter, and should not be regarded as a new second type parameter.
  • the following implementation process takes the RTP real-time stream as an example.
  • the media unit is an RTP packet, and each RTP packet carries a packet sequence number, which is used to indicate the order in which the RTP packets are generated. Assuming that the packet sequence number of the newly generated RTP packet is 1020, when the server receives the following media segment request:
  • the request only carries a second type of parameter: the start sequence number, there are 15 RTPs that satisfy the constraint conditions corresponding to the start sequence number (packet sequence numbers from 1006 to 1020), then the candidate media units to be sent include these 15 RTPs package;
  • the request only carries one parameter of the second type: maximum sequence bias, there are 11 RTP packets that satisfy the constraints corresponding to the maximum sequence bias (packet sequence numbers from 1010 to 1020, where the sequence bias of the RTP packet with the packet sequence number 1010 is 10, the sequence bias of the RTP packet whose packet sequence number is 1020 is 0), then the candidate media unit to be sent includes 11 RTP packets (the packet sequence number is from 1010 to 1020);
  • the request carries two parameters of the second type: the starting sequence number and the maximum sequence offset.
  • the candidate unit needs to meet two constraints.
  • the first constraint is that the sequence number of the candidate media unit should be greater than 1010, which satisfies the constraint
  • the second condition is that the sequence bias of the candidate media units does not exceed 5.
  • the candidate media units satisfying this constraint condition have 6 RTP packets (packet numbers from 1015 to 1020). Therefore, the candidate media unit that simultaneously satisfies the above two constraints includes 6 RTP packets (packet numbers from 1015 to 1020).
  • the following implementation process takes a TS real-time stream as an example.
  • the media unit is a TS segment, and each TS segment is associated with a generation time, and the generation time is a time stamp of the first media frame in the TS segment. Assuming that the generation time of the newly generated TS segment is 33000 (in microseconds), when the server receives the following media segment request:
  • the request only carries a second type of parameter: maximum time offset.
  • the request carries two parameters of the second type: start time and maximum time offset.
  • the following implementation process takes the RTP stream with priority as an example, the media unit is an RTP packet, each RTP packet carries a packet sequence number, and a priority is associated according to the payload content carried by the RTP packet.
  • the priority of each media unit can be defined according to specific circumstances. For example, when the RTP packet is a multimedia data stream, the RTP packet can be divided into three priorities:
  • Priority 3 The audio information encapsulated in the RTP packet
  • Priority 2 The key video information is encapsulated in the RTP package
  • Priority 1 The non-critical video information encapsulated in the RTP packet
  • Table 1 is a priority table associated with each RTP packet.
  • Package number Generation time priority Package number Generation time priority 1000 29500 3 1011 32000 2 1001 31000 1 1012 32000 3 1002 31000 2 1013 32500 1 1003 31000 2 1014 32500 2 1004 31000 3 1015 32500 2 1005 31500 1 1016 32500 3 1006 31500 2 1017 33000 1 1007 31500 2 1018 33000 2 1008 31500 3 1019 33000 2 1009 32000 1 1020 33000 3 1010 32000 2 A A A A
  • the request only carries a second type parameter: minimum priority. Since there is no other second type parameter to limit the scope of the media unit, the constraint condition that the candidate media unit needs to satisfy first is that its serial number is within a range specified by default . Here, if the first preset value is 20, the serial number range specified by default is: 20 RTP packets from 1001 to 1020; at the same time, the constraint condition that the candidate media unit needs to meet is that its priority is greater than or equal to the minimum priority Therefore, there are 5 RTP packets that satisfy the above constraints at the same time (packet sequence numbers are 1004, 1008, 1012, 1016, and 1020, respectively).
  • the request only carries a second type parameter: maximum priority. Since there is no other second type parameter to limit the scope of the media unit, the first constraint that the candidate media unit needs to satisfy is that its serial number is within a range specified by default . Here, if the first preset value is 20, then the default designated serial number range is: 20 RTP packets from 1001 to 1020; at the same time, the constraint condition that the candidate media unit needs to meet is that its priority is less than or equal to the maximum priority Therefore, there are 5 RTP packets that satisfy the above constraints at the same time (packet numbers are 1001, 1005, 1009, 1013, and 1017, respectively).
  • the client can obtain the most recently generated media unit by continuously submitting the media segment request and carrying the second type parameters such as the start sequence number or the start time to realize the real-time transmission of the media stream.
  • the client determines that the network cannot transmit all the media units in time, it can carry the second type of parameters in the media segment request-the maximum sequence offset and the maximum time offset.
  • the server will only transmit the most recently generated media units, discarding the earlier generation
  • the media unit that has not been delivered in time is implemented so as to realize the preferential delivery of the latest media content by the client.
  • the client when the client judges that the network cannot transmit all the media units in time, it can also carry the second type of parameters in the media segment request-the minimum priority, and the server will only transmit media units with a priority higher than the minimum priority. Realize the priority transmission of high-priority media units by the client.
  • Embodiment 4 In the following embodiments, it will be described how the server sorts the candidate media units according to the unit sorting method and encapsulates them into media segments when generating media segments.
  • the unit sorting method is one of the following basic sorting methods: sequence number forward, sequence number reverse, generation time forward, and generation time reverse.
  • the basic sorting method also includes two types: high priority priority and low priority priority.
  • the unit sorting mode when the unit sorting mode is the sequence number forward, the candidate media units are encapsulated into the media segment according to the sequence indicated by the sequence number, that is, the media unit with the earlier serial number is located in the media segment in the front; the unit is sorted When the serial number is reversed, the media unit with the later serial number is positioned higher in the media segment; when the unit sorting method is positive generation time, the media unit with the earlier generation time is positioned higher in the media segment; When the unit sorting method is reversed in generation time, the later the generation time, the higher the position of the media unit in the media segment; when the unit sorting method is high priority, the high priority media unit is ranked in front of the low priority media unit. ; When the unit sorting method is low priority first, the low priority media unit is ranked in front of the high priority media unit.
  • the unit sorting method may be a cascade of multiple basic sorting methods: first basic sorting method + second basic sorting method + third basic sorting method, and so on.
  • the sorting of the candidate media units in the order specified by the unit sorting method includes: first sorting the candidate media units according to the first basic sorting method, and then sorting the candidate media units with the same position after sorting according to the second basic Sort by sorting, and so on. If there are still media units in the same position after sorting according to the specified multiple basic sorting methods, the media units are sorted according to a default basic sorting method (sequence number forward).
  • the following implementation process takes the RTP stream with priority as an example, the media unit is an RTP packet, each RTP packet carries a packet sequence number, and a priority is associated according to the payload content carried by the RTP packet.
  • the priority of each media unit can be defined according to the specific situation. For example, when the RTP packet is a multimedia data stream, the RTP packet can be divided into three priorities: priority 1, priority 2, and priority 3. Assuming that the packet sequence number of the newly generated RTP packet is 1020, starting from the RTP packet with the packet sequence number 1000, the associated priority of each RTP packet is shown in Table 1.
  • the server receives the following media segment request:
  • unitSortMode SEQ_BACKWARD ”[req9]
  • the target media stream is a media stream designated by default; the candidate media unit is a media unit designated by default, and a first preset is set If the value is 20, the media unit specified by default includes the 20 most recently generated RTP packets in the target media stream (packet sequence numbers from 1001 to 1020).
  • the ordering of the units carried in this request is the reverse sequence number. Therefore, when the 20 RTP packets are encapsulated into the media segment, the media unit with the later sequence number is positioned higher in the media segment, that is, the candidate media unit is encapsulated into the media
  • the sequence in the segment is shown in Figure 3.
  • the request carries a second type of parameter: the start time. Therefore, the constraint condition that the candidate media unit needs to meet is that the generation time of the RTP packet is after the start time.
  • the ordering of the units carried in the request is reversed in time. Therefore, the later the generation time (ie, the latest generation) of the RTP packet is in the media segment, the more advanced, in addition, for RTP packets with the same generation time, the default is
  • the province sorting method is that the sequence number is positive, and the order in which the final candidate media units are packed into the media segment is shown in FIG. 4.
  • unitSortMode HIGH_PRIORITY_FIRST + TIME_BACKWARD "[req15]
  • the unit sorting method carried in the request is a concatenation of two basic sorting modes: the first basic sorting mode is high priority first, and the second basic sorting mode is time reversal, therefore, the priority is Candidate units are sorted. Then, the candidate units with the same position after sorting are sorted in reverse time. Finally, if there are candidate units with the same position, they are sorted according to the default sequence number. The final candidate media unit is packaged. The sequence into the media segment is shown in Figure 5.
  • the unit sorting method in the request can be set to reverse the serial number or reverse the generation time, so that the newly generated media unit can be delivered to the client first, ensuring priority for the latest media unit Send.
  • the media segment is generated in real time according to the request of the client and returned to the client, so as to realize the real-time media stream delivery segmented according to the client's needs.
  • the duration of the media segment will be Automatically adapt to changes in network transmission bandwidth, the client can control the length of the media segmentation through active requests.
  • the client can make a request more quickly, thereby obtaining Shorter media segments reduce real-time transmission delay; when the transmission bandwidth between the client and the server is insufficient and the delay is large, the client can extend the interval for submitting requests, thereby obtaining a longer media segment and reducing requests Times to reduce the transmission overhead; because each media segment is triggered by the request of the client, the manifest file is no longer needed, and the client does not need to request and parse the manifest file.
  • the client can get the latest media stream more quickly , Reducing the transmission delay of real-time media streams, on the other hand, it also reduces the transmission overhead and processing overhead caused by the manifest file.
  • the client can also control the generation time and arrangement order of the media units in the media segment by request .
  • the network transmission conditions are poor, ensure that the newly generated media unit or the media unit with higher priority is sent in time as much as possible, thereby effectively reducing the media stream transmission delay and overhead, and supporting the latest media unit and high priority media unit Priority transmission.
  • FIG. 6 is a schematic structural diagram of a media stream real-time delivery server according to an embodiment of the present invention.
  • the real-time delivery server 10 of the media stream includes: a client interface component 100 and a media segment generation component 200.
  • the client interface component 100 is used to receive the media segment request sent by the client and return the corresponding media segment, where the media segment request does not carry or carries at least one control parameter, and the control parameter includes a target media stream to be transmitted.
  • the first type of parameter, the second type of parameter indicating the candidate media unit to be transmitted and the unit sorting manner.
  • the media segment generation component 200 generates a media segment according to the media segment request, wherein the target media stream to be transmitted is determined according to the first type of parameter, the candidate media unit to be transmitted is determined according to the second type of parameter, and the candidate media unit to be transmitted is The order specified by the unit sorting method is sorted and packaged into media segments, and the media segments are sent to the client through the client interface component 100.
  • the server 10 can generate media segments in real time according to the request of the client and return them to the client, so as to realize real-time media stream delivery segmented according to the needs of the client, thereby effectively reducing the media stream transmission delay and overhead, and Support the priority transmission of the latest media unit and high priority media unit.
  • the client interface component 100 is used to receive the client's media segment request and send the generated media segment to the client;
  • the media segment request can carry 0, 1 or more control parameters;
  • the control parameters include the following categories : First-type parameters, second-type parameters, and unit sorting method; first-type parameters are used to indicate the target media stream to be transmitted; second-type parameters are used to indicate the candidate media unit to be transmitted.
  • the client interface component can use any specified protocol to receive media segment requests.
  • the HTTP protocol is used, the client interface component can be a Web server that can receive any media segment request using the http protocol and return it through an HTTP response.
  • Media segment; when the TCP protocol is used the client interface component is a TCP server and provides a fixed service port.
  • the media segment generation component 200 is used to generate the required media segment according to the client's media segment request. Obtain the media segment request and its control parameters from the client interface component, determine the target media stream to be transmitted according to the first type of parameters, determine the candidate media unit to be transmitted according to the second type of parameters, and extract it from the media stream storage unit The candidate media units to be transmitted are encapsulated into media segments in the order specified by the unit sorting method, and then directly sent to the client interface component for sending.
  • the media segment generation component 200 is further configured to: when the media segment request does not carry the first type of parameters, the target media stream to be transmitted is the media stream specified by default, and in the media segment
  • the candidate media unit includes a media unit designated by default, and the media unit designated by default is a media unit in which the sequence number interval of all and latest media units in the target media stream is less than the first preset value, Or for all media units in the target media stream whose generation time interval is less than the second preset value, and when the media segment request does not carry the unit sorting mode, the candidate media units are sorted according to the default specified unit sorting mode To encapsulate into media segments.
  • the media segment generation component 200 is further configured to carry at least one second type parameter in the media segment request, where each second type parameter corresponds to at least one constraint condition of the candidate media unit
  • the candidate media units to be transmitted include all media units in the target media stream that simultaneously satisfy all the constraint conditions corresponding to the parameters of the second type.
  • each media unit is associated with a sequence offset.
  • the sequence offset refers to the interval between the sequence number of the media unit and the latest media unit.
  • the second type of parameters includes the starting sequence number and / or the maximum sequence offset. , Where the constraint condition corresponding to the starting sequence number is: if the starting sequence number is valid, the sequence number of the candidate media unit is after the starting sequence number; the constraint condition corresponding to the maximum sequence deviation is: if the maximum sequence deviation is valid, the candidate media unit's The order deviation is less than or equal to the maximum order deviation.
  • each media unit is associated with a time offset.
  • Time offset refers to the time interval between the generation of the media unit and the latest media unit.
  • the second type of parameters includes the start time and / or the maximum time. Where the constraint condition corresponding to the start time is: if the start time is valid, the generation time of the candidate media unit is after the start time; the constraint condition corresponding to the maximum time offset is: if the maximum time offset is valid, the candidate media The time offset of the unit is less than or equal to the maximum time offset.
  • each media unit is associated with a priority.
  • the second type of parameter includes a minimum priority, and the constraint conditions corresponding to the minimum priority include: if the minimum priority is valid, the candidate media unit The priority of is greater than or equal to the minimum priority; if the other second-type parameters carried in the media segment request do not define the range of candidate media units, the range of candidate media units is specified by default.
  • the unit sorting mode is one of the following basic sorting modes: serial number forward, serial number reverse, generation time forward, and generation time reverse.
  • each media unit is associated with a priority
  • the unit sorting mode is one of the following basic sorting modes: sequence number forward, sequence number reverse, generation time forward, and generation time reverse Direction, high priority first, low priority first.
  • the unit sorting mode is a cascade of multiple basic sorting modes, and sorting the candidate media units in the order specified by the unit sorting mode includes: sorting the candidate media units according to the first basic sorting mode Sort, and sort the candidate media units in the same position after sorting according to the second basic sorting manner, and so on until sorting is completed.
  • the media segment is generated in real time according to the request of the client and returned to the client, so as to realize the real-time media stream delivery according to the client's needs.
  • the length of the media segment will be Automatically adapt to changes in network transmission bandwidth, the client can control the length of the media segmentation through active requests.
  • the client can make a request more quickly, thereby obtaining Shorter media segments reduce real-time transmission delay; when the transmission bandwidth between the client and the server is insufficient and the delay is large, the client can extend the interval for submitting requests, thereby obtaining a longer media segment and reducing requests Times to reduce the transmission overhead; because each media segment is triggered by the request of the client, the manifest file is no longer needed, and the client does not need to request and parse the manifest file.
  • the client can get the latest media stream more quickly , Reducing the transmission delay of real-time media streams, on the other hand, it also reduces the transmission overhead and processing overhead caused by the manifest file.
  • the client can also control the generation time and arrangement order of the media units in the media segment by request .
  • the network transmission conditions are poor, ensure that the newly generated media unit or the media unit with higher priority is sent in time as much as possible, thereby effectively reducing the media stream transmission delay and overhead, and supporting the latest media unit and high priority media unit Priority transmission.
  • the embodiments of the present invention also provide a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • the processor executes the program, the above embodiment is implemented. Describes the real-time delivery method of media streams.
  • an embodiment of the present invention also proposes a non-transitory computer-readable storage medium.
  • the program is executed by a processor, the method for real-time delivery of media streams as described in the above embodiments is implemented.
  • an embodiment of the present invention also proposes a computer program product.
  • instructions in the computer program product are executed by a processor, a real-time delivery method of media streams as described in the above embodiments is executed.
  • first and second are used for description purposes only, and cannot be understood as indicating or implying relative importance or implicitly indicating the number of technical features indicated.
  • the features defined with “first” and “second” may include at least one of the features either explicitly or implicitly.
  • the meaning of "plurality” is at least two, such as two, three, etc., unless specifically defined otherwise.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

La présente invention concerne un procédé de distribution en temps réel d'un flux multimédia et un serveur. Le procédé comprend les étapes suivantes consistant à : recevoir une demande de segment multimédia envoyée par un terminal de client, la demande de segment multimédia ne véhiculant aucun paramètre de commande ou véhiculant au moins un paramètre de commande, et le paramètre de commande comprenant une première catégorie de paramètres indiquant un flux multimédia cible à transmettre, une seconde catégorie de paramètres indiquant des unités multimédias candidates à transmettre, et une manière de tri d'unités ; générer un segment multimédia conformément à la demande de segment multimédia, le flux multimédia cible à transmettre étant déterminé conformément à la première catégorie de paramètres, les unités multimédias candidates à transmettre étant déterminées conformément à la seconde catégorie de paramètres, et les unités multimédias candidates à transmettre étant triées et encapsulées dans le segment multimédia selon un ordre spécifié par la manière de tri d'unités ; et envoyer le segment multimédia au terminal de client. Le procédé permet d'obtenir une distribution en temps réel et segmentée d'un flux multimédia conformément aux exigences du terminal de client, réduisant ainsi efficacement le retard et le surdébit de transmission de flux multimédia, et prenant en charge la priorité de transmission des unités multimédias les plus récentes et de haute priorité.
PCT/CN2019/112324 2018-11-14 2019-10-21 Procédé de distribution en temps réel de flux multimédia et serveur WO2020098455A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811351129.1A CN111193684B (zh) 2018-11-14 2018-11-14 媒体流的实时递送方法及服务器
CN201811351129.1 2018-11-14

Publications (1)

Publication Number Publication Date
WO2020098455A1 true WO2020098455A1 (fr) 2020-05-22

Family

ID=70710503

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/112324 WO2020098455A1 (fr) 2018-11-14 2019-10-21 Procédé de distribution en temps réel de flux multimédia et serveur

Country Status (2)

Country Link
CN (1) CN111193684B (fr)
WO (1) WO2020098455A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113873343B (zh) * 2020-06-30 2023-02-24 北京开广信息技术有限公司 媒体流的自适应实时递送方法及服务器
CN114173145A (zh) * 2021-12-08 2022-03-11 四川启睿克科技有限公司 一种基于hls协议动态码率低延迟直播方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013030852A2 (fr) * 2011-08-29 2013-03-07 Sling Media Pvt Ltd. Systèmes et procédés pour commander le codage d'un flux multimédia segmenté au moyen de temps de transmission de segment
CN106961613A (zh) * 2017-03-30 2017-07-18 上海七牛信息技术有限公司 一种流式实时转码点播方法及系统
CN107920108A (zh) * 2016-10-11 2018-04-17 华为技术有限公司 一种媒体资源的推送方法、客户端及服务器
CN107959667A (zh) * 2016-10-18 2018-04-24 华为技术有限公司 一种媒体分片的推送方法、服务器及客户端

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102055773B (zh) * 2009-11-09 2013-10-09 华为技术有限公司 实现基于http的流媒体业务的方法、系统和网络设备
US10104190B2 (en) * 2013-07-12 2018-10-16 Canon Kabushiki Kaisha Adaptive data streaming method with push messages control
US20160134672A1 (en) * 2014-11-11 2016-05-12 Qualcomm Incorporated Delivering partially received segments of streamed media data
CN107040505B (zh) * 2016-02-04 2021-01-26 中兴通讯股份有限公司 媒体数据传输方法及装置
CN106657143A (zh) * 2017-01-20 2017-05-10 中兴通讯股份有限公司 一种流媒体传输方法、装置、服务器及终端

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013030852A2 (fr) * 2011-08-29 2013-03-07 Sling Media Pvt Ltd. Systèmes et procédés pour commander le codage d'un flux multimédia segmenté au moyen de temps de transmission de segment
CN107920108A (zh) * 2016-10-11 2018-04-17 华为技术有限公司 一种媒体资源的推送方法、客户端及服务器
CN107959667A (zh) * 2016-10-18 2018-04-24 华为技术有限公司 一种媒体分片的推送方法、服务器及客户端
CN106961613A (zh) * 2017-03-30 2017-07-18 上海七牛信息技术有限公司 一种流式实时转码点播方法及系统

Also Published As

Publication number Publication date
CN111193684A (zh) 2020-05-22
CN111193684B (zh) 2021-12-21

Similar Documents

Publication Publication Date Title
US11477262B2 (en) Requesting multiple chunks from a network node on the basis of a single request message
CN106233735B (zh) 管理多播视频传送的方法
KR101846382B1 (ko) 전송 계층에서 요청 가속을 시그널링하기 위한 시스템들 및 방법들
US20140095593A1 (en) Method and apparatus for transmitting data file to client
US20170127147A1 (en) Multicast streaming
WO2011100901A2 (fr) Procédé, dispositif et système destinés à transmettre et à traiter un contenu multimédia
WO2020034082A1 (fr) Procédé de transmission de flux rtp basé sur le découpage, dispositif, terminal et serveur
WO2013170835A2 (fr) Système et procédé de distribution de contenu de diffusion en direct
CN111343511B (zh) 一种通过组播实现的hls直播系统及方法
WO2018166320A1 (fr) Procédé de changement de canal, et appareil
WO2020098455A1 (fr) Procédé de distribution en temps réel de flux multimédia et serveur
CN107920072B (zh) 一种基于数据特征的多媒体共享方法及系统
WO2012161652A1 (fr) Procédés d'émission et de réception d'un signal numérique, émetteur et récepteur
CN110072128B (zh) 媒体流的实时推送方法及服务器
CN110086797B (zh) 媒体流的实时接收方法、客户端、计算机设备和存储介质
WO2020078388A1 (fr) Procédé, dispositif, et appareil de transmission de données multimédia destinées à la diffusion en continu, et support de stockage informatique
CN111193686B (zh) 媒体流的递送方法及服务器
CN110881018B (zh) 媒体流的实时接收方法及客户端
CN104469538B (zh) 面向画面画质较小损失的rtp视频流数据包重组方法
WO2021017958A1 (fr) Procédé et appareil de transcodage vidéo
CN112203105A (zh) 一种新媒体移动直播方法及系统
CN110545492B (zh) 媒体流的实时递送方法及服务器
CN111654725B (zh) 媒体流的实时接收方法及客户端
WO2020048268A1 (fr) Procédé de transmission en temps réel et procédé de réception en temps réel pour flux multimédia, serveur et client
US10893303B1 (en) Streaming chunked media segments

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: 19884792

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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 06/09/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19884792

Country of ref document: EP

Kind code of ref document: A1