CN115802070B - Live broadcast time-shift playing method and related device - Google Patents

Live broadcast time-shift playing method and related device Download PDF

Info

Publication number
CN115802070B
CN115802070B CN202310047995.6A CN202310047995A CN115802070B CN 115802070 B CN115802070 B CN 115802070B CN 202310047995 A CN202310047995 A CN 202310047995A CN 115802070 B CN115802070 B CN 115802070B
Authority
CN
China
Prior art keywords
time
node
playing
shift
live broadcast
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310047995.6A
Other languages
Chinese (zh)
Other versions
CN115802070A (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.)
Guangzhou Qianjun Network Technology Co ltd
Original Assignee
Guangzhou Qianjun Network 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 Guangzhou Qianjun Network Technology Co ltd filed Critical Guangzhou Qianjun Network Technology Co ltd
Priority to CN202310047995.6A priority Critical patent/CN115802070B/en
Publication of CN115802070A publication Critical patent/CN115802070A/en
Application granted granted Critical
Publication of CN115802070B publication Critical patent/CN115802070B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The application discloses a live broadcast time-shift playing method and a related device, which can be used in the field of multimedia, wherein in the method, firstly, a current live broadcast viewable time interval and a time-shift request are acquired; then, based on the back-off time length carried by the time shift request and the current time information, obtaining a target playing time node; then, determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains the time shift playing node; and finally, starting to play the current live broadcast from the time shift playing node. Therefore, the time shift playing node can be determined based on the target playing time node and the obtained viewable time interval, and when the current target playing time node is not in the viewable time interval, the time shift playing node in the viewable time interval can be actively adjusted, so that the situation that video pictures cannot be played or the playing content is repeatedly played is avoided, and the viewing experience of a user is improved.

Description

Live broadcast time-shift playing method and related device
Technical Field
The present disclosure relates to the field of multimedia technologies, and in particular, to a live broadcast time-shift playing method and a related device.
Background
With the popularization of live broadcasting technology, the number of viewers facing live broadcasting is increasing, and in order to meet the needs of the diversity of viewers, live broadcasting time shifting is generated.
Live time shifting is a function of playing back live content at will for a past time, so that a user can watch a missed part by selecting a rollback time length through the live time shifting function at any time when live broadcasting is performed in real time. However, due to possible accidents such as disconnection, incoming call, cutting of a wheat, APP breakdown, etc. in the live broadcast process, the time for which the playable content exists in one live broadcast may be discontinuous, and when the live broadcast time-shifting function is used, the time node corresponding to the rollback duration selected by the user may be in a time interval where the playable content does not exist, so that the problems that the video picture cannot be played or the playback content is repeatedly played, and the viewing experience of the user is affected.
Therefore, how to solve the problems that video pictures cannot be played or the played content is repeated when the time node corresponding to the rollback time selected by the user is in the time interval without the playable content, improves the viewing experience of the user, and becomes the current problem to be solved urgently.
Disclosure of Invention
Based on the above problems, the present application provides a live broadcast time-shift playing method and related device, which can avoid the problems that video pictures cannot be played or that the played content is repeated when a time node corresponding to a rollback duration selected by a user is in a time interval without playable content, and promote user viewing experience.
The embodiment of the application discloses the following technical scheme:
in a first aspect, the present application provides a live time-shift playing method, where the method includes:
acquiring a current live broadcast viewable time interval and a time shift request;
obtaining a target playing time node based on the rollback time length carried by the time shift request and the current time information;
determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains the time shift playing node;
and starting to play the current live broadcast from the time shift playing node.
Optionally, the acquiring the current live viewable time interval includes:
acquiring a current live broadcast on-time node, a live broadcast off-time node and a live broadcast on-time node;
and obtaining the current live broadcast viewable time interval based on the on-time node, the off-time node and the continuous-time node.
Optionally, the determining a time-shifted playing node based on the target playing time node and the viewable time interval includes:
if the target playing time node is in the viewable time interval, determining the target playing time node as a time shift playing node;
and if the target playing time node is not in the viewable time interval, determining the nearest continuous playing time node after the target playing time node as a time shift playing node.
Optionally, the acquiring the on-air time node, the off-air time node and the on-air time node of the current live broadcast includes:
based on a WebSocket monitoring technology, obtaining a current live broadcast state; and based on the live broadcast state, acquiring a current live broadcast on-time node, a live broadcast off-time node and a live broadcast on-time node through an HTTP request.
Optionally, after the playing the current live broadcast from the time shift playing node based on the time shift request, the method further includes:
judging whether the current playing node is in the viewable time interval or not at preset time intervals;
if yes, the current playing node is used as a time shift playing node, and the current live broadcast is continuously played; if not, taking the latest continuous playing time node after the current playing node as a time shift playing node, and continuing to play the current live broadcast.
In a second aspect, the present application provides a live time-shift playing device, the device including: the device comprises an acquisition module, a target playing node determining module, a time shift playing node determining module and a playing module;
the acquisition module is used for acquiring a current live broadcast viewable time interval and a time shift request;
the target playing node determining module is used for obtaining a target playing time node based on the back-off time length carried by the time shift request and the current time information;
the time shift playing node determining module is used for determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains the time shift playing node;
and the playing module is used for playing the current live broadcast from the time shift playing node.
Optionally, the time shift playing node determining module is specifically configured to:
if the target playing time node is in the viewable time interval, determining the target playing time node as a time shift playing node;
and if the target playing time node is not in the viewable time interval, determining the nearest continuous playing time node after the target playing time node as a time shift playing node.
Optionally, the apparatus further comprises: a judging module;
the judging module is used for judging whether the current playing node is in the viewable time interval or not at preset time intervals; if yes, the current playing node is used as a time shift playing node, and the current live broadcast is continuously played; if not, taking the latest continuous playing time node after the current playing node as a time shift playing node, and continuing to play the current live broadcast.
In a third aspect, the present application provides a device for live time-shift playing, where the device for live time-shift playing includes: a memory and a processor;
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the steps of the live time shift playing method of any one of the first aspects according to instructions in the program code.
In a fourth aspect, the present application provides a computer readable storage medium having stored therein computer instructions which, when run on a live time-shift playing device, performs the steps of the live time-shift playing method of any of the first aspects.
Compared with the prior art, the application has the following beneficial effects:
the application provides a live broadcast time-shift playing method, which comprises the steps of firstly, acquiring a current live broadcast viewable time interval and a time-shift request; then, based on the back-off time length carried by the time shift request and the current time information, obtaining a target playing time node; then, determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains the time shift playing node; and finally, starting to play the current live broadcast from the time shift playing node. Therefore, the time shift playing node can be determined based on the target playing time node and the obtained viewable time interval, and when the current target playing time node is not in the viewable time interval, the time shift playing node in the viewable time interval can be actively adjusted, so that the situation that video pictures cannot be played or the playing content is repeatedly played is avoided, and the viewing experience of a user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive faculty for a person skilled in the art.
Fig. 1 is a flowchart of a live broadcast time-shift playing method provided in an embodiment of the present application;
fig. 2 is a flowchart of another live time-shift playing method provided in an embodiment of the present application;
fig. 3 is a schematic diagram of a live time-shift playing device according to an embodiment of the present application.
Description of the embodiments
The live time-shift playing method and the related device can be used in the field of multimedia. The foregoing is merely an example, and the application fields of the live time-shift playing method and the related device provided by the present invention are not limited.
The terms "first," "second," "third," and "fourth" and the like in the description and in the claims and drawings are used for distinguishing between different objects and not for limiting a particular order.
In the embodiments of the present application, words such as "exemplary" or "such as" are used to mean serving as an example, instance, or illustration. Any embodiment or design described herein as "by way of example" or "for example" should not be construed as preferred or advantageous over other embodiments or designs. Rather, the use of words such as "by way of example" or "such as" is intended to present related concepts in a concrete fashion.
The terminology used in the description section of the present application is for the purpose of describing particular embodiments of the present application only and is not intended to be limiting of the present application.
In order to make the present application solution better understood by those skilled in the art, the following description will clearly and completely describe the technical solution in the embodiments of the present application with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Referring to fig. 1, the flowchart of a live time-shift playing method provided in an embodiment of the present application includes:
s101: and acquiring a current live watching time interval and a time shift request.
Currently, live content is more and more abundant, and viewers facing live broadcast are increasing. When the viewer wants to watch the part that has been missed in the current live, it is often necessary to wait for the playback to be watched after the live is finished, and in order to subtract the waiting time, live time shifting occurs.
Live time shifting is a function of playing back live content at random for the past time, so that a user can select a back-off time length to watch a missed portion at any time by, for example, dragging a progress bar of the time shifting when live broadcasting is performed in real time.
Alternatively, the current live viewable time interval may be obtained by: firstly, a current live broadcast start time node, a live broadcast stop time node and a live broadcast continuation time node can be obtained, wherein the live broadcast start time node is a live broadcast start time node, the live broadcast stop time node is a live broadcast stop time node caused by abnormal conditions such as network disconnection, weak network, incoming call, wheat cutting, APP breakdown and the like, when the normal state is restored again, the live broadcast end is automatically or the host broadcast is selected to be reconnected, and the live broadcast restoration time node is the live broadcast continuation time node; then, the current live broadcast viewable time interval may be obtained based on the above-mentioned on-air time node, off-air time node and on-air time node, for example, an on-air time list may be formed based on the above-mentioned on-air time node, off-air time node and on-air time node, where the on-air time node or on-air time node is preceding, the time interval of the off-air time node after or without the off-air time node is viewable time interval, the time interval of the off-air time node before and the on-air time node after is abnormal time interval.
For example, if the open time node is 17:00 on 1 day of 6 months, the break time node is 18:00 on 1 day of 6 months, and the continuous time node is 18:20 on 1 day of 6 months, the current time, the abnormal time and the time interval without viewable content are obtained, wherein the viewable time interval is 17:00-18:00 on 1 day of 6 months, and the current time is 18:20 on 18:00 on 1 day of 6 months.
S102: and obtaining the target playing time node based on the back-off time length carried by the time shift request and the current time information.
For example, the target playing time node may be obtained by subtracting the back-off time from the current time, for example, the current time may be obtained to be 19:00 on 1 day of 6 months based on the current time information, and the back-off time carried by the time shift request is 30 minutes, and then the target playing time node may be obtained to be 18:30 on 1 day of 6 months.
S103: and determining the time shift playing node based on the target playing time node and the viewable time interval.
As an example, if the target play time node is within the viewable time interval, determining the target play time node as a time-shifted play node; if the target playing time node is not in the viewable time interval, determining the nearest continuous playing time node after the target playing time node as the time shift playing node.
For example, the current time is 6 months 1 day 19:20; the viewable time interval is 6 months, 1 day, 17:00-18:00 and 18:20-the current time; when the rollback time is 30 minutes, the corresponding target playing time node is 18:50 on 6 months and 1 day, and in the viewable time interval, the target playing time node can be determined to be a time shift playing node on 6 months and 1 day, 18:50; when the rollback time is 70 minutes, the corresponding target playing time node is 6 months 1 days 18:10, and if the target playing time node is not in the viewable time interval, the last continuous playing time node 6 months 1 days 18:20 after the last continuous playing time node 6 months 1 days 18:10 can be determined as the time shift playing node.
S104: and starting to play the current live broadcast from the time-shifting play node.
For example, taking the time shift playing node as an example, the current live broadcast can be played from a live broadcast picture when the current live broadcast is at 6 months 1 days 18:20.
Therefore, the time shift playing node is determined based on the target playing time node and the obtained viewable time interval, and the time shift playing node can be actively switched to the continuous playing time node when the current target playing time node is not in the viewable time interval, so that the situation that video pictures cannot be played or the playing content is repeatedly played is avoided, and the viewing experience of a user is improved.
Referring to fig. 2, the flowchart of another live time-shift playing method provided in an embodiment of the present application includes:
s201: based on the WebSocket monitoring technology, the current live broadcast on-time node, the current live broadcast off-time node and the current live broadcast on-time node are obtained.
Illustratively, the current live broadcast state can be obtained based on WebSocket monitoring technology, and the live broadcast state can include but is not limited to on-air, off-air, continuous broadcast and the like; and then, based on the obtained live broadcast state, obtaining the current live broadcast on-time node, the current live broadcast off-time node and the current live broadcast on-time node through the HTTP request.
S202: and obtaining the current live broadcast viewable time interval based on the on-time node, the off-time node and the continuous-time node.
For example, the open time node, the break time node and the continuous time node acquired by WebSocket monitoring technology can be recorded to a preset open time list, so that the current live broadcast viewable time interval is obtained based on the open time list. Optionally, the above-mentioned open time list may be obtained when the live time shift function is turned on, or the above-mentioned open time list may be obtained when the current live is entered, so as to obtain a viewable time interval of the current live.
As an example, the time-to-live list may include, but is not limited to, an identification of the current live, a time node type, and the like, e.g., the time-to-live list may include an identification of the current live, e.g., a live room number, a time type of the live, and a time node, e.g., 18:00 a month 1 day, and the like. When the open time node is obtained based on the WebSocket monitoring technology, the obtained open time node of the current live broadcast can be recorded to a preset open time list, or the open time list is generated based on the obtained open time node of the current live broadcast and a preset open time list structure; when the current live broadcast breaking time node is obtained based on the WebSocket monitoring technology, the breaking time list of the recorded breaking time node can be updated based on the obtained breaking time node; when the live broadcast continuous time node is obtained based on the WebSocket monitoring technology, the recorded open time list of the open time node and the open time list of the broken time node can be updated based on the obtained continuous time node. Therefore, the current live broadcast viewable time interval can be obtained based on the current live broadcast on-time list, and specifically, the time interval of the on-time node or the continuous broadcast time node before, the time interval of the continuous broadcast time node after or the time interval of the continuous broadcast time node without the continuous broadcast time node is the viewable time interval; the time interval of the front and rear time nodes of the break-broadcasting time node is an abnormal time interval.
S203: a time shift request is obtained.
The time shift request may be information input by the user when using the time shift function, for example, may be rollback time length information corresponding to the user dragging the time shift progress bar, and the like.
S204: and obtaining the target playing time node based on the back-off time length carried by the time shift request and the current time information.
The target playout time node may be obtained by subtracting the backoff time duration from the current time, for example.
S205: judging whether the target playing time node is in a viewable time interval or not, if so, executing the step S206; if not, the step of S207 is performed.
For example, taking a viewable time interval of 6 months 1 day 17:00-17:50, 6 months 1 day 17:53-18:30, and 6 months 1 day 18:35-the current time as an example, if the target playing time node is 6 months 1 day 17:51, it may be determined that the target playing time node is not within the viewable time interval; if the target playing time node is 17:56 on 1 day of 6 months, the target playing time node can be judged to be in the viewable time interval.
S206: and determining the target playing time node as a time shift playing node, and starting to play the current live broadcast from the time shift playing node.
S207: and determining the nearest continuous playing time node after the target playing time node as a time shift playing node, and starting to play the current live broadcast from the time shift playing node.
S208: judging whether the current playing node is in a viewable time interval or not at preset time intervals, if so, executing a step S209; if not, the step of S210 is performed.
For example, the preset time interval may be set to 1 second, i.e., it is determined once every 1 second whether the current playback node is within the viewable time interval. Taking the example that the viewable time interval is 6 months 1 day 17:00:27-17:50:45, 6 months 1 day 17:53:38-18:30:42 and 6 months 1 day 18:35:52-the current time, when the current playing node is 6 months 1 day 17:50:45, the current playing node is in the viewable time interval; when the current playing node is 17:50:46 in 1 day of 6 months, the current playing node is not in the viewable time interval.
Optionally, the live time shift may include a fast forward play and/or a fast reverse play function, and when fast forward or fast reverse play the video frame after the live time shift, it may be determined in advance whether each play node is within a viewable time interval before starting playing the current live.
S209: and taking the current playing node as a time shift playing node to continuously play the current live broadcast.
S210: and taking the latest continuous playing time node after the current playing node as a time shift playing node to continuously play the current live broadcast.
Therefore, whether the current moment is in the viewable time interval can be judged in real time in the live time shift playing process, when the current moment is not in the viewable time interval, the abnormal time interval is skipped, the current live is continuously played from the continuous playing time node nearest to the current moment, the live time shift playing is always in the viewable time interval, and the situation that the played content is repeatedly or discontinuously played before after the live time shift playing is in a period of time is avoided, so that the user watching experience is improved.
Referring to fig. 3, the schematic diagram of a live time-shift playing device provided in an embodiment of the present application includes: the device comprises an acquisition module 301, a target playing node determining module 302, a time shift playing node determining module 303 and a playing module 304.
The acquisition module 301: for obtaining the viewable time interval of the current live broadcast and the time shift request.
The target playback node determining module 302: the method is used for obtaining the target playing time node based on the back-off time length carried by the time shift request and the current time information.
Time shift playback node determination module 303: the time shift playing node is used for determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains time-shifted playback nodes.
Play module 304: for playing the current live broadcast from the time-shift playing node.
Therefore, the time shift playing node can be determined based on the target playing time node and the obtained viewable time interval, and when the current target playing time node is not in the viewable time interval, the time-continuing time node contained in the viewable time interval can be actively switched to, so that the situation that video pictures cannot be played or the playing content is repeatedly played is avoided, and the viewing experience of a user is improved.
Optionally, the time shift playback node determining module 303 may specifically be configured to:
if the target playing time node is in the viewable time interval, determining the target playing time node as a time shift playing node; if the target playing time node is not in the viewable time interval, determining the nearest continuous playing time node after the target playing time node as the time shift playing node.
Optionally, the live time-shift playing device may further include: and a judging module.
And a judging module: the method comprises the steps of judging whether a current playing node is in a viewable time interval or not at preset time intervals; if yes, the current playing node is used as a time shift playing node, and the current live broadcast is continuously played; if not, taking the latest continuous playing time node after the current playing node as a time shift playing node, and continuing to play the current live broadcast.
According to one or more embodiments of the present application, there is provided a device for live time-shift playing, the device for live time-shift playing including: memory and a processor. The memory is used for storing the program codes and transmitting the program codes to the processor; the processor is configured to perform the steps of the method of generating data in batches according to instructions in the program code.
According to one or more embodiments of the present application, there is provided a computer readable storage medium having stored therein computer instructions that, when executed on a live time-shift playback device, perform the steps of a live time-shift playback method.
It should be noted that, in the present specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment is mainly described in a different point from other embodiments. In particular, for the apparatus and storage medium embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and references to the details of the method embodiments are only required. The apparatus and storage medium embodiments described above are merely illustrative, in which elements illustrated as separate elements may or may not be physically separate, and elements illustrated as elements may or may not be physical elements, may be located in one place, or may be distributed over multiple network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
The foregoing is merely one specific embodiment of the present application, but the protection scope of the present application is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present application should be covered in the protection scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (7)

1. A live time-shift playing method, the method comprising:
acquiring a current live broadcast viewable time interval and a time shift request;
obtaining a target playing time node based on the rollback time length carried by the time shift request and the current time information;
determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains the time shift playing node;
starting to play the current live broadcast from the time shift play node;
the obtaining the current live broadcast viewable time interval includes:
acquiring a current live broadcast on-time node, a live broadcast off-time node and a live broadcast on-time node;
obtaining a current live broadcast viewable time interval based on the on-time node, the off-time node and the continuous-time node;
the determining a time shift playing node based on the target playing time node and the viewable time interval includes:
if the target playing time node is in the viewable time interval, determining the target playing time node as a time shift playing node;
and if the target playing time node is not in the viewable time interval, determining the nearest continuous playing time node after the target playing time node as a time shift playing node.
2. The method of claim 1, wherein the obtaining the on-air time node, the off-air time node, and the on-air time node of the current live broadcast comprises:
based on the WebSocket monitoring technology, the current live broadcast on-time node, the current live broadcast off-time node and the current live broadcast on-time node are obtained.
3. The method of claim 1, wherein after the playing of the current live from the time-shifted playback node, the method further comprises:
judging whether the current playing node is in the viewable time interval or not at preset time intervals;
if yes, the current playing node is used as a time shift playing node, and the current live broadcast is continuously played; if not, taking the latest continuous playing time node after the current playing node as a time shift playing node, and continuing to play the current live broadcast.
4. A live time-shift playback device, the device comprising: the device comprises an acquisition module, a target playing node determining module, a time shift playing node determining module and a playing module;
the acquisition module is used for acquiring a current live broadcast viewable time interval and a time shift request;
the target playing node determining module is used for obtaining a target playing time node based on the back-off time length carried by the time shift request and the current time information;
the time shift playing node determining module is used for determining a time shift playing node based on the target playing time node and the viewable time interval; the viewable time interval contains the time shift playing node;
the playing module is used for playing the current live broadcast from the time shift playing node;
the acquisition module is specifically configured to:
acquiring a current live broadcast on-time node, a live broadcast off-time node and a live broadcast on-time node;
obtaining a current live broadcast viewable time interval based on the on-time node, the off-time node and the continuous-time node;
the time shift playing node determining module is specifically configured to:
if the target playing time node is in the viewable time interval, determining the target playing time node as a time shift playing node;
and if the target playing time node is not in the viewable time interval, determining the nearest continuous playing time node after the target playing time node as a time shift playing node.
5. The apparatus of claim 4, wherein the apparatus further comprises: a judging module;
the judging module is used for judging whether the current playing node is in the viewable time interval or not at preset time intervals; if yes, the current playing node is used as a time shift playing node, and the current live broadcast is continuously played; if not, taking the latest continuous playing time node after the current playing node as a time shift playing node, and continuing to play the current live broadcast.
6. A live time-shifted play apparatus, the live time-shifted play apparatus comprising: a memory and a processor;
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the steps of the method of live time-shifted playback of any of claims 1-3 according to instructions in the program code.
7. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein computer instructions which, when run on a live time-shift-played device, performs the steps of the live time-shift-play method of any of claims 1-3.
CN202310047995.6A 2023-01-31 2023-01-31 Live broadcast time-shift playing method and related device Active CN115802070B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310047995.6A CN115802070B (en) 2023-01-31 2023-01-31 Live broadcast time-shift playing method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310047995.6A CN115802070B (en) 2023-01-31 2023-01-31 Live broadcast time-shift playing method and related device

Publications (2)

Publication Number Publication Date
CN115802070A CN115802070A (en) 2023-03-14
CN115802070B true CN115802070B (en) 2023-05-16

Family

ID=85429354

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310047995.6A Active CN115802070B (en) 2023-01-31 2023-01-31 Live broadcast time-shift playing method and related device

Country Status (1)

Country Link
CN (1) CN115802070B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572358A (en) * 2016-11-11 2017-04-19 青岛海信宽带多媒体技术有限公司 Live broadcast time shift method and client
CN107147949A (en) * 2017-05-05 2017-09-08 中广热点云科技有限公司 The playing progress rate control method and system of a kind of direct broadcast time-shift
CN109547860A (en) * 2018-12-07 2019-03-29 晶晨半导体(上海)股份有限公司 A kind of method and IPTV playing device of the video suspension continued broadcasting of program request
CN115002505A (en) * 2022-08-02 2022-09-02 广州市千钧网络科技有限公司 Time shift control method and device for interrupting reconnected live stream

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572358A (en) * 2016-11-11 2017-04-19 青岛海信宽带多媒体技术有限公司 Live broadcast time shift method and client
CN107147949A (en) * 2017-05-05 2017-09-08 中广热点云科技有限公司 The playing progress rate control method and system of a kind of direct broadcast time-shift
CN109547860A (en) * 2018-12-07 2019-03-29 晶晨半导体(上海)股份有限公司 A kind of method and IPTV playing device of the video suspension continued broadcasting of program request
CN115002505A (en) * 2022-08-02 2022-09-02 广州市千钧网络科技有限公司 Time shift control method and device for interrupting reconnected live stream

Also Published As

Publication number Publication date
CN115802070A (en) 2023-03-14

Similar Documents

Publication Publication Date Title
CN111641866B (en) Method, system, and medium for inserting auxiliary media items into a primary media stream
US7765235B2 (en) Systems and methods for resolving conflicts and managing system resources in multimedia delivery systems
US20120054045A1 (en) Managing Media Playback
JP2009118530A (en) System and method for providing video program information or video program content to user
BR102012005742A2 (en) data processing device, receiving device, and, Methods for operating a data processing device and receiving device, and, computer software
US8332894B2 (en) Notifying user of missing events to prevent viewing of out-of-sequence media series events
WO2008057941A2 (en) Customized user interface based on viewed program
WO2017101393A1 (en) Method and device for continuously playing video
CN109714622A (en) A kind of video data handling procedure, device and electronic equipment
CN106331089A (en) Video play control method and system
WO2001050762A1 (en) Method for downloading data preceded by information signals
CN107333147B (en) Video buffer control method, terminal and storage device
CN104038842B (en) A kind of method and apparatus prefetching request program information in CDN network
CN115802070B (en) Live broadcast time-shift playing method and related device
CN113766261A (en) Method and device for determining pre-pulling duration, electronic equipment and storage medium
JP2010193220A (en) Moving image content appreciation device
CN111698261A (en) Video playing method, device, equipment and storage medium based on streaming media
CN105915948A (en) Program state updating method and device
CA3203470A1 (en) Systems and methods for storing content items based on consumption history
CN113965797A (en) Live broadcast room switching method and system
WO2011128574A1 (en) Reception of a digital content in trick mode
WO2016206466A1 (en) Method and apparatus for processing iptv program, and iptv system
US20230208899A1 (en) Method for managing time hops when playing back a multimedia content item
JP6182710B2 (en) Video content appreciation device
CN115515018A (en) Live broadcast processing method, device, equipment and computer readable storage medium

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
GR01 Patent grant
GR01 Patent grant