CN110602065A - Live broadcast stream pushing method and device - Google Patents

Live broadcast stream pushing method and device Download PDF

Info

Publication number
CN110602065A
CN110602065A CN201910807376.6A CN201910807376A CN110602065A CN 110602065 A CN110602065 A CN 110602065A CN 201910807376 A CN201910807376 A CN 201910807376A CN 110602065 A CN110602065 A CN 110602065A
Authority
CN
China
Prior art keywords
media stream
compressed format
rtmp
mpeg4
format
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910807376.6A
Other languages
Chinese (zh)
Inventor
周志文
纪向晴
谭金铭
梁智游
朱宇翔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHENZHEN MAPGOO TECHNOLOGY Co Ltd
Original Assignee
SHENZHEN MAPGOO TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHENZHEN MAPGOO TECHNOLOGY Co Ltd filed Critical SHENZHEN MAPGOO TECHNOLOGY Co Ltd
Priority to CN201910807376.6A priority Critical patent/CN110602065A/en
Publication of CN110602065A publication Critical patent/CN110602065A/en
Pending legal-status Critical Current

Links

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/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
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/65Network streaming protocols, e.g. real-time transport protocol [RTP] or real-time control protocol [RTCP]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The embodiment of the invention discloses a live streaming method and a live streaming device, which are applied to a media streaming server, and the method comprises the following steps: acquiring a media stream acquired by media stream acquisition equipment in real time, wherein the media stream is in an MPEG4 compression format; converting the media stream in the MPEG4 compressed format into a media stream in a compressed format capable of being transmitted by the RTMP protocol; packaging the converted media stream into RTMP packets; and sending the RTMP packet to the media stream playing device. On the basis of not changing the original standard protocol of the media stream acquisition equipment, the media stream server converts the media stream in the MPEG4 compression format output by the media stream acquisition equipment into the media stream in the compression format which can be transmitted by the RTMP protocol, and then encapsulates the converted media stream into the RTMP packet to be issued, so that the media stream acquisition equipment which only supports the MPEG4 compression format can multiplex various advantages of the RTMP protocol for live broadcasting.

Description

Live broadcast stream pushing method and device
Technical Field
The invention relates to the field of live broadcasting, in particular to a live broadcasting stream pushing method and device.
Background
The RTMP (Real Time Messaging Protocol) is a streaming media transport Protocol, and is widely used in the current live broadcast due to its low delay, almost open source, and multi-terminal support.
At present, many media stream collecting devices such as monitoring devices only support the encoding method of MPEG4(Moving Pictures Experts Group), and there are also a lot of manufacturers that only support the encoding method of MPEG4 due to various reasons such as the limitation of the encoding capability of the devices, and use RTP/RTCP or proprietary protocols to live the media streams on such devices.
However, the existing RTMP protocol does not support the transmission of the media stream in the MPEG4 compression format, and thus, a media stream capture device supporting only the MPEG4 compression format cannot multiplex the various advantages of the RTMP protocol for live broadcasting.
Disclosure of Invention
In view of the above technical problems, embodiments of the present invention provide a live streaming method and apparatus.
A first aspect of an embodiment of the present invention provides a live streaming method, which is applied to a media stream server, where the media stream server is used to switch a media stream acquisition device and a media stream playing device, and the method includes:
acquiring a media stream acquired by the media stream acquisition equipment in real time, wherein the media stream is in an MPEG4 compression format;
converting the MPEG4 compressed format media stream into a compressed format media stream capable of being transmitted by RTMP protocol;
packaging the converted media stream into RTMP packets;
and sending the RTMP packet to the media stream playing equipment.
Optionally, the compression format of the converted media stream is an H264 compression format.
Optionally, the converting the media stream in the MPEG4 compressed format into a media stream in a compressed format capable of being transmitted by an RTMP protocol includes:
and converting the media stream in the MPEG4 compressed format into the media stream in the compressed format capable of being transmitted by the RTMP protocol by adopting an FFMpeg program.
Optionally, the media stream acquired by the media stream server is an RTP packet encapsulated by an RTP protocol.
Optionally, after acquiring the media stream encapsulated by the RTP protocol acquired by the media stream acquiring device in real time, before converting the media stream in the MPEG4 compressed format into the media stream in the compressed format that can be transmitted by the RTMP protocol, the method further includes:
decoding the RTP packet;
the decoded media stream is reassembled to obtain the media stream in the MPEG4 compressed format.
A second aspect of the embodiments of the present invention provides a live streaming apparatus, which is applied to a media stream server, where the media stream server is used to switch a media stream acquisition device and a media stream playing device, and the apparatus includes:
the acquisition module is used for acquiring the media stream acquired by the media stream acquisition equipment in real time, wherein the media stream is in an MPEG4 compression format;
a format conversion module, configured to convert the media stream in the MPEG4 compressed format into a media stream in a compressed format that can be transmitted through an RTMP protocol;
the encapsulation module is used for encapsulating the converted media stream into an RTMP packet;
and the sending module is used for sending the RTMP packet to the media stream playing equipment.
Optionally, the compression format of the converted media stream is an H264 compression format.
Optionally, the format conversion module is specifically configured to:
and converting the media stream in the MPEG4 compressed format into the media stream in the compressed format capable of being transmitted by the RTMP protocol by adopting an FFMpeg program.
Optionally, the media stream acquired by the acquiring module is an RTP packet encapsulated by an RTP protocol.
Optionally, the apparatus further comprises:
a decoding module, configured to decode the RTP packet acquired by the acquisition module;
and the reassembly module is used for reassembling the media stream obtained by decoding to obtain a media stream in an MPEG4 compressed format, and transmitting the media stream in the MPEG4 compressed format to the format conversion module.
In the technical scheme provided by the embodiment of the invention, on the basis of not changing the original standard protocol of the media stream acquisition equipment, the media stream in the MPEG4 compression format output by the media stream acquisition equipment is converted into the media stream in the compression format which can be transmitted by the RTMP protocol through the media stream server, and then the converted media stream is encapsulated into the RTMP packet and is issued, so that the media stream acquisition equipment which only supports the MPEG4 compression format can multiplex various advantages of the RTMP protocol for live broadcasting, therefore, compared with the prior art, the embodiment of the invention can watch the media stream of the media stream acquisition equipment which only supports the MPEG4 coding mode on the media stream playing equipment which supports the RTMP protocol for live broadcasting.
Drawings
Fig. 1 is a schematic diagram of an embodiment of networking of live push streams in an embodiment of the present invention;
fig. 2 is a schematic diagram of an embodiment of a live streaming method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of another embodiment of a live streaming method according to an embodiment of the present invention;
fig. 4 is a schematic diagram of another embodiment of a live streaming method according to an embodiment of the present invention;
fig. 5 is a schematic diagram of an embodiment of a live streaming apparatus according to an embodiment of the present invention;
fig. 6 is a schematic diagram of an embodiment of a live streaming apparatus in an embodiment of the present invention.
Reference numerals: 100: a media streaming server; 200: a media stream acquisition device; 300: a media stream playing device.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that, in the following examples and embodiments, features may be combined with each other without conflict.
Referring to fig. 1, the networking of the live streaming method and apparatus provided in this embodiment includes a media stream server 100, a media stream collecting device 200, and a media stream playing device 300, where the media stream server 100 is configured to switch the media stream collecting device 200 and the media stream playing device 300. The media stream capturing device 200 is used to capture a media stream, which may include audio and/or video. During live broadcasting, after acquiring a media stream, the media stream acquisition device 200 compresses the media stream, and then sends the compressed media stream to the media stream server 100, and the media stream server 100 pushes the media stream to the media stream playing device 300.
The media stream collecting device 200 may be a monitoring device, such as a Camera like an IPC (Internet Protocol Camera), or may be other shooting device, such as a mobile phone.
The media stream playing apparatus 300 may be a terminal with a video playing function, such as a mobile phone, a pad, a desktop, or the like.
Referring to fig. 2, an embodiment of a live streaming method according to an embodiment of the present invention is shown; the live broadcast stream pushing method provided by the embodiment of the invention is applied to the media stream server 100, and can comprise the following steps:
s201: acquiring a media stream acquired by the media stream acquisition equipment 200 in real time, wherein the media stream is in an MPEG4 compression format;
in some embodiments, the media stream acquired by the media stream server 100 is an RTP packet encapsulated by an RTP Protocol (Real-time Transport Protocol), that is, the media stream output by the media stream acquisition device 200 is an RTP packet encapsulated by the RTP Protocol; it is understood that in other embodiments, the media stream output by the media stream capture device 200 may also be other protocols such as RTCP (Real-time Transport Control Protocol) or proprietary protocols.
S202: converting the media stream in the MPEG4 compressed format into a media stream in a compressed format capable of being transmitted by the RTMP protocol;
among other things, the RTMP protocol can support media stream transmission in a plurality of compression formats, such as H264 (i.e., h.264) compression format. In this embodiment, the compressed format of the converted media stream is an H264 compressed format, so as to support more media stream playing devices 300 to play.
Optionally, when the media stream in the MPEG4 compressed format is converted into the media stream in the compressed format that can be transmitted by the RTMP protocol, an FFMpeg (Fast Forward MPEG, audio and video open source library) program is used to convert the media stream in the MPEG4 compressed format into the media stream in the compressed format that can be transmitted by the RTMP protocol, that is, the existing FFMpeg program is used to convert the media stream in the MPEG4 compressed format into the media stream in the compressed format that can be transmitted by the RTMP protocol, which is convenient and Fast. It will be appreciated that custom programs may also be employed to convert the MPEG4 compressed format media stream into a compressed format media stream capable of being transported via the RTMP protocol.
In the embodiment of the present invention, the FFMpeg program is directly loaded on the media streaming server 100; it is understood that, in other embodiments, the FFMpeg program may also be loaded on other devices, the media stream server 100 is in communication with the device loaded with the FFMpeg program, the media stream obtained by the media stream server 100 in step S201 is sent to the device loaded with the FFMpeg program, the device loaded with the FFMpeg program transcodes the received media stream, that is, in the device loaded with the FFMpeg program, the media stream in the MPEG4 compression format is converted into a media stream in a compression format capable of being transmitted by the RTMP protocol, and then the device loaded with the FFMpeg program sends the media stream in the compression format capable of being transmitted by the RTMP protocol to the media stream server 100.
Optionally, the media stream acquired by the media stream server 100 is an RTP packet encapsulated by an RTP Protocol (Real-time Transport Protocol), please refer to fig. 3, where after acquiring the media stream encapsulated by the RTP Protocol acquired by the media stream acquisition device 200 in Real time, before converting the media stream in the MPEG4 compressed format into a media stream in a compressed format that can be transmitted by the RTMP Protocol, the live streaming method may further include the following steps:
s301: decoding the RTP packet;
optionally, the RTP packet acquired by the media streaming server 100 is an encrypted RTP packet, and decoding the RTP packet may include: the RTP packet acquired by the media streaming server 100 is decrypted. Of course, decoding the RTP packet may also include other operations, which are not illustrated in the embodiment of the present invention.
S302: the decoded media stream is reassembled to obtain the media stream in the MPEG4 compressed format.
In this embodiment, the media stream obtained by decoding is reassembled so that the media stream is restored, that is, the media stream in the MPEG4 compressed format obtained in step S302 is the same as the media stream collected by the media stream collection device 200 in real time.
S203: packaging the converted media stream into RTMP packets;
that is, the RTMP protocol is used to encapsulate the media stream (e.g., the media stream in the H264 compression format) obtained in step S202 after the compression format conversion, so as to obtain an RTMP packet. The media stream is encapsulated by using the RTMP protocol, which is a conventional technique, and this is not described in the embodiments of the present invention.
S204: and sending the RTMP packet to the media stream playing device 300.
In some embodiments, the media streaming server 100 directly transmits the RTMP packet obtained in step S203 to the media streaming playing device 300 currently in communication connection with the media streaming server 100.
In some embodiments, before the media streaming server 100 sends the RTMP packet obtained in step S203 to the media streaming playing apparatus 300, the method further includes: receiving a live broadcast request sent by the media stream playing device 300, where the live broadcast request carries the device identifier of the media stream collecting device 200 corresponding to the media stream to be live broadcast and the device identifier of the media stream playing device 300. The device identification may include an ID (identity information) or other device information.
In an embodiment, referring to fig. 3, the live streaming method includes the following steps:
(1) receiving an RTP packet sent by the media stream collecting device 200, where a media stream in the RTP packet is in an MPEG4 compression format;
(2) decoding the RTP packet;
(3) reassembling the media stream obtained by decoding to obtain a media stream in an MPEG4 compression format;
(4) transcoding the media stream in the MPEG4 compressed format obtained in the step (3) by using an FFMpeg program to obtain a media stream in an H264 compressed format;
(5) packaging the media stream in the H264 compression format into an RTMP packet by utilizing an RTMP protocol;
(6) and issuing the RTMP packet, and repeating the steps (1) to (6).
The above describes the live streaming method in the embodiment of the present invention, and in correspondence to the live streaming method in the above embodiment, an embodiment of the present invention further provides a live streaming device, and the live streaming device in the embodiment of the present invention is described below with reference to fig. 4, where the live streaming device includes:
an obtaining module, configured to obtain a media stream collected by the media stream collection device 200 in real time, where the media stream is in an MPEG4 compressed format;
the format conversion module is used for converting the media stream in the MPEG4 compressed format into the media stream in the compressed format which can be transmitted by the RTMP protocol;
the encapsulation module is used for encapsulating the converted media stream into an RTMP packet;
a sending module, configured to send the RTMP packet to the media stream playing device 300.
Optionally, the compression format of the converted media stream is an H264 compression format.
Optionally, the format conversion module is specifically configured to:
the FFMpeg program is used to convert a media stream in MPEG4 compressed format into a media stream in compressed format that can be transported via the RTMP protocol.
Optionally, the media stream acquired by the acquiring module is an RTP packet encapsulated by an RTP protocol.
Optionally, the apparatus further comprises:
a decoding module, configured to decode the RTP packet acquired by the acquisition module;
and the reassembly module is used for reassembling the media stream obtained by decoding to obtain the media stream in the MPEG4 compressed format, and transmitting the media stream in the MPEG4 compressed format to the format conversion module.
The implementation process of the functions and actions of each module in the above device is specifically described in the implementation process of the corresponding step in the above method, and is not described herein again.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the invention. One of ordinary skill in the art can understand and implement it without inventive effort.
According to the live broadcast stream pushing method and device, on the basis that the original standard protocol of the media stream acquisition equipment 200 is not changed, the media stream server 100 converts the media stream in the MPEG4 compression format output by the media stream acquisition equipment 200 into the media stream in the compression format capable of being transmitted by the RTMP protocol, and then encapsulates the converted media stream into the RTMP packet to be issued, so that the media stream acquisition equipment 200 only supporting the MPEG4 compression format can multiplex various advantages of the RTMP protocol for live broadcast, and therefore compared with the prior art, the embodiment of the invention can watch the media stream of the media stream acquisition equipment 200 only supporting the MPEG4 coding mode on the media stream playing equipment 300 only supporting the RTMP protocol for live broadcast.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A live broadcast stream pushing method is applied to a media stream server, the media stream server is used for switching media stream acquisition equipment and media stream playing equipment, and the method is characterized by comprising the following steps:
acquiring a media stream acquired by the media stream acquisition equipment in real time, wherein the media stream is in an MPEG4 compression format;
converting the MPEG4 compressed format media stream into a compressed format media stream capable of being transmitted by RTMP protocol;
packaging the converted media stream into RTMP packets;
and sending the RTMP packet to the media stream playing equipment.
2. The method of claim 1, wherein the compressed format of the converted media stream is an H264 compressed format.
3. The method according to claim 1 or 2, wherein said converting said MPEG4 compressed format media stream into a compressed format media stream capable of being transported by the RTMP protocol comprises:
and converting the media stream in the MPEG4 compressed format into the media stream in the compressed format capable of being transmitted by the RTMP protocol by adopting an FFMpeg program.
4. The method according to claim 1, wherein the media stream acquired by the media stream server is an RTP packet encapsulated by an RTP protocol.
5. The method according to claim 4, wherein after the acquiring the RTP protocol encapsulated media stream collected by the media stream collecting device in real time, before converting the MPEG4 compressed format media stream into a compressed format media stream capable of being transmitted by RTMP protocol, further comprises:
decoding the RTP packet;
the decoded media stream is reassembled to obtain the media stream in the MPEG4 compressed format.
6. A live broadcast stream pushing device is applied to a media stream server, the media stream server is used for switching media stream acquisition equipment and media stream playing equipment, and the live broadcast stream pushing device is characterized by comprising:
the acquisition module is used for acquiring the media stream acquired by the media stream acquisition equipment in real time, wherein the media stream is in an MPEG4 compression format;
a format conversion module, configured to convert the media stream in the MPEG4 compressed format into a media stream in a compressed format that can be transmitted through an RTMP protocol;
the encapsulation module is used for encapsulating the converted media stream into an RTMP packet;
and the sending module is used for sending the RTMP packet to the media stream playing equipment.
7. The apparatus of claim 6, wherein the compressed format of the converted media stream is an H264 compressed format.
8. The apparatus according to claim 6 or 7, wherein the format conversion module is specifically configured to:
and converting the media stream in the MPEG4 compressed format into the media stream in the compressed format capable of being transmitted by the RTMP protocol by adopting an FFMpeg program.
9. The apparatus according to claim 6, wherein the media stream acquired by the acquiring module is an RTP packet encapsulated by an RTP protocol.
10. The apparatus of claim 9, further comprising:
a decoding module, configured to decode the RTP packet acquired by the acquisition module;
and the reassembly module is used for reassembling the media stream obtained by decoding to obtain a media stream in an MPEG4 compressed format, and transmitting the media stream in the MPEG4 compressed format to the format conversion module.
CN201910807376.6A 2019-08-29 2019-08-29 Live broadcast stream pushing method and device Pending CN110602065A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910807376.6A CN110602065A (en) 2019-08-29 2019-08-29 Live broadcast stream pushing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910807376.6A CN110602065A (en) 2019-08-29 2019-08-29 Live broadcast stream pushing method and device

Publications (1)

Publication Number Publication Date
CN110602065A true CN110602065A (en) 2019-12-20

Family

ID=68856298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910807376.6A Pending CN110602065A (en) 2019-08-29 2019-08-29 Live broadcast stream pushing method and device

Country Status (1)

Country Link
CN (1) CN110602065A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111478915A (en) * 2020-04-14 2020-07-31 广州酷狗计算机科技有限公司 Live broadcast data stream pushing method and device, terminal and storage medium
CN112533006A (en) * 2020-11-05 2021-03-19 深圳市咪码科技有限公司 Communication method and device for live broadcast platform and VOIP terminal

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103916678A (en) * 2012-12-31 2014-07-09 中国移动通信集团广东有限公司 Multimedia data transcoding method, transcoding device and multimedia data play system
CN105025327A (en) * 2015-07-14 2015-11-04 福建富士通信息软件有限公司 Method and system for live broadcast of mobile terminal
CN105791884A (en) * 2016-03-07 2016-07-20 读者出版传媒股份有限公司 Streaming media live broadcast method and streaming media live broadcast system
CN105898620A (en) * 2015-11-26 2016-08-24 乐视移动智能信息技术(北京)有限公司 Multimedia real-time live broadcast method and device
US20170093939A1 (en) * 2015-09-24 2017-03-30 Flir Commercial Systems, Inc. Real-time video streaming to client video element

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103916678A (en) * 2012-12-31 2014-07-09 中国移动通信集团广东有限公司 Multimedia data transcoding method, transcoding device and multimedia data play system
CN105025327A (en) * 2015-07-14 2015-11-04 福建富士通信息软件有限公司 Method and system for live broadcast of mobile terminal
US20170093939A1 (en) * 2015-09-24 2017-03-30 Flir Commercial Systems, Inc. Real-time video streaming to client video element
CN105898620A (en) * 2015-11-26 2016-08-24 乐视移动智能信息技术(北京)有限公司 Multimedia real-time live broadcast method and device
CN105791884A (en) * 2016-03-07 2016-07-20 读者出版传媒股份有限公司 Streaming media live broadcast method and streaming media live broadcast system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111478915A (en) * 2020-04-14 2020-07-31 广州酷狗计算机科技有限公司 Live broadcast data stream pushing method and device, terminal and storage medium
CN112533006A (en) * 2020-11-05 2021-03-19 深圳市咪码科技有限公司 Communication method and device for live broadcast platform and VOIP terminal
CN112533006B (en) * 2020-11-05 2023-02-28 深圳市咪码科技有限公司 Communication method and device for live broadcast platform and VOIP terminal

Similar Documents

Publication Publication Date Title
KR102000666B1 (en) Interface apparatus and method for transmitting and receiving media data
CN107846633B (en) Live broadcast method and system
JP3931595B2 (en) Data correction apparatus and data correction method
CN104053014B (en) Live broadcast system and method based on mobile terminal and mobile terminal
EP2987330B1 (en) Method and apparatus for transmitting media data in multimedia transport system
CN1910926B (en) Method and apparatus for handling video communication errors
RU2510908C2 (en) Description of aggregated units of media data with backward compatibility
CN102263959B (en) Direct broadcast transfer method and system
CN101895750B (en) Set-top box and PC-oriented real-time streaming media server and working method
EP3295674A1 (en) Transferring media data using a websocket subprotocol
JP6377784B2 (en) A method for one-to-many audio-video streaming with audio-video synchronization capture
CN112752115B (en) Live broadcast data transmission method, device, equipment and medium
EP3643032B1 (en) Apparatuses and methods for live uplink adaptive streaming
WO2017122544A1 (en) Data-processing device and data-processing method
CN102404646A (en) Wireless television live broadcasting system and live broadcasting method thereof
KR20150145687A (en) Scheme for packet compression in ip based broadcast network
CN110602065A (en) Live broadcast stream pushing method and device
CN108632679B (en) A kind of method that multi-medium data transmits and a kind of view networked terminals
CN113132686A (en) Local area network video monitoring implementation method based on domestic linux system
CN111083510A (en) Method and device for pushing HEVC (high efficiency video coding) video
CN116074544A (en) Multi-platform live broadcast method, system, equipment and medium
CN108124183B (en) Method for synchronously acquiring video and audio to perform one-to-many video and audio streaming
CN101193105A (en) A media stream transmission/switching method
CN104869474A (en) Expansible mobile streaming media system and application method thereof
CN113645485A (en) Method and device for realizing conversion from any streaming media protocol to NDI (network data interface)

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191220