WO2016192253A1 - Procédé et dispositif permettant de précharger un fichier multimédia - Google Patents

Procédé et dispositif permettant de précharger un fichier multimédia Download PDF

Info

Publication number
WO2016192253A1
WO2016192253A1 PCT/CN2015/090391 CN2015090391W WO2016192253A1 WO 2016192253 A1 WO2016192253 A1 WO 2016192253A1 CN 2015090391 W CN2015090391 W CN 2015090391W WO 2016192253 A1 WO2016192253 A1 WO 2016192253A1
Authority
WO
WIPO (PCT)
Prior art keywords
media file
frequency
loading
preloaded
frequency table
Prior art date
Application number
PCT/CN2015/090391
Other languages
English (en)
Chinese (zh)
Inventor
李宇
Original Assignee
深圳Tcl数字技术有限公司
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 深圳Tcl数字技术有限公司 filed Critical 深圳Tcl数字技术有限公司
Publication of WO2016192253A1 publication Critical patent/WO2016192253A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the present invention relates to the field of media playback technologies, and in particular, to a method and an apparatus for preloading a media file.
  • the multimedia playing application can play the multimedia file while loading the multimedia file.
  • the video playing application can play the loaded video resource while loading the video resource, wherein the time for downloading the initial video resource is preloaded. time.
  • the more pre-loaded video resources the less chance the user needs to buffer the video while watching, and the smoother the playback.
  • the video playback application after the video playback application is started, some of the latest video resources are automatically downloaded, and the latest video resources are not necessarily intended to be viewed by the user, and have certain blindness. Therefore, if the user selects the video to watch, When these are not the latest video resources, they still need time to download after clicking and playing, and the playback experience is poor.
  • the main purpose of the present invention is to provide a method and device for preloading a media file, which aims to solve the technical problem that the media file loaded by the terminal before the media file is played is relatively blind.
  • the present invention provides a method for preloading a media file, and the method for preloading a media file includes the following steps:
  • the media file frequency table is not empty, obtaining frequency information of characters in the media file frequency table, and acquiring a preloaded media file according to the frequency information;
  • the method further includes:
  • the name of the played media file is decomposed into a single character, and the corresponding number of the single characters is calculated;
  • the frequency information of the characters in the media file frequency table is updated and stored according to the corresponding number of the single characters.
  • the step of acquiring the preloaded media file according to the frequency information includes:
  • the step of loading the preloaded media file includes:
  • the step includes:
  • the loading list stored on the terminal is obtained, and the media file in the loading list is obtained as the preloaded media file.
  • the step of acquiring the preloaded media file according to the frequency information includes:
  • the frequency of the media file is not empty, obtain the frequency information of the characters in the frequency table of the media file, obtain the media file in the loading list, and obtain the location according to the frequency information and the media file in the loading list. Preload the media file.
  • the present invention further provides an apparatus for loading a media file, where the apparatus for loading a media file includes:
  • a judging module configured to obtain a media file frequency table stored on the terminal after the terminal is powered on, and determine whether the media file frequency table is empty;
  • a first acquiring module configured to acquire frequency information of characters in the frequency table of the media file if the frequency of the media file is not empty, and obtain a preloaded media file according to the frequency information
  • the device for loading a media file further includes:
  • a decomposition module configured to: after the media file is played by the terminal, decompose the name of the played media file into a single character, and calculate a corresponding number of the single characters;
  • an update module configured to update and store frequency information of characters in the media file frequency table according to the corresponding number of the single characters.
  • the first obtaining module comprises:
  • a calculating unit configured to acquire frequency information of a character in the frequency table of the media file, and calculate a playing frequency of the media file according to the frequency information
  • an obtaining unit configured to acquire the media file whose playing frequency is greater than a preset frequency as the preloaded media file.
  • the device for loading a media file further includes:
  • Adding a module configured to add the preloaded media file to a load list stored on the terminal and save the file
  • a second obtaining module configured to acquire the loading list stored on the terminal, and obtain a media file in the loading list as the preloading media file, if the media file frequency table is empty.
  • the first obtaining module is specifically configured to: if the media file frequency table is not empty, acquire frequency information of characters in the media file frequency table, and obtain a media file in the loading list, according to the frequency The information and the media files in the load list obtain the preloaded media file.
  • the method and device for preloading a media file after the terminal is powered on, first obtain a stored media file frequency table.
  • the media file frequency table can be obtained from the media file frequency table.
  • the preloaded media file can be obtained according to the character and the frequency corresponding to the character.
  • the preloaded media file is the media file that the user is watching recently, or the media file that the user is watching recently.
  • the most relevant media files, which are closest to the user's recent viewing interest, that is, the preloaded media file is the media file that the user wants to watch most. In this way, the media file that the user wants to watch most accurately can be predicted.
  • the media file After the terminal is powered on, the media file is not blindly loaded, but the media file that the user wants to watch is loaded, so that when the user clicks to view the preloaded file, the user does not need to wait for the preloading to complete, but clicks. You can watch it directly, and the loading time of media files is rationalized. Loads purpose, can greatly improve the user experience.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for preloading a media file according to the present invention
  • FIG. 2 is a schematic flowchart of a second embodiment of a method for preloading a media file according to the present invention
  • step S102 in FIG. 1 is a schematic flowchart of the refinement of step S102 in FIG. 1;
  • FIG. 4 is a schematic flowchart of a third embodiment of a method for preloading a media file according to the present invention.
  • FIG. 5 is a schematic diagram of functional modules of a first embodiment of an apparatus for loading a media file according to the present invention
  • FIG. 6 is a schematic diagram of functional modules of a second embodiment of an apparatus for loading a media file according to the present invention.
  • FIG. 7 is a schematic diagram of a refinement function module of the first acquisition module in FIG. 5;
  • FIG. 8 is a schematic diagram of functional modules of a third embodiment of an apparatus for loading a media file according to the present invention.
  • the present invention provides a method for preloading a media file.
  • the method for preloading a media file includes:
  • Step S101 After the terminal is powered on, obtain a media file frequency table stored on the terminal, and determine whether the media file frequency table is empty.
  • the media file may be a video file or an audio file or the like.
  • the terminal When the terminal is powered on, the user can play games, watch TV, etc., and the terminal obtains the stored media file frequency table in the background (Rate Table), the media file frequency table stores the names of all the media files recently viewed by the user, each character corresponding to the name, and the frequency of each character, for example, the name of the movie and the TV drama stored in the user history are stored. The frequency of each character.
  • the character may be a Chinese character or a non-Chinese character.
  • one Chinese character is one character; in the non-Chinese character, in the case of English or German, each word is one character.
  • the frequency of each Chinese character in the movie is 1, and if the user clicks to watch for the second time, the frequency is performed. Accumulatively, the frequency of each Chinese character in the movie in the media file frequency table is 2.
  • the media file frequency table stored on the terminal is emptied every predetermined time, for example every other one. Empty for month.
  • the terminal After the terminal is powered on, it is determined whether the obtained media file frequency table is empty. If it is not empty, the following operations are performed.
  • Step S102 If the media file frequency table is not empty, obtain frequency information of characters in the media file frequency table, and obtain a preloaded media file according to the frequency information;
  • the characters in the media file frequency table and the frequency corresponding to the characters may be obtained, and the playing frequency of the media file in the playing history may be calculated according to the characters and the frequency corresponding to the characters. And then obtaining a media file with a high playing frequency as a preloaded media file, that is, a media file that the user is watching recently, or a media file most relevant to the media file that the user is watching recently, and the media files are the most Close to the user's recent viewing interest, the media file that the user wants to watch is accurately predicted, so the pre-loaded media file is considered to be the media file that the user wants to watch most.
  • the media file frequency table includes, in addition to the name of the media file, each character corresponding to the name, and the frequency of each character, character type information, and the character is identified as a Chinese character or a non-Chinese character, wherein the media file
  • the table of the frequency table uses id, mdata, and num, and the three fields correspond to the frequencies corresponding to the id, characters, and characters.
  • the characters in the name of the played media file are obtained, it is determined whether the characters in the media file frequency table include these characters, and if so, the num corresponding to one character is added to the frequency in the media file frequency table by one, two The num corresponding to the same character is added to the frequency of the media file frequency table by 2, and if the media file frequency table does not include one of the characters, the character is added to the media file frequency table, and then Num is set to 1.
  • the frequency of the Chinese characters included in the movie name increases with the number of times the user clicks to watch, and the terminal automatically loads the latest episode of the movie when the terminal is next turned on, or When the movie does not have the latest episode, the user is likely to watch other videos related to the name of the movie. For example, after watching the movie "Changsha Defend", the user may also want to watch a similar movie "War Changsha”.
  • this embodiment analyzes the frequency of characters in the name of the movie according to the name of the movie that has been viewed in the history of the user, and can obtain the movie that the user is most likely to watch in the future, with these
  • the movie is a preloaded media file that is automatically loaded after the terminal is powered on.
  • Step S103 loading the preloaded media file.
  • the terminal automatically loads the pre-loaded media file after analyzing the media file frequency table in the background. Since the terminal automatically loads the pre-loaded media file when the terminal is turned on, the terminal accurately predicts the media file that the user wants to watch. In this way, when the user clicks on the preloaded media file that has been loaded, the terminal does not need to preload it, but can play directly, and the user does not need to wait for the preloading to complete the viewing, thereby improving the user experience.
  • the stored media file frequency table is first obtained.
  • the media file frequency table may be obtained from the media file recently viewed by the user.
  • the character and the frequency corresponding to the character, the preloaded media file can be obtained according to the character and the frequency corresponding to the character, and the preloaded media file is also the media file that the user is watching recently, or is most relevant to the media file that the user is watching recently.
  • Media files, these media files are closest to the user's recent viewing interest, that is, the pre-loaded media files are the media files that the user wants to watch most. In this way, the media files that the user wants to watch most can be accurately predicted.
  • the method further includes:
  • Step S104 after the terminal plays the media file, the name of the played media file is decomposed into a single character, and the corresponding number of the single characters is calculated;
  • Step S105 Update and store the frequency information of the characters in the frequency table of the media file according to the corresponding number of the single characters.
  • the terminal decomposes the name of the played media file into a single character, and then determines whether the character is included in the media file frequency table. If included, the num corresponding to one character is incremented by 1 on the basis of the frequency in the media file frequency table, and the num corresponding to the two identical characters is added to the frequency in the frequency table of the media file by 2, if the frequency of the media file If the table does not contain one of these characters, the character is added to the media file frequency table and then set to 1 in its num.
  • the foregoing step S102 includes:
  • Step S1021 Acquire frequency information of characters in the media file frequency table, and calculate a play frequency of the media file according to the frequency information;
  • Step S1022 Acquire a media file whose playing frequency is greater than a preset frequency as the preloaded media file.
  • the characters in the frequency table of the media file and the frequency corresponding to the characters are obtained, and the playing frequency of the media file in the playing history can be calculated according to the characters and the frequency corresponding to the characters, and the playing frequency can indicate that the corresponding media file is in the near future.
  • the frequency of user viewing Considering that the number of media files viewed by the user may be relatively large, the embodiment only obtains a media file whose playback frequency is greater than the preset frequency as a preloaded media file.
  • the latest media file can be preferentially obtained as a preloaded media file.
  • the method further includes:
  • Step S106 Add the preloaded media file to the loading list stored on the terminal and save it;
  • the method further includes:
  • Step S107 Acquire the loading list stored on the terminal, and obtain a media file in the loading list as the preloaded media file.
  • this embodiment when the terminal is powered on for the first time, the media file frequency table is empty, indicating that the information in the media file frequency table has been cleared.
  • this embodiment can obtain a loading list stored on the terminal, where the loading list stores a preloaded media file loaded by the user when the user last turned on, and therefore, the terminal obtains the loading list. After that, information about the media file in the loading list can be obtained, and the related media file is obtained as a preloaded file according to the information. For example, if you watched the serial drama Tiger Mom and Dad last 10 episodes, the list will be kept in the loading list, and the Tiger Mom Cat Dad will keep the data of 10 episodes. After emptying, open the opportunity to download the 11 episodes of Tiger Mom Cat Dad.
  • the frequency information of the characters in the frequency table of the media file is obtained, and the loading list may be further obtained.
  • the media file based on the media file in the load list, is used to analyze the frequency information of the characters in the media file frequency table, so that the speed of the analysis can be accelerated, so that the preloaded media file can be quickly obtained.
  • the present invention also provides an apparatus for loading a media file.
  • the apparatus for loading a media file includes:
  • the determining module 101 is configured to obtain a media file frequency table stored on the terminal after the terminal is powered on, and determine whether the media file frequency table is empty.
  • the media file may be a video file or an audio file or the like.
  • the terminal When the terminal is powered on, the user can play games, watch TV, etc., and the terminal obtains the stored media file frequency table in the background (Rate Table), the media file frequency table stores the names of all the media files recently viewed by the user, each character corresponding to the name, and the frequency of each character, for example, the name of the movie and the TV drama stored in the user history are stored. The frequency of each character.
  • the character may be a Chinese character or a non-Chinese character.
  • one Chinese character is one character; in the non-Chinese character, in the case of English or German, each word is one character.
  • the frequency of each Chinese character in the movie is 1, and if the user clicks to watch for the second time, the frequency is performed. Accumulatively, the frequency of each Chinese character in the movie in the media file frequency table is 2.
  • the media file frequency table stored on the terminal is emptied every predetermined time, for example every other one. Empty for month.
  • the terminal After the terminal is powered on, it is determined whether the obtained media file frequency table is empty. If it is not empty, the following operations are performed.
  • the first obtaining module 102 is configured to obtain frequency information of characters in the frequency table of the media file if the frequency of the media file is not empty, and obtain a preloaded media file according to the frequency information;
  • the characters in the media file frequency table and the frequency corresponding to the characters may be obtained, and the playing frequency of the media file in the playing history may be calculated according to the characters and the frequency corresponding to the characters. And then obtaining a media file with a high playing frequency as a preloaded media file, that is, a media file that the user is watching recently, or a media file most relevant to the media file that the user is watching recently, and the media files are the most Close to the user's recent viewing interest, the media file that the user wants to watch is accurately predicted, so the pre-loaded media file is considered to be the media file that the user wants to watch most.
  • the media file frequency table includes, in addition to the name of the media file, each character corresponding to the name, and the frequency of each character, character type information, and the character is identified as a Chinese character or a non-Chinese character, wherein the media file
  • the table of the frequency table uses id, mdata, and num, and the three fields correspond to the frequencies corresponding to the id, characters, and characters.
  • the characters in the name of the played media file are obtained, it is determined whether the characters in the media file frequency table include these characters, and if so, the num corresponding to one character is added to the frequency in the media file frequency table by one, two The num corresponding to the same character is added to the frequency of the media file frequency table by 2, and if the media file frequency table does not include one of the characters, the character is added to the media file frequency table, and then Num is set to 1.
  • the frequency of the Chinese characters included in the movie name increases with the number of times the user clicks to watch, and the terminal automatically loads the latest episode of the movie when the terminal is next turned on, or When the movie does not have the latest episode, the user is likely to watch other videos related to the name of the movie. For example, after watching the movie "Changsha Defend", the user may also want to watch a similar movie "War Changsha”.
  • this embodiment analyzes the frequency of characters in the name of the movie according to the name of the movie that has been viewed in the history of the user, and can obtain the movie that the user is most likely to watch in the future, with these
  • the movie is a preloaded media file that is automatically loaded after the terminal is powered on.
  • the loading module 103 is configured to load the preloaded media file.
  • the terminal automatically loads the pre-loaded media file after analyzing the media file frequency table in the background. Since the terminal automatically loads the pre-loaded media file when the terminal is turned on, the terminal accurately predicts the media file that the user wants to watch. In this way, when the user clicks on the preloaded media file that has been loaded, the terminal does not need to preload it, but can play directly, and the user does not need to wait for the preloading to complete the viewing, thereby improving the user experience.
  • the stored media file frequency table is first obtained.
  • the media file frequency table may be obtained from the media file recently viewed by the user.
  • the character and the frequency corresponding to the character, the preloaded media file can be obtained according to the character and the frequency corresponding to the character, and the preloaded media file is also the media file that the user is watching recently, or is most relevant to the media file that the user is watching recently.
  • Media files, these media files are closest to the user's recent viewing interest, that is, the pre-loaded media files are the media files that the user wants to watch most. In this way, the media files that the user wants to watch most can be accurately predicted.
  • the apparatus for loading a media file further includes:
  • the decomposition module 104 is configured to, after the terminal plays the media file, decompose the name of the played media file into a single character, and calculate a corresponding number of the single characters;
  • the updating module 105 is configured to update and store frequency information of characters in the media file frequency table according to the corresponding number of the single characters.
  • the terminal decomposes the name of the played media file into a single character, and then determines whether the character is included in the media file frequency table. If included, the num corresponding to one character is incremented by 1 on the basis of the frequency in the media file frequency table, and the num corresponding to the two identical characters is added to the frequency in the frequency table of the media file by 2, if the frequency of the media file If the table does not contain one of these characters, the character is added to the media file frequency table and then set to 1 in its num.
  • the first obtaining module 102 includes:
  • the calculating unit 1021 is configured to acquire frequency information of characters in the media file frequency table, and calculate a playing frequency of the media file according to the frequency information;
  • the obtaining unit 1022 is configured to obtain, as the preloaded media file, a media file whose playing frequency is greater than a preset frequency.
  • the characters in the frequency table of the media file and the frequency corresponding to the characters are obtained, and the playing frequency of the media file in the playing history can be calculated according to the characters and the frequency corresponding to the characters, and the playing frequency can indicate that the corresponding media file is in the near future.
  • the frequency of user viewing Considering that the number of media files viewed by the user may be relatively large, the embodiment only obtains a media file whose playback frequency is greater than the preset frequency as a preloaded media file.
  • the latest media file can be preferentially obtained as a preloaded media file.
  • the apparatus for loading a media file further includes:
  • the adding module 106 is configured to add the preloaded media file to a loading list stored on the terminal and save the storage file;
  • the second obtaining module 107 is configured to acquire the loading list stored on the terminal, and obtain a media file in the loading list as the preloading media file, if the media file frequency table is empty.
  • the embodiment when the terminal is powered on for the first time, the media file frequency table is empty, indicating that the information in the media file frequency table has been cleared.
  • the embodiment may obtain a loading list stored on the terminal, where the loading list stores a preloaded media file loaded by the user when the user last turned on, and therefore, the terminal obtains the loading list. After that, information about the media file in the loading list can be obtained, and the related media file is obtained as a preloaded file according to the information.
  • the frequency information of the characters in the media file frequency table is obtained, and the loading list may be further obtained.
  • the media file based on the media file in the load list, is used to analyze the frequency information of the characters in the media file frequency table, so that the speed of the analysis can be accelerated, so that the preloaded media file can be quickly obtained.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

L'invention concerne un procédé et un dispositif permettant de précharger un fichier multimédia. Ledit procédé comprend les étapes qui consistent : à acquérir, après qu'un terminal a été amorcé, une table de fréquence de fichier multimédia mémorisée sur le terminal, et à déterminer si la table de fréquence de fichier multimédia est vide (S101) ; si la table n'est pas vide, à acquérir des informations de fréquence d'un personnage dans la table de fréquence de fichier multimédia, et à acquérir, conformément aux informations de fréquence, un fichier multimédia préchargé (S102) ; puis à charger le fichier multimédia préchargé (S103). La présente invention permet de prédire avec précision le fichier multimédia qu'un utilisateur souhaite le plus regarder. Après avoir été amorcé, le terminal chargera le fichier multimédia que l'utilisateur souhaite le plus regarder plutôt qu'un fichier multimédia aléatoire, et l'utilisateur pourra regarder le fichier multimédia avant la fin de son préchargement. En conséquence, le temps de chargement d'un fichier multimédia est raisonnable, et le chargement est une action dirigée, ce qui améliore considérablement l'expérience utilisateur.
PCT/CN2015/090391 2015-05-29 2015-09-23 Procédé et dispositif permettant de précharger un fichier multimédia WO2016192253A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510288955.6 2015-05-29
CN201510288955.6A CN105677381B (zh) 2015-05-29 2015-05-29 预加载媒体文件的方法及装置

Publications (1)

Publication Number Publication Date
WO2016192253A1 true WO2016192253A1 (fr) 2016-12-08

Family

ID=56946817

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/090391 WO2016192253A1 (fr) 2015-05-29 2015-09-23 Procédé et dispositif permettant de précharger un fichier multimédia

Country Status (2)

Country Link
CN (1) CN105677381B (fr)
WO (1) WO2016192253A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113569150A (zh) * 2021-08-10 2021-10-29 北京字节跳动网络技术有限公司 媒体内容预加载方法、模型构建方法及相关设备

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109189956B (zh) * 2018-08-10 2021-11-02 北京微播视界科技有限公司 信息处理方法、装置、电子设备及计算机可读存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070206247A1 (en) * 2006-03-01 2007-09-06 Intouch Group, Inc. System, apparatus, and method for managing preloaded digital files for preview on a digital media playback apparatus
CN101777028A (zh) * 2010-01-21 2010-07-14 北京北大众志微***科技有限责任公司 一种混合型二级存储***的实现方法及装置
CN102446222A (zh) * 2011-12-22 2012-05-09 华为技术有限公司 一种网页内容预加载方法、装置及***
CN102750174A (zh) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 文件加载方法及装置
CN103488495A (zh) * 2013-08-13 2014-01-01 广东欧珀移动通信有限公司 一种通过动态调整开机预加载资源加速开机的方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011148511A1 (fr) * 2010-05-28 2011-12-01 富士通株式会社 Programme, dispositif, procédé de génération d'information, et programme, dispositif, procédé d'extraction d'information
TWI513286B (zh) * 2012-08-28 2015-12-11 Ind Tech Res Inst 影片續播方法及系統
CN103744905B (zh) * 2013-12-25 2018-03-30 新浪网技术(中国)有限公司 垃圾邮件判定方法和装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070206247A1 (en) * 2006-03-01 2007-09-06 Intouch Group, Inc. System, apparatus, and method for managing preloaded digital files for preview on a digital media playback apparatus
CN101777028A (zh) * 2010-01-21 2010-07-14 北京北大众志微***科技有限责任公司 一种混合型二级存储***的实现方法及装置
CN102446222A (zh) * 2011-12-22 2012-05-09 华为技术有限公司 一种网页内容预加载方法、装置及***
CN102750174A (zh) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 文件加载方法及装置
CN103488495A (zh) * 2013-08-13 2014-01-01 广东欧珀移动通信有限公司 一种通过动态调整开机预加载资源加速开机的方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113569150A (zh) * 2021-08-10 2021-10-29 北京字节跳动网络技术有限公司 媒体内容预加载方法、模型构建方法及相关设备
CN113569150B (zh) * 2021-08-10 2024-04-19 北京字节跳动网络技术有限公司 媒体内容预加载方法、模型构建方法及相关设备

Also Published As

Publication number Publication date
CN105677381A (zh) 2016-06-15
CN105677381B (zh) 2019-07-12

Similar Documents

Publication Publication Date Title
WO2018018681A1 (fr) Procédé et dispositif de prévisualisation de programme vidéo
WO2019119771A1 (fr) Dispositif et procédé d'interaction vocale, et support d'informations lisible par ordinateur
WO2017041538A1 (fr) Procédé et dispositif d'affichage commandé par interface utilisateur de terminal
WO2016192254A1 (fr) Procédé et dispositif de lecture en ligne d'une vidéo en réseau
WO2016091011A1 (fr) Dispositif et procédé de commutation de sous-titres
WO2017063368A1 (fr) Procédé et dispositif d'insertion de publicité vidéo
WO2017190450A1 (fr) Procédé et appareil de clôture de processus
WO2018036057A1 (fr) Procédé et dispositif de mise à niveau adaptative en arrière-plan de logiciel
WO2016165556A1 (fr) Procédé, dispositif et système de traitement de données pour un flux vidéo
WO2017063366A1 (fr) Procédé et système de lancement d'une application
WO2017107378A1 (fr) Procédé et dispositif de téléchargement de données vidéo accéléré reposant sur un contenu multimédia en flux hls
WO2015058570A1 (fr) Procédé et dispositif de reconnaissance automatique d'opérateur de réseau pour réaliser une configuration de données
WO2015144089A1 (fr) Procédé et appareil de recommandation d'application
WO2018126888A1 (fr) Procédé et appareil de configuration d'un raccourci pour une fonction de télévision
WO2018053963A1 (fr) Procédé et appareil de mise à niveau d'un système de téléviseur intelligent
WO2012028079A1 (fr) Procédé et dispositif servant à importer les données de sauvegarde d'un terminal mobile
WO2017121066A1 (fr) Procédé et système d'affichage de programme d'application
WO2017059686A1 (fr) Procédé et dispositif d'affichage de bureau
WO2017084305A1 (fr) Procédé et système de contrôle d'un terminal
WO2017020649A1 (fr) Procédé de commande de lecture audio/vidéo et dispositif associé
WO2014048239A1 (fr) Procédé de lecture sur une télévision intelligente et télévision intelligente
WO2017036208A1 (fr) Procédé et système pour extraire des informations dans une interface d'affichage
WO2019051897A1 (fr) Procédé et dispositif de réglage de paramètre de fonctionnement de terminal, et support d'informations lisible par ordinateur
WO2018121026A1 (fr) Procédé et système de configuration de boîtier adaptateur
WO2016192253A1 (fr) Procédé et dispositif permettant de précharger un fichier multimédia

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

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 18.04.2018)

122 Ep: pct application non-entry in european phase

Ref document number: 15893905

Country of ref document: EP

Kind code of ref document: A1