WO2019085347A1 - 电视机系统软件的升级方法及装置 - Google Patents
电视机系统软件的升级方法及装置 Download PDFInfo
- Publication number
- WO2019085347A1 WO2019085347A1 PCT/CN2018/076627 CN2018076627W WO2019085347A1 WO 2019085347 A1 WO2019085347 A1 WO 2019085347A1 CN 2018076627 W CN2018076627 W CN 2018076627W WO 2019085347 A1 WO2019085347 A1 WO 2019085347A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- upgrade
- upgrade data
- data block
- upgrading
- Prior art date
Links
Images
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/45—Management operations performed by the client for facilitating the reception of or the interaction with the content or administrating data related to the end-user or to the client device itself, e.g. learning user preferences for recommending movies, resolving scheduling conflicts
- H04N21/458—Scheduling content for creating a personalised stream, e.g. by combining a locally stored advertisement with an incoming stream; Updating operations, e.g. for OS modules ; time-related management operations
-
- 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/443—OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
- H04N21/4435—Memory management
Definitions
- the embodiments of the present disclosure relate to the field of communications technologies, and in particular, to a method and an apparatus for upgrading a television system software.
- OAD On Air Download
- Android Android
- OAD On Air Download
- the vendor develops a new feature or updates a small problem (generally referred to as a software issue) in a TV set
- the vendor can provide the updated software to the TV broadcast service provider, and the TV broadcast service provider can Upgrade software is added to the show.
- the television that is watching the program will identify whether there is update software for the batch of TVs in the program information, then download the software to the TV and ask the user whether to upgrade the software.
- the TV broadcast service provider When a TV installed with an Android system requires a software upgrade, the TV broadcast service provider usually follows the data carousel provided by the DSMCC (Digital Storage Media Command and Control) specification. Way to send data.
- the data carousel standard the following four messages in the DSMCC specification are adopted: (1) DDB (DownloadDataBlock, download data block message), DII (DownloadInfoIndication, download indication message), DSI (DownloadServerInitiate, download server initialization message) And DownloadCancel (download cancellation message), wherein the data to be transmitted is encapsulated in the DDB, and the control message is encapsulated in DSI, DII and DownloadCancel. Therefore, when the TV terminal needs to download the upgrade data, the data encapsulated in the DDB needs to be downloaded in the order of the data blocks described by DII.
- DSMCC Digital Storage Media Command and Control
- the TV takes a lot of time to receive data and perform software upgrades, which greatly affects the user experience.
- the embodiments of the present disclosure provide a method and a device for upgrading a television system software, which can reduce the time spent by the software upgrade of the television system, reduce the waiting time of the user, and achieve the effect of improving the user experience.
- an embodiment of the present disclosure provides a method for upgrading a television system software, where the method includes: determining, according to a preset identification identifier, whether there is upgrade data in a received transport stream; if the upgrade data exists, A multi-thread parallel request is initiated and the upgrade data is received; the upgrade data is written to a corresponding memory for upgrade.
- the initiating the multi-thread parallel request and receiving the upgrade data includes: starting multi-thread parallel request to describe information corresponding to the upgrade data; parsing the description information to obtain related attribute information of the upgrade data Receiving the upgrade data according to the related attribute information, and buffering the upgrade data.
- the upgrade data includes at least one data block, where the related attribute information includes size information of a storage space occupied by at least one data block, a sequence number corresponding to each data block, and each data block is in the upgrade data.
- Location information includes size information of a storage space occupied by at least one data block, a sequence number corresponding to each data block, and each data block is in the upgrade data.
- the buffering the upgrade data includes: receiving the at least one data block according to the location information, and opening a set number of cache regions for the at least one data block according to the size information;
- the at least one data block is stored in the cache area in a sequential increment manner;
- the writing the upgrade data to the corresponding memory for upgrading comprises: writing at least one data block stored in the cache area to a corresponding memory for upgrading.
- the method further includes: acquiring a preset check code corresponding to the at least one data block, and according to the preset The check code performs a CRC check on the at least one data block.
- the writing the upgrade data to the corresponding memory for upgrading comprises: writing the upgrade data to a corresponding memory; when acquiring an upgrade instruction of the system software, according to the upgrade instruction, The upgrade data overwrites the raw data in the memory for upgrade.
- the method before the initiating the multi-thread parallel request and receiving the upgrade data, the method further includes: switching a frequency point corresponding to the currently played program of the television to a frequency point corresponding to the upgrade data, for receiving .
- an embodiment of the present disclosure provides an apparatus for upgrading a television system software, where the apparatus includes: an upgrade data identification module, an upgrade data receiving module, and an upgrade module.
- the upgrade data identification module is configured to determine whether the upgrade data exists in the received transport stream according to the preset identification identifier.
- the upgrade data receiving module is configured to initiate a multi-thread parallel request and receive the upgrade data if the upgrade data is present.
- the upgrade module is configured to write the upgrade data to a corresponding memory for upgrade.
- the upgrade data receiving module includes: a description information requesting unit, an attribute information acquiring unit, and a data buffering unit.
- the description information request unit is configured to start the multi-thread parallel request to describe the information corresponding to the upgrade data.
- the attribute information acquiring unit is configured to parse the description information to acquire related attribute information of the upgrade data.
- the data cache unit is configured to receive the upgrade data by the related attribute information, and cache the upgrade data.
- the upgrade data includes at least one data block, where the related attribute information includes size information of a storage space occupied by at least one data block, a sequence number corresponding to each data block, and each data block is in the upgrade data. Location information.
- the data buffering unit is further configured to: receive the at least one data block according to the location information, and open a set number of cache regions for the at least one data block according to the size information; A data block is stored in the cache area in such a manner that the sequence numbers are sequentially incremented.
- the upgrading module is further configured to: write at least one data block stored in the cache area into a corresponding memory for upgrading.
- the device further includes: a verification module, configured to acquire a preset corresponding to the at least one data block after the at least one data block stored in the cache area is written into a corresponding memory for upgrading And verifying the code, and performing CRC check on the data block according to the preset check code.
- a verification module configured to acquire a preset corresponding to the at least one data block after the at least one data block stored in the cache area is written into a corresponding memory for upgrading And verifying the code, and performing CRC check on the data block according to the preset check code.
- the upgrading module is configured to: write the upgrade data into a corresponding memory; when acquiring an upgrade instruction of the system software, overlay the upgrade data to the original in the memory according to the upgrade instruction. Data to upgrade.
- the device is configured to: a frequency point switching module, configured to switch a frequency point corresponding to a current broadcast program of the television to a frequency corresponding to the upgrade data, before the multi-thread parallel request is started and the upgrade data is received Point for receiving.
- a frequency point switching module configured to switch a frequency point corresponding to a current broadcast program of the television to a frequency corresponding to the upgrade data, before the multi-thread parallel request is started and the upgrade data is received Point for receiving.
- an embodiment of the present disclosure provides an electronic device, including: one or more processors; and a memory coupled to the one or more processors.
- the memory stores one or more programs, the one or more programs being configured to cause the one or more processors to perform an upgrade method of the television system software described above.
- an embodiment of the present disclosure provides a non-transitory computer readable storage medium, wherein the storage medium stores computer instructions configured to cause a computer to perform an upgrade method of the television system software.
- the technical solution of the embodiment of the present disclosure if it is determined that the upgrade data exists in the received transport stream according to the preset identification identifier, the multi-thread parallel request is started and the upgrade data is received.
- the technical solution of the embodiments of the present disclosure saves time for data transmission and improves the upgrade rate of the television system software.
- the system software can be upgraded by writing upgrade data to the corresponding memory.
- FIG. 1 is a schematic flowchart diagram of a method for upgrading a television system software according to Embodiment 1 of the present disclosure.
- FIG. 2 is a schematic diagram of data packet transmission according to Embodiment 1 of the present disclosure.
- FIG. 3 is a schematic flowchart diagram of a method for upgrading a preferred television system software according to Embodiment 2 of the present disclosure.
- FIG. 4 is a structural block diagram of an apparatus for upgrading a television system software according to Embodiment 3 of the present disclosure.
- FIG. 1 is a schematic flowchart diagram of a method for upgrading a television system software according to Embodiment 1 of the present disclosure.
- the method of the present embodiment can be performed by an upgrade device of the television system software, wherein the device can be implemented by software and/or hardware, and can generally be integrated in a digital television integrated machine or set top box.
- the method may include the following steps.
- step S110 it is determined whether there is upgrade data in the received transport stream according to the preset identification identifier.
- the television broadcast program service provider will cyclically transmit the upgrade data according to the data carousel mode of the DSMCC specification.
- the upgrade data has a preset identification identifier corresponding thereto.
- the preset identification identifier will also be multiplexed into the transport stream and sent to the TV end.
- TS Transport Stream
- step S120 if there is upgrade data, the multi-thread parallel request is initiated and the upgrade data is received.
- the frequency point corresponding to the current broadcast program of the television set can be automatically switched to the frequency point corresponding to the upgrade data, so as to avoid the frequency corresponding to the current broadcast program.
- the frequency points corresponding to the upgrade data are inconsistent and the upgrade data cannot be successfully received, which lays a foundation for the automatic upgrade of the TV system software.
- the instruction for multi-thread parallel request data can be started without switching the frequency point.
- the object that the program starts multi-thread sending data request instruction is DEMUX (demultiplexer). Since the television broadcast program service provider transmits the upgrade data in the form of data round robin, the television DEMUX can provide the upgrade data in the transport stream to the parallel multi-thread for receiving only when receiving the request instruction.
- the user may be reminded whether to receive the upgrade data by popping up a dialog box on the display interface of the television or by using a voice prompt.
- the frequency point corresponding to the currently played program can be automatically switched to the frequency point corresponding to the upgrade data for receiving the upgrade data.
- the frequency point corresponding to the currently played program is continued.
- FIG. 2 is a schematic diagram of data packet transmission according to Embodiment 1 of the present disclosure.
- the broadcast and SW Provider cyclically transmits data according to the carousel mode.
- the DEMUX After receiving the multi-thread parallel request command, the DEMUX passes the radio (Radio Frequency) signal to the TV broadcast program service provider. The sent data is provided to the executing process, enabling simultaneous transmission of multiple data packets.
- the TV terminal can receive multiple data packets at the same time.
- the data transmission method provided by the embodiment is faster, more efficient, and shorter than the technical solution provided by the related art for sending a request by one thread and receiving the upgrade data, that is, the data packets are transmitted and received one by one.
- the user watching the TV program waits for the time to receive the upgrade data, which improves the user experience.
- step S130 the upgrade data is written to the corresponding memory for upgrading.
- the upgrade data is written into the corresponding memory for upgrading, specifically: the upgrade data is written into the corresponding memory; when the upgrade instruction of the system software is obtained, the upgrade data is overwritten according to the upgrade instruction.
- Raw data in to upgrade is written into the corresponding memory for upgrading.
- the software upgrade instruction may be a restart instruction automatically triggered by the television system, or may be used to prompt the user to obtain a restart instruction sent by the user.
- the upgrade data will overwrite the original system data in the memory to complete the upgrade of the system software.
- An embodiment of the present disclosure provides a method for upgrading a television system software, by determining, according to a preset identification identifier, that if there is upgrade data in the received transport stream, starting a multi-thread parallel request and receiving the upgrade data.
- the technical solution of the embodiments of the present disclosure saves time for data transmission and improves the upgrade rate of the television system software.
- the system software can be upgraded by writing upgrade data to the corresponding memory.
- FIG. 3 is a schematic flowchart diagram of a method for upgrading a preferred television system software according to Embodiment 2 of the present disclosure.
- the second embodiment optimizes the step of “starting the multi-thread parallel request and receiving the upgrade data” to: “start the description information corresponding to the multi-thread parallel request and the upgrade data; and parse the description information to obtain the upgrade.
- the attribute information of the data is received; the upgrade data is received according to the related attribute information, and the upgrade data is cached.”
- the second embodiment of the present disclosure includes the following steps.
- step S210 it is determined whether there is upgrade data in the received transport stream according to the preset identification identifier.
- step S220 if there is upgrade data, the multi-thread parallel request is started to request description information corresponding to the upgrade data.
- the upgrade data includes at least one data block.
- the TV broadcast program service provider cuts the upgrade data into a plurality of data blocks before sending the upgrade data, and sends the multiple data blocks out of order.
- the upgrade data is averagely cut into a plurality of data blocks according to the size of the storage space occupied by the data block.
- the description information is auxiliary data of the upgrade data, and there is no upgrade data that has practical effects on the system software upgrade in the auxiliary data, but only some related attribute information of each data block in the upgrade data is described.
- the description information in this embodiment mainly includes DSI and DII information.
- the related attribute information includes, but is not limited to, size information of the storage space occupied by the at least one data block, a sequence number and a size corresponding to each data block, and a specific location of each data block in the upgrade data.
- the above related attribute information can be embodied in the description information of the upgrade data.
- step S230 the description information is parsed to obtain related attribute information of the upgrade data.
- the related attribute information of the at least one data block may be acquired.
- step S240 the upgrade data is received according to the related attribute information, and the upgrade data is cached.
- the upgrade data transmitted by the television broadcast program service provider includes not only data blocks that have practical effects on the TV system software upgrade, but also a plurality of auxiliary data related to the data blocks and the like. Therefore, for data other than data blocks, reception and storage are not required to reduce the storage pressure of the buffer area.
- the data when receiving a data block that has a practical effect on the software upgrade of the television system, the data may be received according to related attribute information of the data block.
- the related attribute information includes a specific location of each data block in the upgrade data. Therefore, at least one data block can be received according to the above specific location, and other data that has no practical effect on the system software upgrade can be ignored.
- the specific step of buffering the upgrade data may be: opening a set number of cache areas for the at least one data block according to the size information; The data block is stored in the cache area in such a manner that the sequence numbers of the data blocks are sequentially incremented.
- a set number of cache areas may be allocated to the at least one data block according to the size information. For example, if two 8 megabytes of cache area are opened, when the first buffer area is full of data blocks, the data blocks are all written into the corresponding memory. At the same time, the second buffer area still maintains the state of receiving and storing data blocks. When the space of the second buffer area (8 megabytes) is filled, the stored data block is continuously written into the corresponding memory. At this time, the first buffer area performs an action of receiving and storing the data block. According to the above alternate storage method, until the storage of all data blocks is completed.
- the advantage of this setting is that the operation of writing the data block to the corresponding memory is not interrupted by the storage of the data block, and the phenomenon that the newly received data block cannot be stored due to the excessive memory block occupying the buffer space is avoided. Increases the processing speed of the process, which in turn reduces the amount of time users wait while upgrading system software.
- the storage in the cache area in the order of increasing the sequence number of the data block is: After the data block incremented serial number is converted accordingly, the data block is quickly located to the corresponding storage location of the memory, and the data block can be simultaneously written into the memory according to the serial number incrementing manner, thereby improving the speed of the writing operation, and also improving the speed of the writing operation. Avoid the impact on the validity of the last written upgrade data when the data block has a change in the storage location in the memory due to the serial number chaos.
- the storage manner of the data block is not limited to being stored in the order of increasing by the serial number, or may be stored in the form of decreasing number according to the serial number.
- the size of the storage space occupied by the data block may be directly read out, and compared with the size information of the storage space occupied by at least one data block in the related attribute information, thereby determining all Whether the data blocks are stored or not. If it is calculated that the sum of the sizes of the storage spaces occupied by the stored data blocks is smaller than the total size information of the storage space occupied by all the data blocks described in the description information, the data blocks are continuously received until the completion is completed. Storage of all data blocks.
- step S250 the upgrade data stored in the cache area is written to the corresponding memory.
- the step may be: writing at least one data block stored in the cache area to the corresponding memory for upgrading.
- the method may further include:
- the CRC check is performed to ensure the correctness of the data block, so as to prevent the data block from affecting the validity of the upgrade data due to errors in the process of receiving, storing and writing to the memory.
- the reliability of the system software upgrade can be improved by the CRC check.
- step S260 when the system software upgrade instruction is acquired, the upgrade data is overwritten with the original data in the memory according to the upgrade instruction to perform the upgrade.
- the present embodiment alternately stores the received at least one data block in the cache area according to the sequence number, thereby providing protection for the subsequent writing of the data block to the correct location of the memory. It also improves the speed of data writing, further improves the system software upgrade rate, reduces the user's waiting time, and achieves the effect of improving the user experience.
- FIG. 4 is a structural block diagram of an apparatus for upgrading a television system software according to Embodiment 3 of the present disclosure.
- the device can be implemented in software and/or hardware and can generally be integrated into a digital television all-in-one or set top box.
- the apparatus includes an upgrade data identification module 310, an upgrade data receiving module 320, and an upgrade module 330.
- the upgrade data identification module 310 is configured to determine whether the upgrade data exists in the received transport stream according to the preset identification identifier.
- the upgrade data receiving module 320 is configured to initiate a multi-thread parallel request and receive the upgrade data if the upgrade data is present.
- the upgrade module 330 is configured to write the upgrade data to a corresponding memory for upgrade.
- An embodiment of the present disclosure provides an apparatus for upgrading a television system software, by determining, according to a preset identification identifier, that if there is upgrade data in the received transport stream, starting a multi-thread parallel request and receiving the upgrade data.
- the technical solution of the embodiments of the present disclosure saves time for data transmission and improves the upgrade rate of the television system software.
- the system software can be upgraded by writing upgrade data to the corresponding memory.
- the upgrade data receiving module 320 includes: a description information requesting unit, an attribute information acquiring unit, and a data buffering unit.
- the description information request unit is configured to start the multi-thread parallel request to describe the information corresponding to the upgrade data.
- the attribute information acquiring unit is configured to parse the description information to acquire related attribute information of the upgrade data.
- the data cache unit is configured to receive the upgrade data for the related attribute information, and cache the upgrade data.
- the upgrade data includes at least one data block
- the related attribute information includes size information of a storage space occupied by at least one data block, a sequence number corresponding to each data block, and each data block is in the
- the location information in the upgrade data is described; correspondingly, the data cache unit is specifically configured to:
- the upgrading module 330 is further configured to write the data blocks stored in the cache area to the corresponding memory for upgrading.
- the apparatus further includes: the verification module is configured to acquire a preset check code corresponding to the at least one data block after the data block stored in the buffer area is written into the corresponding memory. And performing CRC check on the at least one data block according to the preset check code.
- the upgrading module 330 is further configured to write the upgrade data into a corresponding memory
- the upgrade data is overwritten with the original data in the memory according to the upgrade instruction for upgrading.
- the apparatus further includes: the frequency point switching module is configured to switch the frequency point corresponding to the currently broadcasted program of the television to the upgrade data before starting the multi-thread parallel request and receiving the upgrade data. Corresponding frequency points for reception.
- the present disclosure also provides an electronic device.
- the electronic device can include one or more processors and a memory coupled to the one or more processors. (memory).
- the memory is for storing instructions executable by the one or more processors, the instructions being executed by the one or more processors to cause the one or more processors to execute the television system described above Software upgrade method.
- the electronic device can also include a communications interface (Communications Interface) and a bus.
- a communications interface Communication Interface
- the processor, the communication interface, and the memory can complete communication with each other through the bus.
- the communication interface can be used for information transmission.
- the processor can call logic instructions in the memory to perform the upgrade method of the television system software of the above embodiment.
- the logic instructions in the above-described memory may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium.
- the technical solution of the present disclosure may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in various embodiments of the present disclosure.
- the foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
- a medium that can store program code, or a transitory storage medium including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
- Embodiments of the present disclosure provide a non-transitory computer readable storage medium, wherein the storage medium stores computer instructions configured to cause a computer to perform the upgrade method of the television system software described above.
- the upgrade device of the television system software provided by the embodiment of the present disclosure may perform the upgrade method of the television system software provided by any embodiment of the present disclosure, and has a corresponding functional module and a beneficial effect of the execution method.
- the upgrade device of the television system software provided by the embodiment of the present disclosure may perform the upgrade method of the television system software provided by any embodiment of the present disclosure, and has a corresponding functional module and a beneficial effect of the execution method.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Stored Programmes (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
公开了一种电视机系统软件的升级方法及装置。所述方法包括:根据预设识别标识判断接收到的传输流中是否存在升级数据;如果存在所述升级数据,则启动多线程并行请求并接收所述升级数据;将所述升级数据写入对应的存储器以进行升级。通过采用上述技术方案,节省了数据传输的时间,实现了电视机系统软件的快速升级。
Description
本公开实施例涉及通信技术领域,尤其涉及一种电视机系统软件的升级方法及装置。
OAD(On Air Download,空中下载)技术是为Android(安卓)系统提供的一种软件升级技术。它功能强大,通过下载OAD升级数据可以实现无损失升级系统。当电视机销售商开发了新功能或是更新电视机中存在的小问题(一般指软件问题)时,销售商可将更新的软件提供给电视广播节目服务商后,电视广播节目服务商可将升级软件增加到节目中。正在收看节目的电视机,将在节目信息中识别是否存在此批次电视机的更新软件,然后将软件下载到电视机,并询问用户是否升级软件。
当安装有Android系统的电视机需进行软件升级时,电视广播节目服务商通常按照DSMCC(Digital Storage Media Command and Control,数字存储媒体命令和控制扩展协议)规范所提供的数据轮播(Data Carousel)方式发送数据。由于在数据轮播标准中,采用了DSMCC规范中的如下四种消息:(1)DDB(DownloadDataBlock,下载数据块消息),DII(DownloadInfoIndication,下载指示消息)、DSI(DownloadServerInitiate,下载服务器初始化消息)和DownloadCancel(下载取消消息),其中,需要传输的数据封装在DDB中,控制消息封装在DSI、DII和DownloadCancel中。因此,当电视机端需要下载升级数 据时,需要按照DII描述的数据块的顺序下载DDB中封装的数据。
然而,安卓系统由于数据量较大,电视机在接收数据并进行软件升级时消耗时间较为严重,极大地影响了用户体验。
发明内容
本公开实施例提供一种电视机系统软件的升级方法及装置,能够减少电视机系统软件升级消耗的时间,减少了用户的等待时间,达到提升用户体验的效果。
第一方面,本公开实施例提供了一种电视机系统软件的升级方法,所述方法包括:根据预设识别标识判断接收到的传输流中是否存在升级数据;如果存在所述升级数据,则启动多线程并行请求并接收所述升级数据;将所述升级数据写入对应的存储器以进行升级。
可选地,所述启动多线程并行请求并接收所述升级数据,包括:启动多线程并行请求与所述升级数据对应的描述信息;解析所述描述信息以获取所述升级数据的相关属性信息;根据所述相关属性信息接收所述升级数据,并对所述升级数据进行缓存。
可选地,所述升级数据包括至少一个数据块,所述相关属性信息包括至少一个数据块所占存储空间的大小信息、每个数据块对应的序号以及每个数据块在所述升级数据中的位置信息;
相应的,所述对所述升级数据进行缓存,包括:根据所述位置信息接收所述至少一个数据块,并根据所述大小信息为所述至少一个数据块开辟设定数量的缓存区域;将所述至少一个数据块按照序号依次递增的方式存储到所述缓存区域中;
相应的,所述将所述升级数据写入对应的存储器以进行升级,包括:将所述缓存区域中存储的至少一个数据块写入对应的存储器,以供升级。
可选地,所述将所述缓存区域中存储的数据块写入对应的存储器之后,所述方法还包括:获取所述至少一个数据块对应的预设校验码,并根据所述预设校验码对所述至少一个数据块进行CRC校验。
可选地,所述将所述升级数据写入对应的存储器以进行升级,包括:将所述升级数据写入对应的存储器;当获取到系统软件的升级指令时,根据所述升级指令,将所述升级数据覆盖所述存储器中的原始数据以进行升级。
可选地,所述启动多线程并行请求并接收所述升级数据之前,所述方法还包括:将电视机当前播放节目对应的频点切换到与所述升级数据对应的频点,以供接收。
第二方面,本公开实施例提供了一种电视机系统软件的升级装置,所述装置包括:升级数据识别模块,升级数据接收模块和升级模块。
升级数据识别模块设置为根据预设识别标识判断接收到的传输流中是否存在升级数据。
升级数据接收模块设置为如果存在所述升级数据,则启动多线程并行请求并接收所述升级数据。
升级模块设置为将所述升级数据写入对应的存储器以进行升级。
可选地,所述升级数据接收模块包括:描述信息请求单元,属性信息获取单元和数据缓存单元。
描述信息请求单元设置为启动多线程并行请求与所述升级数据对应的描述信息。
属性信息获取单元设置为解析所述描述信息以获取所述升级数据的相关属 性信息。
数据缓存单元设置为所述相关属性信息接收所述升级数据,并对所述升级数据进行缓存。
可选地,所述升级数据包括至少一个数据块,所述相关属性信息包括至少一个数据块所占存储空间的大小信息、每个数据块对应的序号以及每个数据块在所述升级数据中的位置信息。
相应的,所述数据缓存单元进一步设置为:根据所述位置信息接收所述至少一个数据块,并根据所述大小信息为所述至少一个数据块开辟设定数量的缓存区域;将所述至少一个数据块按照序号依次递增的方式存储到所述缓存区域中。
相应的,所述升级模块进一步设置为:将所述缓存区域中存储的至少一个数据块写入对应的存储器,以供升级。
可选地,所述装置还包括:校验模块,设置为在将所述缓存区域中存储的至少一个数据块写入对应的存储器以供升级之后,获取所述至少一个数据块对应的预设校验码,并根据所述预设校验码对所述数据块进行CRC校验。
可选地,所述升级模块设置为:将所述升级数据写入对应的存储器;当获取到系统软件的升级指令时,根据所述升级指令,将所述升级数据覆盖所述存储器中的原始数据以进行升级。
可选地,所述装置设置为:频点切换模块,设置为启动多线程并行请求并接收所述升级数据之前,将电视机当前播放节目对应的频点切换到与所述升级数据对应的频点,以供接收。
第三方面,本公开实施例提供了一种电子设备,包括:一个或多个处理器;和与所述一个或多个处理器连接的存储器。所述存储器存储有一个或多个程序, 所述一个或多个程序被配置使所述一个或多个处理器执行上述电视机系统软件的升级方法。
第四方面,本公开实施例提供了一种非暂态计算机可读存储介质,其中,所述存储介质存储计算机指令,所述计算机指令被配置使计算机执行上述电视机系统软件的升级方法。
本公开实施例的技术方案中,通过根据预设识别标识判断出接收到的传输流中如果存在升级数据,则启动多线程并行请求并接收该升级数据。相对于现有技术提供的单线程串行传输数据的方式,本公开实施例的技术方案节省了数据传输的时间,提高了电视机系统软件的升级速率。通过将升级数据写入对应的存储器可对系统软件进行升级。通过采用上述技术方案,不仅实现了电视机系统软件的快速升级,同时也解决了由于系统升级而导致的用户等待时间较长的问题,提升了用户体验。
为了更清楚地说明本公开实施例中的技术方案,下面将对本公开实施例描述中所需要使用的附图作简单的介绍,显而易见地,下面描述中的附图仅仅是本公开的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据本公开实施例的内容和这些附图获得其他的附图。
图1为本公开实施例一提供的一种电视机系统软件的升级方法的流程示意图。
图2为本公开实施例一提供的一种数据包传输的示意图。
图3为本公开实施例二提供的一种优选的电视机系统软件的升级方法的流程示意图。
图4为本公开实施例三提供的一种电视机系统软件的升级装置的结构框图。
下面将结合附图对本公开实施例的技术方案作进一步的详细描述,显然,所描述的实施例仅仅是本公开一部分实施例,而不是全部的实施例。基于本公开中的实施例,本领域技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本公开保护的范围。
实施例一
图1为本公开实施例一提供的一种电视机系统软件的升级方法的流程示意图。本实施例的方法可以电视机系统软件的升级装置来执行,其中该装置可由软件和/或硬件实现,一般可集成在数字电视一体机或机顶盒中。如图1所示,该方法可以包括如下步骤。
在步骤S110,根据预设识别标识判断接收到的传输流中是否存在升级数据。
首先,需要说明的是,由于本公开实施例采用的是OAD技术对电视机的系统软件进行在线升级,因此,电视广播节目服务商将按照DSMCC规范的数据轮播方式循环发送升级数据。其中,升级数据存在与其对应的预设识别标识。电视广播节目服务商在发送升级数据时,预设识别标识也将一同被复用到传输流中,进而被发送到电视机端。
对于电视机端接收到的则是一段段的码流,即传输流(Transport Stream,TS),每段传输流都携带一些信息。通过识别传输流中是否存在与升级数据相对应的预设识别标识,可判断出接收到的传输流中是否存在升级数据。
在步骤S120,如果存在升级数据,则启动多线程并行请求并接收升级数据。
示例性的,如果根据预设识别标识检测出传输流中存在升级数据,则可将电视机当前播放节目对应的频点自动切换到与升级数据对应的频点,以避免当前播放节目对应的频点与升级数据对应的频点不一致而导致无法成功接收升级数据,为电视机系统软件的自动升级奠定基础。当然,如果检测到当前播放节目对应的频点与升级数据对应的频点一致时,则无需进行频点的切换即可启动多线程并行请求数据的指令。其中,程序启动多线程发送数据请求指令的对象是DEMUX(解复用器)。由于电视广播节目服务商采用数据轮循的形式发送升级数据,电视机DEMUX只有在接收到请求指令时,才可将传输流中的升级数据提供给并行的多线程以供接收。
示例性的,当检测出传输流中存在升级数据时,也可通过在电视机显示界面上弹出对话框或通过语音提示等方式提醒用户是否需要接收升级数据。在接收到用户的确认指令后,可自动将当前播放节目对应的频点切换到与升级数据对应的频点,以供升级数据的接收。但是,如果用户选择不接收升级数据,则继续保持当前播放节目对应的频点。
在本实施例中,如果检测出传输流中存在升级数据,则自动进行频点切换,然后启动多线程并行请求并接收升级数据。其中,线程是程序中一个单一的顺序控制流程。而多线程则是在单个程序中同时运行多个线程以完成不同的任务。图2为本公开实施例一提供的一种数据包传输的示意图。如图2所示,电视广播节目服务商(Broadcast and SW Provider)按照轮播方式循环发送数据,DEMUX接收到多线程并行请求指令后,通过RF(Radio Frequency,射频)信号将电视广播节目服务商发送的数据提供给正在执行的进程,实现了多个数据包的同时传输。相应的,电视机端则可以同时接收到多个数据包。相对于相关技术提供的采用单线程发送请求并接收升级数据的方式,即数据包一个一个被传输并被 接收的技术方案,本实施例提供的数据传输方式速度更快、效率更高,缩短了观看电视节目的用户等待接收升级数据的时间,提升了用户体验。
在步骤S130,将升级数据写入对应的存储器以进行升级。
示例性的,将所述升级数据写入对应的存储器以进行升级,具体可以为:将升级数据写入对应的存储器;当获取到系统软件的升级指令时,根据升级指令,将升级数据覆盖存储器中的原始数据以进行升级。
其中,软件升级指令可以为电视机系统自动触发的重启指令,也可采用提示用户的方式,获取用户发送的重启指令。当电视机系统重启后,升级数据将覆盖存储器中的原始系统数据,以完成系统软件的升级。
本公开实施例提供了一种电视机系统软件的升级方法,通过根据预设识别标识判断接收到的传输流中如果存在升级数据,则启动多线程并行请求并接收该升级数据。相对于现有技术提供的单线程串行传输数据的方式,本公开实施例的技术方案节省了数据传输的时间,提高了电视机系统软件的升级速率。通过将升级数据写入对应的存储器可对系统软件进行升级。通过采用上述技术方案,不仅实现了电视机系统软件的快速升级,同时也解决了由于系统升级而导致的用户等待时间较长的问题,提升了用户体验。
实施例二
图3为本公开实施例二提供的一种优选的电视机系统软件的升级方法的流程示意图。本实施例二在实施例一的基础上,将步骤“启动多线程并行请求并接收所述升级数据”优化为:“启动多线程并行请求与升级数据对应的描述信息;解析描述信息以获取升级数据的相关属性信息;根据相关属性信息接收升级数据,并对升级数据进行缓存。”,参照图3,本公开实施例二包括如下步骤。
在步骤S210:根据预设识别标识判断接收到的传输流中是否存在升级数据。
在步骤S220:如果存在升级数据,则启动多线程并行请求与升级数据对应的描述信息。
示例性的,升级数据包括至少一个数据块。为了保证升级数据在传输过程中的安全性,电视广播节目服务商在发送升级数据之前,先将升级数据切割成多个数据块,并将该多个数据块乱序发送。可选地,本实施例中按照数据块所占存储空间的大小将升级数据平均切割成多个数据块,这样设置的好处在于:为数据块的描述以及数据块后续的存储提供便利。
其中,描述信息是升级数据的辅助数据,在辅助数据中并不存在对系统软件升级有实际作用的升级数据,只是描述了升级数据中各个数据块的一些相关属性信息。具体的,本实施例中的描述信息主要包括DSI和DII信息。
其中,相关属性信息包括但不限于至少一个数据块所占存储空间的大小信息,每个数据块对应的序号、大小以及每个数据块在升级数据中的具体位置等。上述相关属性信息均可从升级数据的描述信息中体现。
在步骤S230:解析描述信息以获取升级数据的相关属性信息。
可选地,本实施例中通过解析DSI和DII信息,可以获取到至少一个数据块的相关属性信息。
在步骤S240:根据相关属性信息接收升级数据,并对升级数据进行缓存。
示例性的,由于电视广播节目服务商发送的升级数据不仅包括对电视机系统软件升级有实际作用的数据块,还存在许多与数据块相关的辅助数据等。因此,对于数据块之外的其他数据,则无需进行接收和存储,以减小缓存区域的存储压力。示例性的,在接收对电视机系统软件升级有实际作用的数据块时,可根据数据块的相关属性信息进行接收,例如,相关属性信息中包括每个数据 块在升级数据中的具体位置,因此,可根据上述具体位置接收至少一个数据块,并忽略其他对系统软件升级无实际作用的数据。
示例性的,对于已经接收到的数据块,在本步骤S240中,对升级数据进行缓存的具体步骤可以为:根据所述大小信息为至少一个数据块开辟设定数量的缓存区域;将升级数据按照数据块的序号依次递增的方式存储到所述缓存区域中。
示例性的,由于相关属性中包括至少一个数据块的大小信息,因此,可以根据该大小信息为至少一个数据块分配设定数量的缓存区域。例如,若开辟两个8兆的缓存区域,当其中第一缓存区域中存满数据块后,则将数据块均写入对应的存储器中。同时,另外第二缓存区域仍保持接收并存储数据块的状态。而当存满第二缓存区域(8兆)的空间时,将所存储的数据块继续写入对应的存储器中,此时,第一缓存区域则执行接收并存储数据块的动作。按照上述交替存储的方式,直到完成对所有数据块的存储。这样设置的好处在于,保证了数据块写入对应存储器的操作不会因为数据块的存储而中断,也避免了由于过多数据块占用缓存空间而导致新接收到的数据块无法存储的现象发生,提升了进程的处理速度,进而减少了升级系统软件时用户等待的时间。
进一步的,由于数据块的相关属性中包括每个数据块对应的序号,例如1、2、3或4等,在缓存区域中按照数据块的序号依次递增的方式进行存储的好处在于,可根据数据块递增的序号进行相应地换算后,快速将数据块定位到存储器的对应存储位置,并可将数据块按照序号递增的方式同时写入存储器中,进而提升了写操作的速度,同时也可避免由于序号混乱而导致数据块在存储器中的应有存储位置发生改变时,对最后写入的升级数据有效性的影响。示例性的,数据块的存储方式并不局限与按照序号递增的顺序进行存储,也可按照序号依 次递减的形式存储。
进一步的,对于已经存储的每个数据块,也可直接读出该数据块所占存储空间的大小,并与相关属性信息中至少一个数据块所占存储空间的大小信息进行比较,进而判断全部数据块是否均已存储,若计算出已经存储的数据块所占存储空间的大小之和小于描述信息中所描述的所有数据块所占存储空间总的大小信息,则继续接收数据块,直到完成对所有数据块的存储。
在步骤S250:将缓存区域中存储的升级数据写入对应的存储器。
可选地,本步骤可以为:将缓存区域中存储的至少一个数据块写入对应的存储器,以供升级。
进一步的,将缓存区域中存储的至少一个数据块写入对应的存储器之后,还可以包括:
获取至少一个数据块对应的预设校验码,并根据预设校验码对至少一个数据块进行CRC校验。
其中,进行CRC校验是为了保证数据块的正确性,以避免数据块在接收、存储和写入存储器的过程中因出现错误而影响升级数据的有效性。通过CRC校验可提升了系统软件升级的可靠性。
在步骤S260:当获取到系统软件升级指令时,根据升级指令,将升级数据覆盖存储器中的原始数据以进行升级。
本实施例在上述实施例的基础上,通过对接收到的至少一个数据块按照序号依次递增的方式交替存储到缓存区域中,可为后续将数据块写入到存储器的正确位置提供保障,同时也提高了数据写入的速度,进一步提高了系统软件的升级速率,减少了用户的等待时间,达到提升用户体验的效果。
实施例三
图4为本公开实施例三提供的一种电视机系统软件的升级装置的结构框图。该装置可由软件和/或硬件实现,一般可集成在数字电视一体机或机顶盒中。如图4所示,该装置包括:升级数据识别模块310、升级数据接收模块320和升级模块330。
升级数据识别模块310设置为根据预设识别标识判断接收到的传输流中是否存在升级数据。升级数据接收模块320设置为如果存在所述升级数据,则启动多线程并行请求并接收所述升级数据。升级模块330设置为将所述升级数据写入对应的存储器以进行升级。
本公开实施例提供了一种电视机系统软件的升级装置,通过根据预设识别标识判断接收到的传输流中如果存在升级数据,则启动多线程并行请求并接收该升级数据。相对于现有技术提供的单线程串行传输数据的方式,本公开实施例的技术方案节省了数据传输的时间,提高了电视机系统软件的升级速率。通过将升级数据写入对应的存储器可对系统软件进行升级。通过采用上述技术方案,实现了电视机系统软件的快速升级,同时也解决了由于系统升级而导致的用户等待时间较长的问题,提升了用户体验。
在上述实施例的基础上,升级数据接收模块320包括:描述信息请求单元,属性信息获取单元和数据缓存单元。
描述信息请求单元设置为启动多线程并行请求与所述升级数据对应的描述信息。
属性信息获取单元设置为解析所述描述信息以获取所述升级数据的相关属性信息。
数据缓存单元设置为所述相关属性信息接收所述升级数据,并对所述升级 数据进行缓存。
在上述实施例的基础上,所述升级数据包括至少一个数据块,所述相关属性信息包括至少一个数据块所占存储空间的大小信息、每个数据块对应的序号以及每个数据块在所述升级数据中的位置信息;相应的,所述数据缓存单元具体用于:
根据所述位置信息接收所述至少一个数据块,并根据所述大小信息为所述至少一个数据块开辟设定数量的缓存区域;
将所述至少一个数据块按照序号依次递增的方式交替存储到所述缓存区域中;
相应的,所述升级模块330还设置为将所述缓存区域中存储的数据块写入对应的存储器,以供升级。
在上述实施例的基础上,该装置还包括:校验模块设置为在将所述缓存区域中存储的数据块写入对应的存储器之后,获取所述至少一个数据块对应的预设校验码,并根据所述预设校验码对所述至少一个数据块进行CRC校验。
在上述实施例的基础上,所述升级模块330还设置为将所述升级数据写入对应的存储器;
当获取到系统软件的升级指令时,根据所述升级指令,将所述升级数据覆盖所述存储器中的原始数据以进行升级。
在上述实施例的基础上,该装置还包括:频点切换模块设置为在启动多线程并行请求并接收所述升级数据之前,将电视机当前播放节目对应的频点切换到与所述升级数据对应的频点,以供接收。
本公开还提供了一种电子设备。该电子设备可以包括:一个或多个处理器(processor)和与所述一个或多个处理器连接的存储器。(memory)。所述存储器用 于存储可被所述一个或多个处理器执行的指令,所述指令被所述一个或多个处理器执行时,使所述一个或多个处理器执行上述的电视机系统软件的升级方法。
电子设备还可以包括通信接口(Communications Interface)和总线。其中,处理器、通信接口、存储器可以通过总线完成相互间的通信。通信接口可以用于信息传输。处理器可以调用存储器中的逻辑指令,以执行上述实施例的电视机系统软件的升级方法。
此外,上述的存储器中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本公开的技术方案可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本公开各个实施例所述方法的全部或部分步骤。而前述的存储介质可以是非暂态存储介质,包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质,也可以是暂态存储介质。
本公开实施例提供了一种非暂态计算机可读存储介质,其中,所述存储介质存储计算机指令,所述计算机指令被配置使计算机执行上述的电视机系统软件的升级方法。
本公开实施例提供的电视机系统软件的升级装置可执行本公开任意实施例所提供的电视机系统软件的升级方法,具备执行方法相应的功能模块和有益效果。未在上述实施例中详尽描述的技术细节,可参见本公开任意实施例所提供的电视机系统软件的升级方法。
注意,上述仅为本公开的较佳实施例及所运用技术原理。本领域技术人员会理解,本公开不限于这里所述的特定实施例,对本领域技术人员来说能够进行各种明显的变化、重新调整和替代而不会脱离本公开的保护范围。因此,虽然通过以上实施例对本公开进行了较为详细的说明,但是本公开不仅仅限于以上实施例,在不脱离本公开构思的情况下,还可以包括更多其他等效实施例,而本公开的范围由所附的权利要求范围决定。
Claims (15)
- 一种电视机系统软件的升级方法,包括:根据预设识别标识判断接收到的传输流中是否存在升级数据;如果存在所述升级数据,则启动多线程并行请求并接收所述升级数据;以及将所述升级数据写入对应的存储器以进行升级。
- 根据权利要求1所述的方法,其中,所述启动多线程并行请求并接收所述升级数据,包括:启动多线程并行请求以获取所述升级数据对应的描述信息;解析所述描述信息以获取所述升级数据的相关属性信息;根据所述相关属性信息接收所述升级数据,并对所述升级数据进行缓存。
- 根据权利要求2所述的方法,其中,所述升级数据包括至少一个数据块,所述相关属性信息包括至少一个数据块所占存储空间的大小信息、每个数据块对应的序号以及每个数据块在所述升级数据中的位置信息;所述根据所述相关属性信息接收所述升级数据,并对所述升级数据进行缓存,包括:根据所述位置信息接收所述至少一个数据块,并根据所述大小信息为所述至少一个数据块开辟设定数量的缓存区域;将所述至少一个数据块按照序号依次递增的方式存储到所述缓存区域中;所述将所述升级数据写入对应的存储器以进行升级,包括:将所述缓存区域中存储的至少一个数据块写入对应的存储器,以供升级。
- 根据权利要求3所述的方法,其中,所述将所述缓存区域中存储的至少一个数据块写入对应的存储器之后,所述方法还包括:获取所述至少一个数据块对应的预设校验码,并根据所述预设校验码对所 述至少一个数据块进行CRC校验。
- 根据权利要求1所述的方法,其中,所述将所述升级数据写入对应的存储器以进行升级,包括:将所述升级数据写入对应的存储器;当获取到系统软件的升级指令时,根据所述升级指令,将所述升级数据覆盖所述存储器中的原始数据以进行升级。
- 根据权利要求1所述的方法,其中,所述启动多线程并行请求并接收所述升级数据之前,所述方法还包括:将电视机当前播放节目对应的频点切换到与所述升级数据对应的频点,以供接收。
- 根据权利要求5所述的方法,其中,所述升级指令为电视机系统自动触发的重启指令,或者是用户输入的重启指令。
- 一种电视机系统软件的升级装置,包括:升级数据识别模块,设置为根据预设识别标识判断接收到的传输流中是否存在升级数据;升级数据接收模块,设置为如果存在所述升级数据,则启动多线程并行请求并接收所述升级数据;以及升级模块,设置为将所述升级数据写入对应的存储器以进行升级。
- 根据权利要求8所述的装置,其中,所述升级数据接收模块包括:描述信息请求单元,设置为启动多线程并行请求与所述升级数据对应的描述信息;属性信息获取单元,设置为解析所述描述信息以获取所述升级数据的相关属性信息;以及数据缓存单元,设置为所述相关属性信息接收所述升级数据,并对所述升级数据进行缓存。
- 根据权利要求9所述的装置,其中,所述升级数据包括至少一个数据块,所述相关属性信息包括至少一个数据块所占存储空间的大小信息、每个数据块对应的序号以及每个数据块在所述升级数据中的位置信息;所述数据缓存单元进一步设置为:根据所述位置信息接收所述至少一个数据块,并根据所述大小信息为所述至少一个数据块开辟设定数量的缓存区域;将所述至少一个数据块按照序号依次递增的方式存储到所述缓存区域中;所述升级模块进一步设置为:将所述缓存区域中存储的至少一个数据块写入对应的存储器,以供升级。
- 根据权利要求10所述的装置,其中,所述装置还包括:校验模块,设置为在将所述缓存区域中存储的所述至少一个数据块写入对应的存储器之后,获取所述至少一个数据块对应的预设校验码,并根据所述预设校验码对所述至少一个数据块进行CRC校验。
- 根据权利要求8所述的装置,其中,所述升级模块进一步设置为:将所述升级数据写入对应的存储器;以及当获取到系统软件的升级指令时,根据所述升级指令,将所述升级数据覆盖所述存储器中的原始数据以进行升级,其中,所述升级指令为电视机系统自动触发的重启指令,或者是用户输入的重启指令。
- 一种电子设备,包括:一个或多个处理器;和与所述一个或多个处理器连接的存储器;其中,所述存储器存储有一个或多个程序,所述一个或多个程序被配置使所述一个或多个处理器执行权利要求1所述的电视机系统软件的升级方法。
- 根据权利要求13所述的电子设备,其中,所述电子设备为电视机。
- 一种非暂态计算机可读存储介质,其中,所述存储介质存储计算机指令,所述计算机指令被配置使计算机执行权利要求1所述的电视机系统软件的升级方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711079304.1 | 2017-11-06 | ||
CN201711079304.1A CN107770623A (zh) | 2017-11-06 | 2017-11-06 | 一种电视机系统软件的升级方法及装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019085347A1 true WO2019085347A1 (zh) | 2019-05-09 |
Family
ID=61272644
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2018/076627 WO2019085347A1 (zh) | 2017-11-06 | 2018-02-13 | 电视机系统软件的升级方法及装置 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN107770623A (zh) |
WO (1) | WO2019085347A1 (zh) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109511203B (zh) * | 2018-11-13 | 2020-09-29 | 广州鹏林照明灯具有限公司 | 一种舞台灯具双缓存校准dmx512数据的系统和方法 |
CN114443095B (zh) * | 2022-01-21 | 2024-10-18 | 佛山市钒音科技有限公司 | 空调器升级方法、空调器 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20080028226A (ko) * | 2006-09-26 | 2008-03-31 | 주식회사 대우일렉트로닉스 | 디지털 텔레비전의 소프트웨어 업데이트 방법 |
CN101521815A (zh) * | 2009-03-31 | 2009-09-02 | 深圳创维数字技术股份有限公司 | 一种数字电视接收终端软件的升级方法、系统及终端 |
CN104202667A (zh) * | 2014-09-19 | 2014-12-10 | 青岛海信宽带多媒体技术有限公司 | Iptv机顶盒升级方法和系统 |
CN105376646A (zh) * | 2015-11-18 | 2016-03-02 | 深圳创维数字技术有限公司 | 一种机顶盒升级程序配置方法及装置 |
-
2017
- 2017-11-06 CN CN201711079304.1A patent/CN107770623A/zh active Pending
-
2018
- 2018-02-13 WO PCT/CN2018/076627 patent/WO2019085347A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20080028226A (ko) * | 2006-09-26 | 2008-03-31 | 주식회사 대우일렉트로닉스 | 디지털 텔레비전의 소프트웨어 업데이트 방법 |
CN101521815A (zh) * | 2009-03-31 | 2009-09-02 | 深圳创维数字技术股份有限公司 | 一种数字电视接收终端软件的升级方法、系统及终端 |
CN104202667A (zh) * | 2014-09-19 | 2014-12-10 | 青岛海信宽带多媒体技术有限公司 | Iptv机顶盒升级方法和系统 |
CN105376646A (zh) * | 2015-11-18 | 2016-03-02 | 深圳创维数字技术有限公司 | 一种机顶盒升级程序配置方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
CN107770623A (zh) | 2018-03-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111240837B (zh) | 资源配置方法、装置、终端及存储介质 | |
CN110162343B (zh) | 应用启动方法及装置、电子设备及存储介质 | |
US20160353160A1 (en) | Smart terminal as well as fast channel switching method and device thereof | |
CN112953775B (zh) | 一种车机升级系统及方法 | |
CN109542614B (zh) | 资源配置方法、装置、终端及存储介质 | |
WO2017054462A1 (zh) | 视频解码的方法、服务器和移动终端 | |
US20180332316A1 (en) | Method and device for accelerating playback of a single-fragment video | |
WO2017161947A1 (zh) | 多系统ota升级方法和多系统设备 | |
US9100696B2 (en) | System and method for upgrading a multiprocessor set-top box device with a monolithic firmware image | |
CN107484011B (zh) | 一种视频资源解码方法及装置 | |
WO2017049550A1 (zh) | 适配器和适配器升级的方法 | |
US8813084B2 (en) | Broadcast receiving apparatus and scheduling method thereof | |
WO2019085347A1 (zh) | 电视机系统软件的升级方法及装置 | |
US8799433B2 (en) | Method and apparatus for upgrading software of digital broadcasting receiver | |
US20160231997A1 (en) | Communication apparatus, communication system, communication method, and recording medium | |
EP3474559B1 (en) | Smart-television playback method and apparatus | |
CN109901849B (zh) | 应用程序安装方法、装置、电子设备及存储介质 | |
CN110781014A (zh) | 基于Android设备的录音数据的多进程分发方法与系统 | |
CN112714341B (zh) | 信息获取方法、云化机顶盒系统、实体机顶盒及存储介质 | |
CN106254961B (zh) | 电视中的视频播放方法及电视 | |
CN109032767A (zh) | 异步多进程的业务处理系统、方法、装置及存储介质 | |
CN109040018A (zh) | 数据匹配方法、装置、显示终端及可读存储介质 | |
CN109976790B (zh) | 应用更新方法、装置、终端及存储介质 | |
US9594422B2 (en) | Terminal apparatus and method for controlling thereof | |
CN111078255A (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: 18872953 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18872953 Country of ref document: EP Kind code of ref document: A1 |