Movatterモバイル変換


[0]ホーム

URL:


CN105451100A - Method and device for playing video streams - Google Patents

Method and device for playing video streams
Download PDF

Info

Publication number
CN105451100A
CN105451100ACN201510883328.7ACN201510883328ACN105451100ACN 105451100 ACN105451100 ACN 105451100ACN 201510883328 ACN201510883328 ACN 201510883328ACN 105451100 ACN105451100 ACN 105451100A
Authority
CN
China
Prior art keywords
frame
video
delay
time
received
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510883328.7A
Other languages
Chinese (zh)
Other versions
CN105451100B (en
Inventor
胡海
陈正超
周平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guiyang Longmaster Information and Technology Co ltd
Original Assignee
Guiyang Longmaster Information and 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 Guiyang Longmaster Information and Technology Co ltdfiledCriticalGuiyang Longmaster Information and Technology Co ltd
Priority to CN201510883328.7ApriorityCriticalpatent/CN105451100B/en
Publication of CN105451100ApublicationCriticalpatent/CN105451100A/en
Application grantedgrantedCritical
Publication of CN105451100BpublicationCriticalpatent/CN105451100B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention discloses a method and a device for playing video streams. The method comprises the following steps: receiving video frames, calculating a maximum value in network delays of the received video frames, and putting the received video frames into a video frame buffer queue; and reading an earliest video frame from the video frame buffer queue according to time stamps of the video frames, calculating playing time for the read video frame, and removing the read video frame from the video frame buffer queue and performing decoding and playing if current time is greater than or equal to the playing time of the read video frame, wherein the playing time= (time stamp time of the video frame) + (the maximum value in the network delays of the received video frames). Through adoption of the method and the device, sequential playing of the video frames can be ensured under the condition of ensuring that a quantity of buffered video frames is as small as possible; the video frame playing continuity is ensured; and the timeliness of video frame playing is ensured.

Description

A kind of method of displaying video stream and device
Technical field
The present invention relates to stream media technology, espespecially a kind of method of displaying video stream and device.
Background technology
Stream media technology (streamingmediatechnology) be a kind of can make the multimedia such as audio frequency, video on internet and intranet with real-time, carry out without the need to downloading the mode waited for the technology play.Video flowing (videostream) is the video data play in stream media technology.Frame of video (videoframe) is the component units of video flowing, and a frame of video is exactly the data after a sub-picture digitlization, and video flowing is made up of continuous print frame of video one by one.
Stream media technology more and more receives an acclaim in multimedia technology field without the need to downloading the characteristic waited for because of it, plays more and more important effect in numerous occasion.Wherein, the buffering of video flowing and to play be an important technology in stream media technology field, the quality of its mechanism directly affects the perception performances such as instantaneity that video data plays and fluency.
Video stream data is rearranged in order by frame of video one by one, in the process through Internet Transmission, due to the unsteadiness of network, the order receiving frame of video may be different with the order produced when gathering, therefore, the terminal of receiver, video stream needs to sort to frame of video, and the order produced when then gathering according to frame of video is play.And the frame of video received is sorted just need to carry out buffer memory to frame of video, the number of the quantity of the frame of video of buffer memory will affect the instantaneity of broadcasting.And buffer memory should under the prerequisite that ensure playing sequence the try one's best few buffered video frame machine-processed with broadcasting that good.
Summary of the invention
In order to solve the problems of the technologies described above, the invention provides a kind of method and device of displaying video stream, when ensureing as far as possible few buffered video frame, the played in order of frame of video can be ensured.
In order to reach the object of the invention, the invention provides a kind of method of displaying video stream, comprising:
Receiver, video frame, calculates the maximum in the network delay of the frame of video received, the frame of video received is put into frame of video buffer queue;
Timestamp according to frame of video reads time frame of video the earliest from frame of video buffer queue, for the frame of video read out calculates reproduction time, if current time is more than or equal to the reproduction time of the frame of video read out, then the frame of video read out is removed from frame of video buffer queue and carry out decoding and play; Wherein, described reproduction time=frame of video timestamp time+the described frame of video received network delay in maximum.
Further, the maximum in the network delay of the frame of video that described calculating has received, comprising:
According to MaxDelay=delay1+ MaxDelayDelta calculates the maximum in the network delay of the frame of video received, and wherein, MaxDelay is the maximum in the network delay of the frame of video received, and MaxDelayDelta is Max{delay1-delay1, delay2-delay1..., delayn-delay1, n>=1, delay1for the network delay of first frame of video received, delaynfor the network delay of the n-th frame of video received.
Further, the described frame of video for reading out calculates reproduction time, comprising:
According to rti=at1+ (tsi-ts1)+MaxDelayDelta calculates described reproduction time, wherein, 1≤i≤n, rtifor the reproduction time of i-th frame of video received, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
Further, according to delayi-delay1=(ati-at1)-(tsi-ts1) calculate described MaxDelayDelta, wherein, 1≤i≤n, delayifor the network delay of i-th frame of video received, atifor receiving the time of i-th frame of video, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
Further, described receiver, video frame, comprising:
If what receive is first frame of video, then record the timestamp time ts of first frame of video1with the time at receiving first frame of video1, and frame of video is put into frame of video buffer queue; If what receive is subsequent video frame, then according to delayi-delay1computing network time delay relative value, and recalculate the maximum MaxDelayDelta in the network delay relative value of all frame of video received, then frame of video is put into frame of video buffer queue.
Further, a kind of device of displaying video stream, comprising: receiving element, the first computing unit, broadcast unit and the second computing unit, wherein:
Described receiving element, for receiver, video frame, puts into frame of video buffer queue by the frame of video received;
Described first computing unit, for calculating the maximum in the network delay of the frame of video that described receiving element has received;
Described broadcast unit, for reading time frame of video the earliest according to the timestamp of frame of video from frame of video buffer queue, if current time is more than or equal to the reproduction time of the frame of video read out, then the frame of video read out is removed from frame of video buffer queue and carry out decoding and play;
Described second computing unit, calculates reproduction time for the frame of video that reads out for described broadcast unit, wherein, the timestamp of described reproduction time=frame of video time+the described frame of video received network delay in maximum.
Further, described first computing unit calculates the maximum in the network delay of the frame of video received, and comprising:
According to MaxDelay=delay1+ MaxDelayDelta calculates the maximum in the network delay of the frame of video received, and wherein, MaxDelay is the maximum in the network delay of the frame of video received, and MaxDelayDelta is Max{delay1-delay1, delay2-delay1..., delayn-delay1, n>=1, delay1for the network delay of first frame of video received, delaynfor the network delay of the n-th frame of video received.
Further, described second computing unit is that the frame of video that described broadcast unit reads out calculates reproduction time, comprising:
According to rti=at1+ (tsi-ts1)+MaxDelayDelta calculates described reproduction time, wherein, 1≤i≤n, rtifor the reproduction time of i-th frame of video received, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
Further, described first computing unit, also for according to delayi-delay1=(ati-at1)-(tsi-ts1) calculate described MaxDelayDelta, wherein, 1≤i≤n, delayifor the network delay of i-th frame of video received, atifor receiving the time of i-th frame of video, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
Further, described receiving element receiver, video frame, comprising:
If what receive is first frame of video, then record the timestamp time ts of first frame of video1with the time at receiving first frame of video1, and frame of video is put into frame of video buffer queue; If what receive is subsequent video frame, then indicate described first computing unit according to delayi-delay1computing network time delay relative value, and recalculate the maximum MaxDelayDelta in the network delay relative value of all frame of video received, then frame of video is put into frame of video buffer queue.
Compared with prior art, the present invention includes receiver, video frame, calculate the maximum in the network delay of the frame of video received, the frame of video received is put into frame of video buffer queue; Timestamp according to frame of video reads time frame of video the earliest from frame of video buffer queue, for the frame of video read out calculates reproduction time, if current time is more than or equal to the reproduction time of the frame of video read out, then the frame of video read out is removed from frame of video buffer queue and carry out decoding and play; Wherein, described reproduction time=frame of video timestamp time+the described frame of video received network delay in maximum.The present invention when ensureing the quantity of as far as possible few buffered video frame, can ensure again the played in order of frame of video simultaneously, both having ensured that presentation of video frames continuity in turn ensure that the instantaneity of presentation of video frames.
Other features and advantages of the present invention will be set forth in the following description, and, partly become apparent from specification, or understand by implementing the present invention.Object of the present invention and other advantages realize by structure specifically noted in specification, claims and accompanying drawing and obtain.
Accompanying drawing explanation
Accompanying drawing is used to provide the further understanding to technical solution of the present invention, and forms a part for specification, is used from and explains technical scheme of the present invention, do not form the restriction to technical solution of the present invention with the embodiment one of the application.
Fig. 1 is the flow chart of the method for displaying video stream of the present invention;
Fig. 2 is the Organization Chart of the device of displaying video stream of the present invention.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly understand, hereinafter will be described in detail to embodiments of the invention by reference to the accompanying drawings.It should be noted that, when not conflicting, the embodiment in the application and the feature in embodiment can combination in any mutually.
Can perform in the computer system of such as one group of computer executable instructions in the step shown in the flow chart of accompanying drawing.Further, although show logical order in flow charts, in some cases, can be different from the step shown or described by order execution herein.
As shown in Figure 1, the method for displaying video stream of the present invention, comprising:
Step 101: receiver, video frame, calculates the maximum in the network delay of the frame of video received, the frame of video received is put into frame of video buffer queue;
The present invention calculates the maximum in the network delay of the frame of video received, and comprising: according to MaxDelay=delay1+ MaxDelayDelta calculates the maximum in the network delay of the frame of video received, and wherein, MaxDelay is the maximum in the network delay of the frame of video received, and MaxDelayDelta is Max{delay1-delay1, delay2-delay1..., delayn-delay1, n>=1, delay1for the network delay of first frame of video received, delaynfor the network delay of the n-th frame of video received.
Suppose that the timestamp time of first frame of video (frame of video 1) when gathering received is ts1, the timestamp time of frame of video 2 when gathering is ts2, the time that frame of video 1 arrives receiving terminal is at1(also namely receiving the time of first frame of video), the time that frame of video 2 arrives receiving terminal is at2.
The network delay delay of frame of video 11be: delay1=at1-ts1;
The network delay delay of frame of video 22be: delay2=at2-ts2;
By that analogy, the network delay of frame of video n is: delayn=atn-tsn.
The maximum calculated in the network delay of the frame of video received can, after the network delay calculating each frame of video received, adopt the method compared to obtain the maximum of network delay.
The present invention also can by calculating each network delay relative to delay1the maximum of difference, then adding delay1the network delay of frame of video that received of method in maximum.That is:
Max{delay1,delay2,...,delayn}=delay1+Max{delay1-delay1,delay2-delay1,...,delayn-delay1}。
Step 102: the timestamp according to frame of video reads time frame of video the earliest from frame of video buffer queue, for the frame of video read out calculates reproduction time; Wherein, reproduction time=frame of video timestamp time+network delay of frame of video that received in maximum;
Frame of video generally understands affix acquisition time when gathering, and acquisition time is called timestamp, and the time sequencing that each frame of video gathers and interval can be known by timestamp in one end of receiver, video stream.Receiving terminal can obtain the time of each frame of video in transmission over networks, i.e. network delay by the difference calculating time when receiving each frame of video and acquisition time.Due to the unsteadiness of network, the network delay of each frame of video is generally different.By calculating, the maximum in the network delay of each frame of video can be obtained, this maximum delay adds that the acquisition time of frame of video is necessarily greater than or equal to the time that frame of video arrives receiving terminal, using the timestamp time of each frame of video, receiving terminal adds that the maximum of network delay just can ensure before reproduction time reaches, necessarily have received the frame that will play as the reproduction time of frame of video, also just ensure that the continuity that frame is play.
The timestamp time of the frame of video that can just read in the present invention is directly added with the maximum in the network delay of the frame of video calculated the reproduction time obtaining the frame of video read.
When calculating the maximum in the network delay of frame of video received, if adopt Max{delay1, delay2..., delayn}=delay1+ Max{delay1-delay1, delay2-delay1..., delayn-delay1, also can according to rti=at1+ (tsi-ts1)+MaxDelayDelta calculates the reproduction time of frame of video read, wherein, 1≤i≤n, rtifor the reproduction time of i-th frame of video received, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
If Max{delay1-delay1, delay2-delay1..., delayn-delay1}=MaxDelayDelta, so the maximum MaxDelay of network delay is:
MaxDelay=delay1the reproduction time rt of+MaxDelayDelta, frame of video iibe then:
rti=tsi+delay1+MaxDelayDelta=tsi+(at1-ts1)+MaxDelayDelta
=at1+(tsi-ts1)+MaxDelayDelta。
Reproduction time can be calculated without the need to receiving terminal and collection terminal clock synchronous by the method.
Further, the present invention can according to delayi-delay1=(ati-at1)-(tsi-ts1) calculate MaxDelayDelta, wherein, 1≤i≤n, delayifor the network delay of i-th frame of video received, atifor receiving the time of i-th frame of video, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
The network delay of frame of video i (1≤i≤n) is relative to delay1difference be:
Delayi-delay1=(ati-tsi)-(at1-ts1)=(ati-at1)-(tsi-ts1), that is:
delayi-delay1=(ati-at1)-(tsi-ts1)。
By this conversion, avoid the receiving terminal clock problem that cause calculating inaccurate asynchronous with collection terminal clock.
Step 103: if current time is more than or equal to the reproduction time of the frame of video read out, then remove the frame of video read out and carry out decoding and play from frame of video buffer queue.
Below with according to rti=at1+ (tsi-ts1) to calculate the reproduction time of frame of video read be that example further illustrates method of the present invention to+MaxDelayDelta.
Step a: frame of video receiving thread is from network reception frame of video, if first time receives frame of video just record its timestamp ts1with the time at arrived1, and put it into frame of video buffer queue; Frame of video is received, then computing network time delay relative value delay if not first timei-delay1, and recalculate the maximum MaxDelayDelta of the network delay relative value of all frames received, finally put it into frame of video buffer queue;
The size of temporally being stabbed by frame of video i is inserted into frame of video buffer queue, ensures that the size that queue is temporally stabbed arranges.
Step b: presentation of video frames thread reads the oldest frame of video of timestamp, according to rt from frame of video buffer queuei=at1+ (tsi-ts1)+MaxDelayDelta calculates its reproduction time;
Step c: if current time is more than or equal to the reproduction time of the frame of video of reading, removes this frame of video and carries out decoding and play, otherwise continue to wait for from queue.
As shown in Figure 2, present invention also offers a kind of device of displaying video stream, comprising: receiving element, the first computing unit, broadcast unit and the second computing unit, wherein:
Receiving element, for receiver, video frame, puts into frame of video buffer queue by the frame of video received;
First computing unit, for calculating the maximum in the network delay of the frame of video that receiving element has received;
Broadcast unit, for reading time frame of video the earliest according to the timestamp of frame of video from frame of video buffer queue, if current time is more than or equal to the reproduction time of the frame of video read out, then the frame of video read out is removed from frame of video buffer queue and carry out decoding and play;
Second computing unit, calculates reproduction time for the frame of video that reads out for broadcast unit, wherein, the timestamp of reproduction time=frame of video time+network delay of frame of video that received in maximum.
Further, the first computing unit calculates the maximum in the network delay of the frame of video received, and comprising:
According to MaxDelay=delay1+ MaxDelayDelta calculates the maximum in the network delay of the frame of video received, and wherein, MaxDelay is the maximum in the network delay of the frame of video received, and MaxDelayDelta is Max{delay1-delay1, delay2-delay1..., delayn-delay1, n>=1, delay1for the network delay of first frame of video received, delaynfor the network delay of the n-th frame of video received.
Further, the second computing unit is that the frame of video that broadcast unit reads out calculates reproduction time, comprising:
According to rti=at1+ (tsi-ts1)+MaxDelayDelta calculates reproduction time, wherein, 1≤i≤n, rtifor the reproduction time of i-th frame of video received, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
Further, the first computing unit, also for according to delayi-delay1=(ati-at1)-(tsi-ts1) calculate MaxDelayDelta, wherein, 1≤i≤n, delayifor the network delay of i-th frame of video received, atifor receiving the time of i-th frame of video, at1for receiving the time of first frame of video, tsifor the timestamp time of i-th frame of video received, ts1for the timestamp time of first frame of video received.
Further, receiving element receiver, video frame, comprising:
If what receive is first frame of video, then record the timestamp time ts of first frame of video1with the time at receiving first frame of video1, and frame of video is put into frame of video buffer queue; If what receive is subsequent video frame, then indicate the first computing unit according to delayi-delay1computing network time delay relative value, and recalculate the maximum MaxDelayDelta in the network delay relative value of all frame of video received, then frame of video is put into frame of video buffer queue.
Although the execution mode disclosed by the present invention is as above, the execution mode that described content only adopts for ease of understanding the present invention, and be not used to limit the present invention.Those of skill in the art belonging to any the present invention; under the prerequisite not departing from the spirit and scope disclosed by the present invention; any amendment and change can be carried out in the form implemented and details; but scope of patent protection of the present invention, the scope that still must define with appending claims is as the criterion.

Claims (10)

CN201510883328.7A2015-12-072015-12-07A kind of method and device playing video flowingActiveCN105451100B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201510883328.7ACN105451100B (en)2015-12-072015-12-07A kind of method and device playing video flowing

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201510883328.7ACN105451100B (en)2015-12-072015-12-07A kind of method and device playing video flowing

Publications (2)

Publication NumberPublication Date
CN105451100Atrue CN105451100A (en)2016-03-30
CN105451100B CN105451100B (en)2019-04-09

Family

ID=55560814

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201510883328.7AActiveCN105451100B (en)2015-12-072015-12-07A kind of method and device playing video flowing

Country Status (1)

CountryLink
CN (1)CN105451100B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110730364A (en)*2019-10-142020-01-24广州微算互联信息技术有限公司Cloud mobile phone data transmission method and device and storage medium
CN112911389A (en)*2021-01-182021-06-04浙江大华技术股份有限公司Video playing switching method, electronic equipment and computer storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1529501A (en)*2003-10-172004-09-15中兴通讯股份有限公司Video data network ditter elimlating method for H.323 conference television system
CN101742333A (en)*2009-12-172010-06-16中兴通讯股份有限公司Stable output method of media data and device
CN102131106A (en)*2010-12-222011-07-20华为技术有限公司 Method, device and system for playing streaming media content
CN102469356A (en)*2010-11-052012-05-23乐金电子(中国)研究开发中心有限公司Network television video playing method and network television video receiving end
CN102905128A (en)*2012-09-072013-01-30武汉长江通信产业集团股份有限公司Code rate controlling method of coding and decoding processor in wireless video transmission process
CN103402136A (en)*2013-07-292013-11-20重庆大学Self-adaptive cache adjustment control method and device and self-adaptive player
CN103747317A (en)*2013-12-272014-04-23高新兴科技集团股份有限公司A smooth playing control method of a play database in an instable network
CN103916716A (en)*2013-01-082014-07-09北京信威通信技术股份有限公司Code rate smoothing method of video live transmission through wireless network
CN104144312A (en)*2013-05-092014-11-12腾讯科技(深圳)有限公司Video processing method and related device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1529501A (en)*2003-10-172004-09-15中兴通讯股份有限公司Video data network ditter elimlating method for H.323 conference television system
CN101742333A (en)*2009-12-172010-06-16中兴通讯股份有限公司Stable output method of media data and device
CN102469356A (en)*2010-11-052012-05-23乐金电子(中国)研究开发中心有限公司Network television video playing method and network television video receiving end
CN102131106A (en)*2010-12-222011-07-20华为技术有限公司 Method, device and system for playing streaming media content
CN102905128A (en)*2012-09-072013-01-30武汉长江通信产业集团股份有限公司Code rate controlling method of coding and decoding processor in wireless video transmission process
CN103916716A (en)*2013-01-082014-07-09北京信威通信技术股份有限公司Code rate smoothing method of video live transmission through wireless network
CN104144312A (en)*2013-05-092014-11-12腾讯科技(深圳)有限公司Video processing method and related device
CN103402136A (en)*2013-07-292013-11-20重庆大学Self-adaptive cache adjustment control method and device and self-adaptive player
CN103747317A (en)*2013-12-272014-04-23高新兴科技集团股份有限公司A smooth playing control method of a play database in an instable network

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110730364A (en)*2019-10-142020-01-24广州微算互联信息技术有限公司Cloud mobile phone data transmission method and device and storage medium
CN110730364B (en)*2019-10-142021-08-31广州微算互联信息技术有限公司Cloud mobile phone data transmission method and device and storage medium
CN112911389A (en)*2021-01-182021-06-04浙江大华技术股份有限公司Video playing switching method, electronic equipment and computer storage medium
CN112911389B (en)*2021-01-182022-09-06浙江大华技术股份有限公司Video playing switching method, electronic equipment and computer storage medium

Also Published As

Publication numberPublication date
CN105451100B (en)2019-04-09

Similar Documents

PublicationPublication DateTitle
CN101635848B (en)Method and device for editing video file
CN107566889B (en)Audio stream flow velocity error processing method and device, computer device and computer readable storage medium
CN105916058B (en)A kind of streaming media buffer playback method, device and display equipment
JP6617809B2 (en) Decoding device, decoding method, and decoding program
CN101710997A (en)MPEG-2 (Moving Picture Experts Group-2) system based method and system for realizing video and audio synchronization
CN102630017A (en)Method and system for synchronizing mobile multi-media broadcasting and subtitles
US20130114423A1 (en)Packet synchronization receiver
CN113364767B (en)Streaming media data display method and device, electronic equipment and storage medium
CN101202613A (en)Terminal for clock synchronising
CN100473171C (en) A Method of Clock Synchronization in Broadcasting Network
CN108322811A (en)A kind of synchronous method in piano video teaching and system
CN105847961A (en)Audio data processing method and apparatus
CN107371053B (en)Audio and video stream contrast analysis method and device
CN105451100A (en)Method and device for playing video streams
CN102368835A (en)Audio and video Seek synchronization strategy
JP2018182677A (en)Information processing apparatus, information processing method, program, and recording medium manufacturing method
JP2021184641A (en)Method for transmission, transmitter, method for reception, and receiver
CN110753259B (en)Video data processing method and device, electronic equipment and computer readable medium
CN100544448C (en) A Clock Synchronization System for Mobile Multimedia Network
KR102041761B1 (en)Decoding device, reception device, transmission device, transmission/reception system, decoding method, and storage medium having decoding program stored therein
JP5063944B2 (en) Digital broadcast receiver with recording function
JP4364619B2 (en) Multiple video time synchronous display terminal, multiple video time synchronous display method, program, and recording medium
KR100576543B1 (en) Media stream converter and method for providing multimedia service in digital audio broadcasting transmission system
CN106878792A (en) Audio synchronization method for video streaming
CN109120989A (en)The method of retrospect positioning when TS stream broadcasting

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp