WO2023169262A1 - 一种视频动态下载方法、装置、电子设备及存储介质 - Google Patents
一种视频动态下载方法、装置、电子设备及存储介质 Download PDFInfo
- Publication number
- WO2023169262A1 WO2023169262A1 PCT/CN2023/078822 CN2023078822W WO2023169262A1 WO 2023169262 A1 WO2023169262 A1 WO 2023169262A1 CN 2023078822 W CN2023078822 W CN 2023078822W WO 2023169262 A1 WO2023169262 A1 WO 2023169262A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- video
- current
- playback
- video segment
- data
- 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.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/433—Content storage operation, e.g. storage operation in response to a pause request, caching operations
- H04N21/4331—Caching operations, e.g. of an advertisement for later insertion during playback
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/44—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
- H04N21/44004—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving video buffer management, e.g. video decoder buffer or video display buffer
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/442—Monitoring of processes or resources, e.g. detecting the failure of a recording device, monitoring the downstream bandwidth, the number of times a movie has been viewed, the storage space available from the internal hard disk
- H04N21/44204—Monitoring of content usage, e.g. the number of times a movie has been viewed, copied or the amount which has been watched
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/442—Monitoring of processes or resources, e.g. detecting the failure of a recording device, monitoring the downstream bandwidth, the number of times a movie has been viewed, the storage space available from the internal hard disk
- H04N21/4424—Monitoring of the internal components or processes of the client device, e.g. CPU or memory load, processing speed, timer, counter or percentage of the hard disk space used
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/83—Generation or processing of protective or descriptive data associated with content; Content structuring
- H04N21/845—Structuring of content, e.g. decomposing content into time segments
- H04N21/8456—Structuring of content, e.g. decomposing content into time segments by decomposing the content in the time domain, e.g. in time segments
Definitions
- Embodiments of the present disclosure relate to the field of computer data processing technology, for example, to a video dynamic downloading method, device, electronic device, and storage medium.
- the terminal player will continue to request video data from the cloud service and place the downloaded data in the video buffer.
- the playback progress will load some data in advance.
- the playback progress includes the progress bar that has been watched and the progress bar that has not been watched but has been downloaded.
- the progress bar that has been downloaded but not played can also be called the player buffer, which exists to solve the problem of lagging during playback caused by bandwidth jitter.
- the player buffer of the player is a fixed buffer, which has the disadvantage of conflicting user playback experience and data cost.
- the larger the fixed buffer the more data will be downloaded and the possibility of user lag is smaller, but the amount of data waste will be higher. If the buffer is reduced, the amount of pre-downloaded data will be reduced.
- the probability of playback freezes will greatly increase, ultimately affecting the user's video viewing experience and causing the video service provider to lose users.
- Embodiments of the present disclosure provide a video dynamic downloading method, device, electronic device, and storage medium to solve the problem of a high waste rate of downloaded data when playing in a fixed buffer, and achieve reduction in the number of downloads without affecting the user's viewing experience. Waste of video download data.
- embodiments of the present disclosure provide a method for dynamic video downloading, which method includes:
- a download strategy for the current video is determined.
- embodiments of the present disclosure also provide a video dynamic downloading device, which includes:
- the video segment determination module is configured to determine the current video segment corresponding to the current playback moment during the playback of the current video
- the cache judgment threshold acquisition module is configured to obtain the cache judgment threshold corresponding to the current video segment
- a download strategy determination module is configured to determine a download strategy for the current video based on the amount of cached data that is currently cached and not played and the cache judgment threshold.
- embodiments of the present disclosure also provide an electronic device, where the electronic device includes:
- a storage device arranged to store at least one program
- the at least one processor When the at least one program is executed by the at least one processor, the at least one processor is caused to implement the video dynamic downloading method as described in any one of the embodiments of the present disclosure.
- embodiments of the present disclosure also provide a storage medium containing computer-executable instructions, which when executed by a computer processor are used to perform video dynamics as described in any embodiment of the present disclosure. Download method.
- Figure 1 is a schematic flow chart of a video dynamic downloading method provided by an embodiment of the present disclosure
- Figure 2 is a schematic diagram of a data cache structure provided by an embodiment of the present disclosure
- FIG. 3 is a schematic flowchart of another video dynamic downloading method provided by an embodiment of the present disclosure.
- Figure 4 is a cumulative distribution function diagram of video viewing proportion provided by an embodiment of the present disclosure.
- FIG. 5 is a schematic flowchart of yet another video dynamic downloading method provided by an embodiment of the present disclosure.
- Figure 6 is a schematic structural diagram of a video dynamic downloading device provided by an embodiment of the present disclosure.
- FIG. 7 is a schematic structural diagram of an electronic device provided by an embodiment of the present disclosure.
- the term “include” and its variations are open-ended, ie, “including but not limited to.”
- the term “based on” means “based at least in part on.”
- the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one additional embodiment”; and the term “some embodiments” means “at least some embodiments”. Relevant definitions of other terms will be given in the description below.
- FIG. 1 is a schematic flowchart of a video dynamic downloading method provided by an embodiment of the present disclosure.
- the embodiment of the present disclosure is adapted to the situation of dynamically downloading a video to be played in a player.
- This method can be provided by the video provided by an embodiment of the present disclosure.
- the video dynamic downloading device can be implemented in the form of software and/or hardware.
- it can be implemented through electronic equipment.
- the electronic equipment can be a mobile terminal or a personal computer (Personal Computer, PC), etc. .
- the first part includes the player
- the second part includes the data download module.
- the data download module is responsible for downloading video data from the server and caching the downloaded video data.
- the player reads the video data from the data cached by the data download module and decodes and renders the video data. displayed to the user.
- the cached data of the data download module includes video data that has been downloaded but has not been read by the player.
- the player cache data includes the video data that the player has read from the data download module but has not yet been played.
- the played data is the video data that the user has already watched.
- the data download module is responsible for downloading video data.
- the data downloaded from the network will first be placed in the data download module for data caching.
- the player continuously reads the cached video data from the data download module and stores the read video data. Placed in the player buffer.
- the player buffer size can be understood as the maximum amount of data that the player can read from the data download module.
- the biggest shortcoming of fixed buffer logic in players in related technologies is the contradiction between user playback experience and data cost.
- the larger the fixed buffer the more data is downloaded and the possibility of user lag is smaller, but the amount of data waste is higher. If the buffer is reduced, the amount of data downloaded in advance will be reduced. When the network condition is jittery, the probability of playback freezes will greatly increase.
- the first part is the data that is not viewed in the player buffer, and the second part is the part that has been downloaded in the data download module but has not been read by the player.
- embodiments of the present disclosure provide a method for dynamically downloading videos. As shown in Figure 1, the technical solution of this embodiment includes:
- the amount of cached data that is currently cached and not played is obtained in real time.
- the amount of cached data is the amount of data that the player can play without lagging.
- the download strategy for the current video is determined based on the judgment results.
- the download strategy for the current video may include continuing to download undownloaded videos, stopping downloading of undownloaded videos, and playing the cached data amount.
- determining the download strategy for the current video based on the amount of cached data that is currently cached and not played and the cache judgment threshold may include: the amount of cached data that is currently cached and not played is greater than or equal to the cache judgment threshold, Indicates that the amount of cached data is sufficient. Stop downloading undownloaded videos and play the cached data to avoid excessive amounts of cached data when the user terminates playing the video. The amount of cached data that is currently cached and not played is less than the cache judgment threshold. , indicating that the amount of cached data is insufficient, continue downloading undownloaded videos to avoid playback freezes caused by insufficient amount of cached data.
- the download strategy for the current video can be dynamically adjusted to take into account the smoothness of video playback and the efficient use of download resources.
- the user has different viewing needs for the video, and the corresponding probabilities of terminating the video playback are also different.
- the user initially learns the video content and determines whether to continue watching based on the learned playback content or playback duration. That is, in the early stage of video playback, the user's video viewing status is unstable and the probability of terminating video playback is high. There is a high probability of wasting cached data; at the end of video playback, the user is in a stable video viewing state, and the probability of terminating video playback is small, that is, the probability of wasting cached data is small.
- the amount of cached data in different playback stages is judged based on the same cache judgment threshold.
- the judgment is single, has poor flexibility, and cannot adapt to the different playback needs of different playback stages.
- the video is divided into multiple video segments,
- the cache judgment threshold is set for each video segment to adaptively determine the download strategy for different video segments.
- Video segmentation can be understood as segmenting the complete current video according to preset segmentation conditions.
- Each video may have at least two video segments.
- the video segment distribution includes each video segment corresponding to a video range.
- the video range may be a video playback ratio range, such as 1-50% of the video.
- the segment is the first video segment, and 50%-100% of the video segment is the second video segment.
- the video segments are divided according to the playback ratio.
- the complete video includes n video segments, which can be divided by n-1 playback ratios.
- the playback ratios can be 10%, 50%, etc., which are not limited.
- the playback ratio corresponding to each video segment can be determined according to different segmentation conditions, and there is no limit to this.
- the video range can be a playback duration range, and the video segments can also be divided according to the playback duration.
- a video segment of 0-10 minutes is the first video segment
- a video segment of 10-30 minutes is the second video segment.
- the video segmentation divides the video based on multiple preset duration ranges, wherein the multiple preset duration ranges may be determined based on the total duration of the video, and the playback duration used to divide the video segments is less than the total duration of the video.
- the playback duration corresponding to each video segment can be determined according to different segmentation conditions, and there is no limit to this.
- determining the current video segment corresponding to the current playback moment in real time may be based on the video range to which the current playback moment belongs, and determining the video segment corresponding to the video range to which the current playback moment belongs as the current video segment. part.
- the current playback ratio is determined based on the current playback moment and video duration
- the playback ratio range to which the current playback ratio belongs is determined based on matching between the current playback ratio and the playback ratio ranges corresponding to multiple video segments, so as to determine the playback ratio.
- the current video segment corresponding to the range is determined based on the current playback moment and video duration
- the playback duration range to which the current playback moment belongs is determined to determine the current video segment corresponding to the playback duration range.
- a corresponding cache judgment threshold is set for each video segment, and the cache judgment thresholds corresponding to different video segments are the same or different. There may be at least one cache judgment threshold corresponding to each video segment, and there is no limit to this.
- different video segments correspond to different cache determination thresholds, where the cache determination threshold is positively correlated with the playback duration of the video segments.
- the cache judgment threshold and the corresponding video segment are in The position in the video is related. The position of the video segment in the video can be characterized by the distance relative to the playback starting point. The greater the distance between the video segment and the playback start point, the greater the cache judgment threshold, and the video segmentation The smaller the distance relative to the playback starting point, the smaller the cache judgment threshold.
- the cache judgment threshold can be set in advance based on historical video data, or of course can also be set based on actual conditions. There is no limit to the numerical setting of the cache judgment threshold.
- the cache judgment threshold corresponding to the video segment to which the current playback moment belongs is determined in real time to judge the amount of cached data that is currently cached and not played, and to determine the download strategy for the video at the current moment.
- dynamic cache judgment thresholds different download needs are met at different playback stages, achieving the effect of taking into account the smoothness of video playback and efficient utilization of download resources.
- the technical solution of the embodiment of the present disclosure determines the current video segment corresponding to the current playback moment during the playback process of the current video; obtains the cache judgment threshold corresponding to the current video segment; and based on the currently cached and unplayed cache data Volume and cache judgment thresholds to determine the download strategy for the current video.
- the above solution dynamically caches video data according to the video playback progress, and achieves precise control of the cache by the player link while meeting the need to save costs, thereby reducing the waste of video download data without affecting the user's viewing experience.
- FIG. 3 is a schematic flowchart of another video dynamic downloading method provided by an embodiment of the present disclosure. Based on the above embodiment, a step of "determining the current video segment corresponding to the current playback moment" is added before the step of "determining the current video segment corresponding to the current playback moment".
- Video segment distribution as shown in Figure 3, the method in this embodiment may also include:
- S240 Determine a download strategy for the current video based on the amount of cached data that is currently cached and not played and the cache judgment threshold.
- video segment distribution can be understood as the current view based on preset distribution conditions.
- the video segment distribution obtained after frequency segmentation. Different video segment distributions can be obtained based on different distribution conditions.
- the video segment distribution corresponding to the current video may be determined based on the video duration of the current video, where the video duration of the current video is the total duration of the current video. The shorter the video duration, the greater the probability that users will play it completely; the longer the video duration, the greater the probability that users will quit playing midway.
- 0.5 hours is used as the dividing interval of the video duration range, that is, 0-0.5 hours is used as the first video duration range, 0.5 hours-1 hour is used as the second video duration range, and multiple video duration ranges are set in sequence, each Each video duration range corresponds to a video segment distribution. If it is determined that the video duration of the current video is 45 minutes, that is, 0.75 hours, it can be determined that the video segment distribution corresponding to the current video is the video segment distribution corresponding to the second video duration range, thereby determining the video segment distribution of the current video. .
- the video segment distribution corresponding to the current video is determined according to the video resolution of the current video.
- the video resolution affects the user's viewing experience of the video. If the video resolution is low, the video playback quality is poor, and the user exits the video playback. The probability is high. Correspondingly, the video resolution is high, the video playback quality is good, and the probability of the user exiting the video playback is small.
- Multiple video segment distributions are set according to the video resolution, and the cache judgment thresholds at different times are set from the dimension of the video resolution. . Different video segment distributions are preset for different video resolutions, or different video segment distributions are preset for different video resolution ranges.
- the video segment resolution of the current video is obtained, including but not limited to resolutions such as 360p, 720p, and 1080p; and the video segment distribution corresponding to the video segment resolution of the current video is further called.
- the video resolution is 360p, corresponding to the first video segment
- the video resolution is 720p, corresponding to the second video segment distribution, and so on, thereby determining the video segment distribution of the current video.
- the current video is determined based on its video resolution and video duration.
- the corresponding video segment distribution corresponds to the video resolution and video duration range respectively.
- By obtaining the video resolution and video duration of the current video it is matched with the video resolution and video duration range of multiple video segment distributions to match Get the video segment distribution corresponding to the current video.
- the video segment distribution of the current video is jointly determined by video resolution and video duration to improve the accuracy of video segment distribution.
- the video segment distribution may include at least two video segments, and different video segment distributions may include the same number of video segments.
- the video segment distribution includes three video segments.
- each video segment in the video segment distribution may correspond to a preset segment duration range. For example, taking a video duration of 30 minutes as an example, the video segment distribution may divide the video into 0- There are three segments: 5 minutes, 5-15 minutes, and 15-30 minutes; taking the video duration range as 30-45 minutes as an example, corresponding to a video segment distribution, the video segment distribution can be divided into 0-5 There are three segments: minutes, 5-15 minutes, and 15 minutes to the end of the video.
- each video segment in the video segment distribution may correspond to a preset segment ratio range, and different video segments correspond to different segment ratio ranges, where the segment ratio is the segment point at The proportion of duration in the total duration of the video.
- the video segment distribution may be to divide the video into three segments: 0-10%, 10%-50%, and 50%-100%.
- the cache judgment thresholds corresponding to different playback moments can be determined based on the video segments corresponding to multiple playback moments of the current video.
- the dynamic cache judgment threshold Through the dynamic cache judgment threshold, different download requirements can be set for different playback moments. It avoids the problem of inflexible judgment caused by judging the amount of cached data in videos of different video segments based on the same cache judgment threshold, and achieves the effect of taking into account the smoothness of video playback and the efficient use of download resources.
- the method for determining video segment distribution includes: determining historical playback videos based on at least one of video duration and video resolution; determining historical playback videos based on the exit rate of multiple playback moments.
- the historically played videos may be acquired online videos played by the current player or other players.
- multiple video segment distributions can be set according to at least one of the video duration and the video resolution as the setting dimension of the video segment distribution, so as to facilitate the determination of the video segment corresponding to the played video. segment distribution.
- the historical video playback is determined based on the video duration, determine the historical video playback corresponding to each video duration or each video duration range. For example, obtain the video durations of ten seconds, one minute, ten minutes, half an hour, one hour, or other different lengths. of played videos as history played videos. If the historically played videos are determined based on the video resolution, the played videos of different resolutions are obtained as the historically played videos.
- the historically played video is determined based on the video resolution and video duration, then the played video corresponding to the condition combination consisting of different resolutions and each video duration range is determined as the historically played video.
- the historically played videos can also be determined based on other methods, and the method of determining the historically played videos is not limited.
- the historical play videos corresponding to each set condition determine a video segment distribution. For example, a group of historical play videos with a video duration of ten seconds (or within ten seconds) is obtained, and the video duration is determined to be ten seconds (or within ten seconds).
- Seconds corresponding to the video segment distribution; for example, obtain a set of historical playback videos with a video resolution of 1080P, and determine the video segment distribution corresponding to the video with a video resolution of 1080P; for example, obtain the video For a set of historically played videos with a resolution of 1080P and a video duration ranging from half an hour to one hour, determine the video segment distribution corresponding to the videos with a video resolution of 1080P and a video duration ranging from half an hour to one hour.
- the method of determining the exit rate at any playback moment may include: obtaining the value-added value of the video viewing ratio at the current video playback moment, and the proportion of viewing records at the current video playback moment to the total viewing records. Value-added, and the exit rate at the current moment is determined based on the ratio of the added value of the video viewing ratio and the increased value of the viewing record to the total viewing record ratio.
- Figure 4 shows a cumulative distribution function diagram of video viewing proportion.
- the abscissa in the figure represents the user's video viewing ratio.
- the user's video viewing ratio may be determined based on the playback duration when the user exits viewing and the total duration of the currently played video.
- the vertical axis in the figure represents the proportion of current viewing records to the total viewing records. For example, it can be based on the number of users currently watching the video and The total number of users who watched the video determines the proportion of the current viewing record to the total viewing record.
- the increment of the video viewing ratio is determined based on the difference between the video viewing ratio value at the second moment (X2) and the video viewing ratio at the first moment (X1), and based on the proportion of the second viewing record to the total viewing record.
- the difference between (y2) and the proportion of the first viewing record to the total viewing records (y1) determines the increase in the proportion of viewing records to the total viewing records, and is determined based on the ratio of the increase in the video viewing ratio to the increase in the proportion of viewing records to the total viewing records.
- the exit rate of the current video segment Continuing to refer to Figure 4, we can see that the exit rate in the cumulative distribution function curve increases faster in the early stage of video playback, indicating that more users exit video viewing in the early stage of video playback.
- the exit rate threshold can be set in advance, and each group of historically played videos can be segmented based on the exit rate threshold to determine the video segment distribution of each group of historically played videos.
- the video is divided into three video segments based on the exit rate threshold and the exit rate of each group of historically played videos at multiple video playback moments.
- the exit rate threshold includes a first threshold and a second threshold. The first threshold is smaller than the second threshold.
- the video segment distribution includes the video starting play point to the play point corresponding to the first threshold.
- the first threshold corresponds to from the play point corresponding to the second threshold to the play point corresponding to the second threshold, and from the play point corresponding to the second threshold to the play end point, where the play point corresponding to the exit rate threshold may be the play time, or may be the ratio of the play time to the total duration of the video .
- each video segment includes the first video segment with the highest exit rate from the start of playback to the first dotted line; the second video between the first dotted line and the second dotted line has a higher exit rate. Segment; third video segment with smooth exit rate after the second dotted line.
- video segment distribution methods introduced above are only optional distribution methods. In this embodiment, other distribution methods can also be selected.
- the comparison in this embodiment is not limited, but it is no longer necessary to list them one by one.
- the method of determining the current video segment corresponding to the current playback moment based on the video segment distribution also includes: determining the respective video segments of each video segment in the video segment distribution. Corresponding playback duration range; determine the current video segment corresponding to the current playback moment based on the playback duration range to which the current playback moment belongs.
- the technical solution of the embodiment of the present disclosure determines the video segment distribution of the current video during the playback process of the current video; and determines the current video segment corresponding to the current playback moment; and obtains the current video
- the cache judgment threshold corresponding to the segment based on the amount of cached data that has been cached and not played and the cache judgment threshold, determine the download strategy for the current video.
- the above solution pre-sets the video segment distribution of the currently playing video, and dynamically caches video data according to the video playback progress and the video segment at the current playback moment. It meets the need to save costs and minimizes the impact on users. The impact of viewing experience, thereby reducing the waste of video download data without affecting the user's viewing experience.
- FIG. 5 is a schematic flowchart of another video dynamic downloading method provided by an embodiment of the present disclosure. Based on the above embodiment, the step "obtaining the cache judgment threshold corresponding to the current video segment” is refined into “obtaining the current video segment.
- the method in this embodiment also includes:
- the cache judgment threshold is preset to include a danger threshold and a safety threshold, and the safety threshold is greater than the danger threshold.
- the danger threshold can be understood as the cache threshold where the amount of cached data that has been cached and not played is not enough to support the playback at the next moment, that is, no longer downloading video data will cause a high probability of video freezing;
- the safety threshold can be understood
- the amount of cached data that has been cached and not played can also support the current player to play for a period of time, which is a cache threshold that will not immediately cause video freezes even if the video data is not downloaded.
- the above-mentioned division of danger thresholds and safety thresholds is only an optional embodiment, and other forms of division can also be carried out according to actual conditions, without limitation.
- the danger threshold and the safety threshold can be preset based on the video duration and video resolution, or can be set based on the actual situation. Of course, they can also be set after playing. During the process, the same or different danger thresholds and safety thresholds are determined according to the video segment corresponding to the current playback moment. This embodiment does not impose restrictions on the settings of the danger threshold and safety threshold.
- the method for determining the download policy for the current video also includes: triggering when the amount of cached data that is currently cached and not played is less than the danger threshold. Download the current video; when the amount of currently cached and unplayed cached data is greater than the safety threshold, stop downloading the undownloaded video and continue to obtain the current amount of cached and unplayed cached data in real time (i.e. the player Playback cached data amount).
- the amount of cached data that has been cached but not played during the playback process of the current video can be obtained based on a preset time interval. Compare the current playback cache progress with the danger threshold and safety threshold in the cache judgment threshold, and determine the download strategy based on the comparison results. For example, the playback cache progress is compared with the danger threshold and the safety threshold respectively. If the current playback cache progress is lower than the danger threshold, the current download operation for the current video is triggered. After the current video data download is completed, continue to obtain the playback cache progress stored in the player's data cache area and continue to compare it with the danger threshold and safety threshold.
- the data download module stops downloading undownloaded videos and plays the cached data. If the playback cache progress is higher than the danger threshold and lower than the safety threshold, the current state is maintained, the current playback cache progress is continuously updated, and the updated current playback cache progress is compared with the danger threshold and the safety threshold respectively.
- the danger threshold and safety threshold corresponding to the current video can be determined according to the video segment distribution corresponding to the current video. For example, continue to refer to FIG. 4 .
- the current video is divided into different video segments.
- Figure 4 includes three video segments. Each video segment corresponds to a set of risk thresholds and safety thresholds, so that the download strategy can be dynamically determined based on different risk thresholds and safety thresholds in different video segments. This can maximize cost savings.
- the probability of user exit is high, and a smaller danger threshold and safety threshold are set to make the amount of cached and unplayed data as small as possible, thereby reducing the waste of data.
- the user exit probability becomes smaller.
- the threshold range of the danger threshold and the safety threshold is raised, so that the current player can cache an appropriate amount of video data to ensure that the current video smooth playback.
- the user exit rate is the slowest, indicating that users have a greater probability of completing watching the video. Therefore, setting a larger danger threshold and safety threshold can not only ensure the user's viewing experience but also control the amount of data waste.
- the data download module will stop downloading only when all videos are downloaded. In this case, if the user quits watching, the unread data in the buffer and data download module will be wasted.
- the technical solution of this embodiment pre-sets the safety threshold and the danger threshold. When the danger threshold is reached, the data download module starts downloading, and when the safety threshold is met, the data download module stops downloading. This can effectively control the progress of video downloading and reduce the amount of downloaded data. volume and reduce data waste, thereby maximizing cost savings.
- the method of triggering the download of the current video may include: generating a download request for the next video block, and sending the download request to the server to download the next video block.
- the video block can be understood as video data with a preset data amount.
- the generated download request may be a video data download request including a preset data amount.
- the video data reading request is sent to the server, so that the data download module obtains a preset amount of video data and caches the data.
- generating a video data download request with a preset data amount may include determining the download data amount based on the duration of the next video block and the current code rate, and generating a download request based on the download data amount.
- the video duration of the video data in the next video block is obtained and the network rate of the current downloaded data is determined, that is, the download data amount of the next video block is determined based on the video duration and the network rate, and a download request is generated based on the download data amount.
- the above technical solution splits the video data requested in the download request into blocks, and each request for video blocks of a fixed duration can avoid the data download module from continuously caching resources and reduce the cached data inside the data download module.
- the technical solution of the embodiment of the present disclosure is to pre-set the safety threshold and the danger threshold.
- the data download module starts downloading.
- the safety threshold is met, the data download module starts to download.
- the download module stops downloading and requests a fixed-length video block for each download, which can effectively control the progress of video downloading, reduce the amount of downloaded data, and reduce data waste, thereby maximizing cost savings.
- Figure 6 is a schematic structural diagram of a video dynamic downloading device provided by an embodiment of the present disclosure. As shown in Figure 6, the device includes: a video segment determination module 410, a cache judgment threshold acquisition module 420, and a download strategy determination module 430; wherein,
- the video segment determination module 410 is configured to determine the current video segment corresponding to the current playback moment during the playback process of the current video;
- the cache judgment threshold acquisition module 420 is configured to obtain the cache judgment threshold corresponding to the current video segment
- the download strategy determination module 430 is configured to determine a download strategy for the current video based on the amount of cached data that is currently cached and not played and the cache judgment threshold.
- the technical solution of the embodiment of the present disclosure determines the current video segment corresponding to the current playback moment during the playback process of the current video; obtains the cache judgment threshold corresponding to the current video segment; and based on the currently cached and unplayed The amount of cached data and the cache judgment threshold determine the download strategy for the current video.
- the above solution dynamically caches video data according to the video playback progress, while meeting the need to save costs, and realizes that the player link requires precise control of the cache, thereby reducing the waste of video download data without affecting the user's viewing experience. .
- the video segment determination module 410 includes:
- the playback duration range determination unit is configured to determine the playback duration range corresponding to each video segment in the video segment distribution
- the current video segment determination unit is configured to determine the current video segment corresponding to the current playback moment according to the playback duration range to which the current playback moment belongs.
- the device further includes:
- the determining module of the first video segment distribution is set to determine based on the video duration of the current video. Determine the video segment distribution corresponding to the current video.
- the device further includes:
- the second video segment distribution determining module is configured to determine the video segment distribution corresponding to the current video according to the video resolution of the current video.
- the device further includes:
- the historically played video determination module is configured to determine the historically played video based on at least one of video duration and video resolution;
- the third video segment distribution determining module is configured to determine the video segment distribution based on exit rates at multiple playback moments in historical video playback.
- different video segments correspond to different cache judgment thresholds, wherein the cache judgment threshold is positively related to the playback duration of the video segments.
- the cache judgment threshold includes a danger threshold and a safety threshold
- the download policy determination module 430 includes:
- the first download strategy determination sub-module is configured to trigger the download of the current video when the amount of cached data that is currently cached and not played is less than the risk threshold;
- the second download strategy determination sub-module is configured to stop downloading undownloaded videos when the amount of currently cached and unplayed cached data is greater than the safety threshold, and continue to obtain the currently cached and unplayed videos in real time. The amount of cached data that has not been played.
- the first download strategy determination sub-module includes:
- the first video chunk download unit is configured to generate a download request for the next video chunk, and send the download request to the server to download the next video chunk.
- the first video block download unit includes:
- the download request generating subunit is configured to determine the download data amount based on the duration of the next video block and the current code rate, and generate a download request based on the download data amount.
- the device provided by the embodiments of the present disclosure can execute the method provided by any embodiment of the present disclosure, and has Execute the function module corresponding to the method.
- Terminal devices in embodiments of the present disclosure may include, but are not limited to, mobile phones, notebook computers, digital broadcast receivers, personal digital assistants (Personal Digital Assistant, PDA), PAD (tablet computers), portable multimedia players (Portable Media Player , PMP), mobile terminals such as vehicle-mounted terminals (such as vehicle-mounted navigation terminals), and fixed terminals such as digital televisions (Television, TV), desktop computers, etc.
- PDA Personal Digital Assistant
- PAD tablet computers
- PMP portable multimedia players
- mobile terminals such as vehicle-mounted terminals (such as vehicle-mounted navigation terminals)
- fixed terminals such as digital televisions (Television, TV), desktop computers, etc.
- the electronic device shown in FIG. 7 is only an example and should not impose any limitations on the functions and scope of use of the embodiments of the present disclosure.
- the electronic device 400 may include a processing device (such as a central processing unit, a graphics processor, etc.) 401, which may process data according to a program stored in a read-only memory (Read-Only Memory, ROM) 402 or from a storage device. 408 loads the program in the random access memory (Random Access Memory, RAM) 403 to perform various appropriate actions and processing. In the RAM 403, various programs and data required for the operation of the electronic device 400 are also stored.
- the processing device 401, ROM 402 and RAM 403 are connected to each other via a bus 404.
- An input/output (I/O) interface 405 is also connected to bus 404.
- the following devices can be connected to the I/O interface 405: input devices 406 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a Liquid Crystal Display (LCD) , an output device 407 such as a speaker, a vibrator, etc.; a storage device 408 including a magnetic tape, a hard disk, etc.; and a communication device 409.
- the communication device 409 may allow the electronic device 400 to communicate wirelessly or wiredly with other devices to exchange data.
- Figure 7 shows the There are various means for the electronic device 400, but it should be understood that implementation or having all illustrated means are not required. More or fewer means may alternatively be implemented or provided.
- embodiments of the present disclosure include a computer program product including a computer program carried on a non-transitory computer-readable medium, the computer program containing program code for performing the method illustrated in the flowchart.
- the computer program may be downloaded and installed from the network via communication device 409, or from storage device 408, or from ROM 402.
- the processing device 401 When the computer program is executed by the processing device 401, the above-mentioned functions defined in the method of the embodiment of the present disclosure are performed.
- the electronic device provided by the embodiments of the present disclosure and the video dynamic downloading method provided by the above embodiments belong to the same inventive concept. Technical details that are not described in detail in this embodiment can be referred to the above embodiments.
- Embodiments of the present disclosure provide a computer storage medium on which a computer program is stored.
- the program is executed by a processor, the video dynamic downloading method provided in the above embodiments is implemented.
- the computer-readable medium mentioned above in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the above two.
- the computer-readable storage medium may be, for example, but is not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or any combination thereof.
- Computer readable storage media may include, but are not limited to: an electrical connection having one or more wires, a portable computer disk, a hard drive, random access memory (RAM), read only memory (ROM), removable Programmable read-only memory ((Erasable Programmable Read-Only Memory, EPROM) or flash memory), optical fiber, portable compact disk read-only memory (Compact Disc Read-Only Memory, CD-ROM), optical storage device, magnetic storage device, or the above any suitable combination.
- a computer-readable storage medium may be any tangible medium that contains or stores a program for use by or in connection with an instruction execution system, apparatus, or device.
- a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, carrying computer-readable program code therein. code. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the above.
- a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium that can send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device .
- Program code contained on a computer-readable medium can be transmitted using any appropriate medium, including but not limited to: wires, optical cables, radio frequency (Radio Frequency, RF), etc., or any suitable combination of the above.
- the client and server can communicate using any currently known or future developed network protocol such as HTTP (HyperText Transfer Protocol), and can communicate with digital data in any form or medium.
- Communications e.g., communications network
- Examples of communication networks include Local Area Networks (LANs), Wide Area Networks (WANs), the Internet (e.g., the Internet), and end-to-end networks (e.g., ad hoc end-to-end networks), as well as any current network for knowledge or future research and development.
- LANs Local Area Networks
- WANs Wide Area Networks
- the Internet e.g., the Internet
- end-to-end networks e.g., ad hoc end-to-end networks
- the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; it may also exist independently without being assembled into the electronic device.
- the above-mentioned computer-readable medium carries at least one program.
- the electronic device executes the above-mentioned at least one program.
- a download strategy for the current video is determined.
- Computer program code for performing the operations of the present disclosure may be written in one or more programming languages, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and Includes conventional procedural programming languages—such as "C” or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- remote computing In the case of a computer, the remote computer can be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (such as through an Internet service provider). .
- LAN local area network
- WAN wide area network
- each block in the flowchart or block diagram may represent a module, segment, or portion of code that contains one or more logic functions that implement the specified executable instructions.
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown one after another may actually execute substantially in parallel, or they may sometimes execute in the reverse order, depending on the functionality involved.
- each block of the block diagram and/or flowchart illustration, and combinations of blocks in the block diagram and/or flowchart illustration can be implemented by special purpose hardware-based systems that perform the specified functions or operations. , or can be implemented using a combination of specialized hardware and computer instructions.
- the units involved in the embodiments of the present disclosure can be implemented in software or hardware. Among them, the name of the unit/module does not constitute a limitation on the unit itself under certain circumstances.
- exemplary types of hardware logic components include: field programmable gate array (Field Programmable Gate Array, FPGA), application specific integrated circuit (Application Specific Integrated Circuit, ASIC), application specific standard product (Application Specific Standard Parts (ASSP), System on Chip (SOC), Complex Programmable Logic Device (CPLD), etc.
- a machine-readable medium may be a tangible medium that may contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- Machine-readable media may include, but are not limited to, electronic, magnetic, optical, electromagnetic, infrared, or Semiconductor systems, devices or equipment, or any suitable combination of the foregoing.
- machine-readable storage media would include one or more wire-based electrical connections, laptop disks, hard drives, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
- RAM random access memory
- ROM read only memory
- EPROM or flash memory erasable programmable read only memory
- CD-ROM portable compact disk read-only memory
- magnetic storage device or any suitable combination of the above.
- Example 1 provides a video dynamic downloading method, which method includes:
- a download strategy for the current video is determined.
- Example 2 provides a video dynamic downloading method, further including:
- Determining the current video segment corresponding to the current playback moment includes:
- the current video segment corresponding to the current playback moment is determined.
- Example 3 provides a method for dynamically downloading videos, further including:
- the method for determining the video segment distribution includes:
- the video segment distribution corresponding to the current video is determined.
- Example 4 provides a method for dynamically downloading videos, further including:
- the method for determining the video segment distribution includes:
- the video segment distribution corresponding to the current video is determined.
- Example 5 provides a method for dynamically downloading videos, Also includes:
- the method for determining the video segment distribution includes:
- video segment distribution is determined based on the exit rate at multiple playback moments.
- Example 6 provides a method for dynamically downloading videos, further including:
- Different video segments correspond to different cache judgment thresholds, where the cache judgment threshold is positively correlated with the playback duration of the video segments.
- Example 7 provides a method for dynamically downloading videos, further including:
- the cache judgment threshold includes a danger threshold and a safety threshold
- Determining the download strategy for the current video based on the amount of cached data that is currently cached and not played and the cache judgment threshold includes:
- Example 8 provides a method for dynamically downloading videos, further including:
- the triggering of downloading the current video includes:
- a download request for the next video chunk is generated and sent to the server to download the next video chunk.
- Example 9 provides a method for dynamically downloading videos, including:
- the method of generating a download request for the next video block includes:
- the amount of downloaded data is determined, and a download request is generated based on the amount of downloaded data.
- Example 10 provides a video dynamic downloading device, which includes:
- the video segment determination module is configured to determine the current video segment corresponding to the current playback moment during the playback of the current video
- the cache judgment threshold acquisition module is configured to obtain the cache judgment threshold corresponding to the current video segment
- a download strategy determination module is configured to determine a download strategy for the current video based on the amount of cached data that is currently cached and not played and the cache judgment threshold.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
Claims (12)
- 一种视频动态下载方法,包括:在对当前视频的播放过程中,确定当前播放时刻对应的当前视频分段;获取所述当前视频分段对应的缓存判断阈值;基于当前已缓存且未播放的缓存数据量和所述缓存判断阈值,确定对所述当前视频的下载策略。
- 根据权利要求1所述的方法,其中,所述确定当前播放时刻对应的当前视频分段,包括:确定视频分段分布中每一视频分段分别对应的播放时长范围;根据所述当前播放时刻所属的播放时长范围,确定当前播放时刻对应的当前视频分段。
- 根据权利要求2所述的方法,其中,所述视频分段分布的确定方式,包括:基于所述当前视频的视频时长,确定所述当前视频对应的视频分段分布。
- 根据权利要求2所述的方法,其中,所述视频分段分布的确定方式,包括:根据所述当前视频的视频分辨率,确定所述当前视频对应的视频分段分布。
- 根据权利要求3或4所述的方法,其中,所述视频分段分布的确定方式,包括:基于视频时长和视频分辨率中的至少一项,确定历史播放视频;在历史播放视频中,基于多个播放时刻的退出率确定视频分段分布。
- 根据权利要求1所述的方法,其中,不同视频分段对应不同的缓存判断阈值,所述缓存判断阈值与视频分段的播放时长正相关。
- 根据权利要求1所述的方法,其中,所述缓存判断阈值包括危险阈值和安全阈值;所述基于当前已缓存且未播放的缓存数据量和所述缓存判断阈值,确定对所述当前视频的下载策略,包括:响应于所述当前已缓存且未播放的缓存数据量小于所述危险阈值,触发对所述当前视频的下载;响应于所述当前已缓存且未播放的缓存数据量大于所述安全阈值,停止对未下载视频的下载,并继续实时获取所述当前已缓存且未播放的缓存数据量。
- 根据权利要求7所述的方法,其中,所述触发对所述当前视频的下载,包括:生成下一视频块的下载请求,将所述下载请求发送至服务器,以下载下一视频块。
- 根据权利要求8所述的方法,其中,所述生成下一视频块的下载请求,包括:根据下一视频块的时长和当前码率,确定下载数据量,基于所述下载数据量生成下载请求。
- 一种视频动态下载装置,包括:视频分段确定模块,设置为在对当前视频的播放过程中,确定当前播放时刻对应的当前视频分段;缓存判断阈值获取模块,设置为获取所述当前视频分段对应的缓存判断阈值;下载策略确定模块,设置为基于当前已缓存且未播放的缓存数据量和所述缓存判断阈值,确定对所述当前视频的下载策略。
- 一种电子设备,包括:至少一个处理器;存储装置,设置为存储至少一个程序,当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现如权利要求1-9中任一所述的视频动态下载方法。
- 一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行如权利要求1-9中任一所述的视频动态下载方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/844,777 US20250310597A1 (en) | 2022-03-08 | 2023-02-28 | Method and apparatus for dynamically downloading a video, electronic device and storage medium |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210220649.9A CN114584826B (zh) | 2022-03-08 | 2022-03-08 | 一种视频动态下载方法、装置、电子设备及存储介质 |
| CN202210220649.9 | 2022-03-08 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023169262A1 true WO2023169262A1 (zh) | 2023-09-14 |
Family
ID=81778535
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/078822 Ceased WO2023169262A1 (zh) | 2022-03-08 | 2023-02-28 | 一种视频动态下载方法、装置、电子设备及存储介质 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20250310597A1 (zh) |
| CN (1) | CN114584826B (zh) |
| WO (1) | WO2023169262A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118870106A (zh) * | 2024-07-04 | 2024-10-29 | 福建天晴在线互动科技有限公司 | 一种设置动态缓存水位的优化方法及终端 |
| US20250324123A1 (en) * | 2022-06-14 | 2025-10-16 | Peking University | Video transmission quality evaluation and optimization method and system based on user behavior |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114584826B (zh) * | 2022-03-08 | 2024-04-12 | 抖音视界有限公司 | 一种视频动态下载方法、装置、电子设备及存储介质 |
| CN116248766B (zh) * | 2023-01-29 | 2025-09-30 | 北京达佳互联信息技术有限公司 | 缓存控制方法、装置、电子设备及存储介质 |
| CN116208787B (zh) * | 2023-02-20 | 2025-01-10 | 抖音视界有限公司 | 一种视频下载控制方法、装置、设备和存储介质 |
| CN116800732A (zh) * | 2023-08-09 | 2023-09-22 | 平安银行股份有限公司 | 数据的下载方法、系统、电子设备和计算机可读存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6463508B1 (en) * | 1999-07-19 | 2002-10-08 | International Business Machines Corporation | Method and apparatus for caching a media stream |
| CN102790925A (zh) * | 2011-05-20 | 2012-11-21 | 深圳市快播科技有限公司 | 一种在线流媒体播放的方法及点播终端 |
| CN104995923A (zh) * | 2013-12-18 | 2015-10-21 | 华为技术有限公司 | 视频加速方法、客户端及网元 |
| CN108271048A (zh) * | 2018-02-09 | 2018-07-10 | 北京邮电大学 | 一种兼顾吞吐量和视频缓冲的码率自适应调整装置和方法 |
| CN114584826A (zh) * | 2022-03-08 | 2022-06-03 | 北京字节跳动网络技术有限公司 | 一种视频动态下载方法、装置、电子设备及存储介质 |
Family Cites Families (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9026671B2 (en) * | 2011-04-05 | 2015-05-05 | Qualcomm Incorporated | IP broadcast streaming services distribution using file delivery methods |
| US9632685B2 (en) * | 2012-05-31 | 2017-04-25 | Eric Qing Li | Method of navigating through a media program displayed on a portable electronic device in a magnified time scale |
| CN103024446A (zh) * | 2012-12-31 | 2013-04-03 | 传聚互动(北京)科技有限公司 | 网络视频的加载缓冲方法和系统 |
| EP2785067A1 (en) * | 2013-03-27 | 2014-10-01 | Alcatel Lucent | A method and client for requesting, receiving and decoding adaptive streaming video |
| US20160164788A1 (en) * | 2014-12-05 | 2016-06-09 | Qualcomm Incorporated | Egress Rate Shaping To Reduce Burstiness In Application Data Delivery |
| CN109525887B (zh) * | 2018-12-27 | 2021-06-18 | 长沙理工大学 | 一种在线视频的自调节播放方法、系统及装置 |
| CN110933482B (zh) * | 2019-12-06 | 2023-03-31 | 腾讯科技(深圳)有限公司 | 视频加载方法、装置、计算机可读存储介质和计算机设备 |
| CN113569150B (zh) * | 2021-08-10 | 2024-04-19 | 北京字节跳动网络技术有限公司 | 媒体内容预加载方法、模型构建方法及相关设备 |
| CN114040245B (zh) * | 2021-11-04 | 2023-12-29 | 广州博冠信息科技有限公司 | 视频播放方法、装置、计算机存储介质和电子设备 |
-
2022
- 2022-03-08 CN CN202210220649.9A patent/CN114584826B/zh active Active
-
2023
- 2023-02-28 US US18/844,777 patent/US20250310597A1/en active Pending
- 2023-02-28 WO PCT/CN2023/078822 patent/WO2023169262A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6463508B1 (en) * | 1999-07-19 | 2002-10-08 | International Business Machines Corporation | Method and apparatus for caching a media stream |
| CN102790925A (zh) * | 2011-05-20 | 2012-11-21 | 深圳市快播科技有限公司 | 一种在线流媒体播放的方法及点播终端 |
| CN104995923A (zh) * | 2013-12-18 | 2015-10-21 | 华为技术有限公司 | 视频加速方法、客户端及网元 |
| CN108271048A (zh) * | 2018-02-09 | 2018-07-10 | 北京邮电大学 | 一种兼顾吞吐量和视频缓冲的码率自适应调整装置和方法 |
| CN114584826A (zh) * | 2022-03-08 | 2022-06-03 | 北京字节跳动网络技术有限公司 | 一种视频动态下载方法、装置、电子设备及存储介质 |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20250324123A1 (en) * | 2022-06-14 | 2025-10-16 | Peking University | Video transmission quality evaluation and optimization method and system based on user behavior |
| US12537988B2 (en) * | 2022-06-14 | 2026-01-27 | Peking University | Video transmission quality evaluation and optimization method and system based on user behavior |
| CN118870106A (zh) * | 2024-07-04 | 2024-10-29 | 福建天晴在线互动科技有限公司 | 一种设置动态缓存水位的优化方法及终端 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN114584826A (zh) | 2022-06-03 |
| CN114584826B (zh) | 2024-04-12 |
| US20250310597A1 (en) | 2025-10-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2023169262A1 (zh) | 一种视频动态下载方法、装置、电子设备及存储介质 | |
| WO2022237744A1 (zh) | 视频的展示方法、装置、设备及介质 | |
| CN111225209B (zh) | 视频数据推流方法、装置、终端及存储介质 | |
| CN114786055A (zh) | 一种预加载方法、装置、电子设备及介质 | |
| CN112954354B (zh) | 视频的转码方法、装置、设备和介质 | |
| US12537984B2 (en) | Method of video downloading, method of video transmission, terminal device, server and storage medium | |
| CN112543487B (zh) | 电子设备的控制方法、装置、终端和存储介质 | |
| US20250203128A1 (en) | Live-streaming starting method, device and program product | |
| CN112578897B (zh) | 电子设备的控制方法、装置、终端和存储介质 | |
| WO2022183922A1 (zh) | 视频的自适应播放方法及设备 | |
| WO2023035884A1 (zh) | 动态画质视频播放方法、装置、电子设备及存储介质 | |
| CN111246228B (zh) | 直播间礼物资源更新方法、装置、介质及电子设备 | |
| WO2022078159A1 (zh) | 直播的开播方法及设备 | |
| CN114567812A (zh) | 音频播放方法、装置、系统、电子设备及存储介质 | |
| CN117156147A (zh) | 一种视频转码方法、装置、设备和存储介质 | |
| CN115134634A (zh) | 一种视频控制方法、装置、电子设备以及存储介质 | |
| WO2022188618A1 (zh) | 资源预加载方法、装置、设备和存储介质 | |
| CN115103210B (zh) | 信息处理方法、装置、终端和存储介质 | |
| CN116156267A (zh) | 虚拟资源获取及发送方法、装置、存储介质、电子设备 | |
| CN112636971B (zh) | 一种服务降级方法、装置、电子设备及存储介质 | |
| WO2023226757A1 (zh) | 视频缓存方法、装置、设备及存储介质 | |
| CN109951737B (zh) | 视频处理方法、装置、电子设备和计算机可读存储介质 | |
| CN115695917A (zh) | 一种视频播放方法、装置、设备及存储介质 | |
| CN115529461A (zh) | 一种视频转码方法、装置、电子设备及存储介质 | |
| CN112040328A (zh) | 数据交互方法、装置和电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23765840 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 04.12.2024) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23765840 Country of ref document: EP Kind code of ref document: A1 |
|
| WWP | Wipo information: published in national office |
Ref document number: 18844777 Country of ref document: US |