WO2017071565A1 - 数字电视业务实现方法和装置 - Google Patents

数字电视业务实现方法和装置 Download PDF

Info

Publication number
WO2017071565A1
WO2017071565A1 PCT/CN2016/103273 CN2016103273W WO2017071565A1 WO 2017071565 A1 WO2017071565 A1 WO 2017071565A1 CN 2016103273 W CN2016103273 W CN 2016103273W WO 2017071565 A1 WO2017071565 A1 WO 2017071565A1
Authority
WO
WIPO (PCT)
Prior art keywords
digital television
television service
function instruction
service application
module
Prior art date
Application number
PCT/CN2016/103273
Other languages
English (en)
French (fr)
Inventor
岳培锋
李迎新
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017071565A1 publication Critical patent/WO2017071565A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing 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/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing 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/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4437Implementing a Virtual Machine [VM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing 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/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4438Window management, e.g. event handling following interaction with the user interface

Definitions

  • the present invention relates to the field of intelligent digital television, and in particular, to a method and an apparatus for implementing a digital television service.
  • DVB Digital Video Broadcasting
  • the DVB project is an industrial organization of more than 300 members. It is composed of the European Telecommunications Standards Institute (ETSI), the European Committee for Electrotechnical Standardization (CENELEC) and the European Broadcasting Union (EBU). ) Jointly formed by the Joint Expert Committee (JTC).
  • ETSI European Telecommunications Standards Institute
  • CENELEC European Committee for Electrotechnical Standardization
  • EBU European Broadcasting Union
  • the operating system level ranges from the original UCOS (a kind of running system), to Linux, to the current hot Android.
  • the hardware functions are also increasingly rich, the decoding ability is getting stronger and stronger, and the frequency is getting faster and faster.
  • the DVB service architecture design is mainly two types: one is the form of a fat client, and the logic of the business is concentrated in the set top box STB (Set Top Box), for example, using Java language development to run in a virtual machine; one is thin
  • STB Set Top Box
  • the form of the client, ie browser-based, provides access to the corresponding DVB service functions for the web page.
  • Embodiments of the present invention provide a method and an apparatus for implementing a digital television service, which are intended to implement applications compatible with various operating environments.
  • An embodiment of the present invention provides a digital television service implementation method, the method comprising the following steps:
  • the digital television service processing related module executes, according to the operating environment of the digital television service application, the digital television service processing related module to process the function instruction by using a corresponding preset manner.
  • the step of invoking the digital television service processing related module to process the function instruction according to the operating environment of the digital television service application by using a corresponding preset manner includes:
  • the digital television service processing related module is called to perform corresponding processing according to the analysis result.
  • the step of invoking the digital television service processing related module to process the function instruction by using a preset manner according to the operating environment of the digital television service application further includes:
  • the digital television service processing related module is called by the preset Java calling interface to execute the corresponding processing.
  • the step of receiving the function instruction generated by the digital television service application comprises:
  • the step of invoking the digital television service processing related module to perform corresponding processing includes:
  • the radio frequency signal is filtered according to the frequency point and stored.
  • the method further includes:
  • a digital television service implementing apparatus includes:
  • a first receiving module configured to receive a function instruction generated by the digital television service application
  • An identification module configured to identify an operating environment of the digital television service application according to the function instruction
  • the processing module is configured to invoke the digital television service processing related module to process the function instruction according to an operating environment of the digital television service application by using a preset manner.
  • the processing module comprises:
  • a first parsing unit configured to: if the digital TV service application is based on a browser, parse the network core WEB CORE according to the function instruction, and obtain an analysis result;
  • the first calling unit is configured to invoke the digital television service processing related module to perform corresponding processing according to the parsing result.
  • the processing module further includes:
  • a second parsing unit configured to: if the digital television service application is based on a virtual machine, according to the function The instruction is parsed to obtain an analysis result
  • the second invoking unit is configured to execute the corresponding processing by calling the digital television service processing related module through the preset Java application interface according to the parsing result.
  • the device further comprises:
  • a second receiving module configured to receive a radio frequency signal
  • the first calling unit includes:
  • Obtaining a subunit configured to obtain a corresponding frequency point by calling a DVB protocol according to the radio frequency signal and the function instruction;
  • filtering a subunit, configured to filter the radio frequency signal according to the frequency point, and store the radio frequency signal.
  • the device further comprises:
  • the display module is configured to display according to the radio frequency signal stored after filtering.
  • the embodiment of the present invention receives the function instruction generated by the digital television service application; identifies the operating environment of the digital television service application according to the function instruction; and calls the digital television service by using the preset mode in the running environment of the digital television service application.
  • the processing related module processes the functional instructions.
  • the present invention is pre-configured with an operating environment of different applications, isolating the digital TV core service from the application operating environment, and when receiving the function instruction, identifying the operating environment of the function instruction, according to the operation of the function instruction
  • the environment calls the digital broadcast DVB protocol to process the function instructions in a corresponding manner, thereby being compatible with digital TV service applications in different operating environments, and facilitating users to flexibly select and install related digital television service applications.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for implementing a digital television service according to the present invention
  • FIG. 2 is a schematic flowchart of a process of processing a digital television service processing related module to process the function instruction according to an operating environment of the digital television service application according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of another refinement process for processing a digital TV service processing related module to process the function instruction according to an operating environment of the digital television service application according to an embodiment of the present invention
  • FIG. 4 is a schematic flowchart of a process of calling a DVB protocol to perform corresponding processing according to an embodiment of the present invention
  • FIG. 5 is a schematic diagram of functional modules of a first embodiment of a digital television service implementation apparatus according to the present invention.
  • FIG. 6 is a schematic diagram of a refinement function module of a processing module according to an embodiment of the present invention.
  • FIG. 7 is a schematic diagram of another refinement function module of a processing module according to an embodiment of the present invention.
  • FIG. 8 is a schematic diagram of a refinement function module of a first calling unit according to an embodiment of the present invention.
  • the invention provides a method for realizing digital television service.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for implementing a digital television service according to the present invention.
  • the digital television service implementation method includes:
  • Step S10 receiving a function instruction generated by the digital television service application
  • the present invention mainly proposes a system framework running on a set top box.
  • the present invention pre-sets an operating environment of a common set top box application in the system, and the system framework of the present invention includes an operating environment required by a fat client and a thin client.
  • the fat client that is, the business logic is mainly concentrated in the set top box local, such as the operating environment required in the form of a virtual machine, which is a running environment required by the browser-based mode.
  • a fat client running based on a virtual machine running environment and a thin client running as a running environment are taken as an example.
  • similar processing can be performed by using other operating environments.
  • the system framework in this implementation further includes: an operating system OS module and a basic module, wherein the operating system OS module includes a plurality of physical device drivers for connecting to the network, processing task management scheduling, communication between processes (IPC communication), etc.
  • the operating system OS module mentioned here is only the core part of the system operation, such as the kernel part of linux, the kernel part of Android, functions of task scheduling, file system management, IPC communication and hardware shielding, and the basic module includes UI. Image library component, DVB protocol stack, multimedia codec module, etc.
  • the user first installs the system framework of the present invention in the set top box, and the user can select and install other digital television service applications, and operate through the human-computer interaction interface displayed on the television provided by the system own application or other installed applications.
  • the TV service application generates a corresponding function instruction according to a user operation, and the function instruction includes a basic function instruction of the television control, such as a channel change instruction; and an instruction for operating the digital television service application, such as an instruction triggered by an operation such as moving left and right.
  • the digital TV service application can also automatically generate function instructions, such as function instructions that generate automatic updates.
  • the operating environment required for the application of the digital television service and the digital television service application can also be installed on the digital television.
  • Step S20 identifying an operating environment of the digital television service application according to the function instruction
  • the execution of the digital television service application can be normally operated based on its operating environment, and the operation for the software is recognized when the digital television service application is used for operation.
  • An environment such as if the digital television service application is a digital television service application running on a virtual machine, the digital television service application invokes a virtual machine related environment; if the digital television service application is a browser-based digital television
  • the business application invokes a browser-related environment to identify the operating environment of the digital television service application.
  • Step S30 Call the digital television service processing related module to process the function instruction according to the running environment of the digital television service application by using a corresponding preset manner.
  • the digital TV service processing related module is invoked to process the function instruction according to the operating environment of the digital television service application, and the digital television service processing related module may include Core business module such as UI graphics library component, DVB protocol stack and multimedia decryption.
  • the preset mode in this embodiment includes two processing modes based on browser operation and a processing mode based on virtual machine operation, and other methods may also be included in the specific implementation.
  • the corresponding processing is performed through the common module of the digital TV service processing related module.
  • the relevant type of operating environment can only provide the environment or calling interface required by the digital TV service application.
  • Other applications run similarly to the digital TV business application running process.
  • the invention receives the function instruction generated by the digital television service application; identifies the operating environment of the digital television service application according to the function instruction; and the operating environment of the digital television service application calls the digital television service processing through a preset manner
  • the module processes the functional instructions.
  • the present invention is pre-configured with an operating environment of different applications, isolating the digital TV core service from the application operating environment, and when receiving the function instruction, identifying the operating environment of the function instruction, according to the operation of the function instruction
  • the environment calls the digital TV service processing related module to process the function instruction in a corresponding manner, thereby being compatible with the digital TV service application in different operating environments, and facilitating the user to flexibly select and install the related digital television service application.
  • FIG. 2 is a schematic flowchart of a process of calling a digital television service processing related module to process the function instruction according to an operating environment of the digital television service application according to an embodiment of the present invention.
  • step S30 includes:
  • Step S31 if the digital TV service application is running based on a browser, parsing through the network core WEB CORE according to the function instruction, and obtaining an analysis result;
  • the digital television service application identified in step S20 is based on a browser
  • the digital television service application runs through a browser and a browser operating environment, according to the function instruction.
  • the analysis results are obtained by parsing the WEB CORE installed in the system.
  • the parsing result is obtained by linking the webpage to the server or the Internet, and the parsing result in the embodiment includes control logic.
  • Step S32 invoking the digital television service processing related module to perform corresponding processing according to the parsing result.
  • the digital television service processing related module is called according to the parsing result obtained in step S31 to perform corresponding processing, for example, calling the DVB protocol to perform corresponding data acquisition, returning to the client for corresponding presentation, and if playing, playing correspondingly through the multimedia module, of course,
  • the DVB protocol may also not be invoked.
  • the function instruction triggered by the user through the game digital TV service application is a mobile instruction
  • the digital TV service application is returned after processing, and the human-computer interaction interface is called for display.
  • FIG. 3 is a schematic diagram of another refinement process for processing a digital TV service processing related module to process the function instruction according to an operating environment of the digital television service application according to an embodiment of the present invention.
  • step S30 includes:
  • Step S33 if the digital television service application is based on a virtual machine, parsing the function instruction to obtain an analysis result
  • system framework of the present invention introduces an interface for calling the digital television service processing related module in the virtual machine in advance.
  • step S20 if the digital TV service application is running based on the virtual machine, the analysis is performed locally according to the function instruction, and the analysis result is obtained. Specifically, the analysis function is analyzed in the virtual machine in the system framework of the present invention. . Then it proceeds to step S34.
  • Step S34 according to the parsing result, calling the digital television service processing related module to execute the corresponding processing through the preset Java calling interface.
  • the digital television service processing related module is called to execute the corresponding processing through the preset Java application interface.
  • the digital television service application is based on the virtual machine running time, and the corresponding processing is performed by calling the DVB protocol through the Java calling interface, and if the playback is required, the multimedia codec is called for playing, if other DVB services are used.
  • Data acquisition is performed by the DVB protocol stack module and then returned to the digital television service application.
  • FIG. 4 is a schematic flowchart of a process of calling a DVB protocol to perform corresponding processing according to an embodiment of the present invention.
  • the subsequent processing of the DVB protocol execution is performed in combination with the acquired radio frequency signal.
  • the step of invoking the corresponding processing of the DVB protocol in steps S32 and S33 may include:
  • Step S321 obtaining a corresponding frequency point according to the radio frequency signal and the function instruction
  • the set top box of the present invention can obtain the radio frequency signal in real time during the power-on use, that is, before the user triggers the function instruction and during the use.
  • the tuner in the set top box in the embodiment obtains a radio frequency signal through a signal line.
  • the corresponding frequency point is obtained according to the radio frequency signal and the function instruction.
  • the tuner management module of the set top box controls the high frequency in the embodiment.
  • the head (Tuner) gets the corresponding frequency point.
  • Step S322 filtering the radio frequency signal according to the frequency point, and storing.
  • the data stream TS corresponding to the frequency point and the channel corresponding to the function instruction enters a demultiplexing filter for filtering, and the DVB protocol parses according to the data obtained by filtering, obtains parsed data, and stores To the storage module.
  • the function instruction is to simultaneously display a plurality of channel programs in the digital television display interface
  • the frequency signal may be filtered according to the frequency point in combination with a method of buffering a plurality of channel programs, and may be invoked in the system framework.
  • Modules such as electronic program guides, channel management, and recording implement the corresponding functions.
  • the method may further include the step of displaying according to the radio frequency signal stored after the filtering.
  • the corresponding display is performed through the television display interface display.
  • the invention further provides a digital television service implementation apparatus.
  • FIG. 5 is a schematic diagram of functional modules of a first embodiment of a digital television service implementation apparatus according to the present invention.
  • the digital television service implementation apparatus includes:
  • the first receiving module 10 is configured to receive a function instruction generated by the digital television service application.
  • the present invention mainly proposes a system framework running on a set top box.
  • the present invention pre-sets an operating environment of a common set top box application in the system, and the system framework of the present invention includes an operating environment required by a fat client and a thin client.
  • the fat client that is, the business logic is mainly concentrated in the set top box local, such as the operating environment required in the form of a virtual machine, which is a running environment required by the browser-based mode.
  • a fat client running based on a virtual machine running environment and a thin client running as a running environment are taken as an example.
  • similar processing can be performed by using other operating environments.
  • the system framework in this implementation further includes: an operating system OS module and a basic module, wherein the operating system OS module includes a plurality of physical device drivers for connecting to the network, processing task management scheduling, communication between processes (IPC communication), etc.
  • the operating system OS module mentioned here is only the core part of the system operation, such as the kernel part of linux, the kernel part of Android, functions of task scheduling, file system management, IPC communication and hardware shielding, and the basic module includes UI. Image library component, DVB protocol stack, multimedia codec module, etc.
  • the user first installs the system framework of the present invention in the set top box, and the user can select and install other digital television service applications, and operate through the human-computer interaction interface displayed on the television provided by the system own application or other installed applications.
  • the TV service application generates a corresponding function instruction according to a user operation, and the function instruction includes a basic function instruction of the television control, such as a channel change instruction; and an instruction for operating the digital television service application, such as an instruction triggered by an operation such as moving left and right.
  • the digital TV service application can also automatically generate function instructions, such as function instructions that generate automatic updates.
  • the operating environment required for the application of the digital television service and the digital television service application can also be installed on the digital television.
  • the identification module 20 is configured to identify an operating environment of the digital television service application according to the function instruction.
  • the execution of the digital television service application can be normally operated based on its operating environment, and the operation for the software is recognized when the digital television service application is used for operation.
  • An environment such as if the digital television service application is a digital television service application running on a virtual machine, the digital television service application invokes a virtual machine related environment; if the digital television service application is a browser-based digital television
  • the business application invokes a browser-related environment to identify the operating environment of the digital television service application.
  • the processing module 30 is configured to process the function instruction by calling the digital broadcast DVB protocol in a preset manner by using an operating environment of the digital television service application.
  • the operating environment of the digital television service application calls the digital television service processing related module to process the function instruction by using a corresponding preset manner
  • the digital television service processing related module may include Core business module such as UI graphics library component, DVB protocol stack and multimedia decryption.
  • the preset mode in this embodiment includes two processing modes based on browser operation and a processing mode based on virtual machine operation, and other methods may also be included in the specific implementation.
  • the corresponding processing is performed through the common module of the digital TV service processing related module.
  • the relevant type of operating environment can only provide the environment or calling interface required by the digital TV service application.
  • Other applications run similarly to the digital TV business application running process.
  • the invention receives the function instruction generated by the digital television service application; identifies the operating environment of the digital television service application according to the function instruction; and the operating environment of the digital television service application calls the digital television service processing through a preset manner
  • the module processes the functional instructions.
  • the present invention is pre-configured with an operating environment of different applications, isolating the digital TV core service from the application operating environment, and when receiving the function instruction, identifying the operating environment of the function instruction, according to the operation of the function instruction
  • the environment calls the digital TV service processing related module to process the function instruction in a corresponding manner, thereby being compatible with the digital TV service application in different operating environments, and facilitating the user to flexibly select and install the related digital television service application.
  • FIG. 6 is a schematic diagram of a refinement function module of a processing module according to an embodiment of the present invention.
  • the processing module 30 includes:
  • the processing module 30 includes a first parsing unit 31 and a first invoking unit 32.
  • the first parsing unit 31 is configured to parse the network core WEB CORE according to the function instruction if the digital TV service application is based on a browser, and obtain an analysis result.
  • the digital television service application identified in step S20 is based on a browser
  • the digital television service application runs through a browser and a browser operating environment, according to the function instruction.
  • the analysis results are obtained by parsing the WEB CORE installed in the system.
  • the parsing result is obtained by linking the webpage to the server or the Internet, and the parsing result in the embodiment includes control logic.
  • the first invoking unit 32 is configured to invoke the digital television service processing related module to perform corresponding processing according to the parsing result.
  • the digital television service processing related module is called according to the parsing result obtained in step S31 to perform corresponding processing, for example, calling the DVB protocol to perform corresponding data acquisition, returning to the client for corresponding presentation, and if playing, playing correspondingly through the multimedia module, of course,
  • the DVB protocol may also not be invoked.
  • the function instruction triggered by the user through the game digital TV service application is a mobile instruction
  • the digital TV service application is returned after processing, and the human-computer interaction interface is called for display.
  • FIG. 7 is a schematic diagram of a refinement function module of a processing module according to an embodiment of the present invention.
  • the processing module 30 includes:
  • the second parsing unit 33 is configured to: if the digital TV service application is based on a virtual machine, parse according to the function instruction, and obtain an analysis result;
  • system framework of the present invention introduces an interface for calling the digital television service processing related module in the virtual machine in advance.
  • the analysis is performed locally according to the function instruction, and the analysis result is obtained, specifically, by the parsing function in the virtual machine in the system framework of the present invention. Analysis.
  • the second invoking unit 34 is configured to invoke the digital television service processing related module to execute the corresponding processing according to the parsing result through a preset Java application interface.
  • the digital television service processing related module is called to execute the corresponding processing through the Java application interface set in advance.
  • the digital television service application is based on the virtual machine running time, and the corresponding processing is performed by calling the DVB protocol through the Java calling interface, and if the playback is required, the multimedia codec is called for playing, if other DVB services are used.
  • Data acquisition is performed by the DVB protocol stack module and then returned to the digital television service application.
  • FIG. 8 is a schematic diagram of a refinement function module of a first calling unit according to an embodiment of the present invention.
  • the first invoking unit 32 may include:
  • the subsequent processing of the DVB protocol execution is performed in combination with the acquired radio frequency signal.
  • the obtaining subunit 321 is configured to obtain a corresponding frequency point by calling the DVB protocol according to the radio frequency signal and the function instruction.
  • the device also includes:
  • the second receiving module (not shown) is configured to receive the radio frequency signal.
  • the set top box of the present invention can obtain the radio frequency signal in real time during the power-on use, that is, before the user triggers the function instruction and during the use.
  • the tuner in the set top box in the embodiment obtains a radio frequency signal through a signal line.
  • the corresponding frequency point is obtained according to the radio frequency signal and the function instruction.
  • the tuner management module of the set top box controls the high frequency in the embodiment.
  • the head (Tuner) gets the corresponding frequency point.
  • the filtering subunit 322 is configured to filter the radio frequency signal according to the frequency point and store it.
  • the radio frequency signal is filtered according to the frequency point obtained in step S321 and stored.
  • the radio frequency signal obtained by filtering may also be buffered.
  • the data stream TS corresponding to the frequency point and the channel corresponding to the function instruction enters a demultiplexing filter for filtering, and the DVB protocol parses according to the data obtained by filtering, obtains parsed data, and stores To the storage module.
  • the function instruction is to simultaneously display a plurality of channel programs in the digital television display interface
  • the frequency signal may be filtered according to the frequency point in combination with a method of buffering a plurality of channel programs, and may be invoked in the system framework.
  • Modules such as electronic program guides, channel management, and recording implement the corresponding functions.
  • first calling unit 32 and the second calling unit 34 can call the same subsequent module for corresponding processing, that is, the first calling unit 32 and the second calling unit 34 can include the same subunit.
  • first calling unit 32 and the second calling unit 34 can include the same subunit.
  • modules for the same function processing similar to the system comprising two sets of basic business processing modules.
  • the device may further include: a display module (not shown) configured to display according to the radio frequency signal stored after the filtering.
  • a display module (not shown) configured to display according to the radio frequency signal stored after the filtering.
  • the corresponding display is performed through the television display interface display.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

本发明公开了一种数字电视业务实现方法,所述方法包括:通过接收数字电视业务应用产生的功能指令;根据所述功能指令识别出所述数字电视业务应用的运行环境;根所述数字电视业务应用的运行环境通过预设方式调用数字广播DVB协议处理所述功能指令。本发明还公开了一种数字电视业务实现装置。本发明能够兼容不同运行环境的数字电视业务应用,方便用户灵活选择并安装相关数字电视业务应用。

Description

数字电视业务实现方法和装置 技术领域
本发明涉及智能数字电视领域,尤其涉及一种数字电视业务实现方法和装置。
背景技术
数字视频广播DVB(Digital Video Broadcasting)的缩写,是由DVB项目维护的一系列国际承认的数字电视公开标准。DVB项目是一个由300多个成员组成的工业组织,它是由欧洲电信标准化组织European Telecommunications Standards Institute(ETSI),欧洲电子标准化组织European Committee for Electrotechnical Standardization(CENELEC)和欧洲广播联盟European Broadcasting Union(EBU)联合组成的联合专家组Joint Technical Committee(JTC)发起的。
随着因特网以及移动通讯技术的高速发展,数字电视业务也跟着有了相应的发展,业务形态也成多样化发展。操作系统层面从最初的UCOS(一种运行系统),到Linux,再到目前火热的Android。硬件功能也日益丰富,解码能力越来越强,主频越来越快。
目前DVB业务架构设计主要是2种:一种是胖客户端的形式,业务的逻辑集中在机顶盒STB(Set Top Box)本地,比如采用Java语言开发运行于虚拟机中这种方式;一种是瘦客户端的形式,即基于浏览器的方式,通过访问对于网页进行相应DVB业务功能的展现。
使用Android这种开放式的系统作为DVB业务的承载,众多开发人员会有不同运行环境的业务应用,而对于上述两种架构都只能安装一种运行环境的应用,不能兼容的另一种运行环境的各种应用。
发明内容
本发明实施例提供了一种数字电视业务实现方法和装置,旨在实现兼容各种运行环境的应用。
根据本发明的一个实施例提供了一种数字电视业务实现方法,所述方法包括以下步骤:
接收数字电视业务应用产生的功能指令;
根据所述功能指令识别出所述数字电视业务应用的运行环境;
根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令。
优选地,根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令的步骤包括:
如果所述数字电视业务应用是基于浏览器运行,则根据所述功能指令通过网络核心WEB CORE进行解析,获得解析结果;
根据所述解析结果调用数字电视业务处理相关模块执行对应的处理。
优选地,根据所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令的步骤还包括:
如果所述数字电视业务应用是基于虚拟机运行,则解析所述功能指令,获得解析结果;
根据所述解析结果通过预先设置的Java调用接口调用数字电视业务处理相关模块执行对应的处理。
优选地,所述接收数字电视业务应用产生的功能指令的步骤之前包括:
接收射频信号;
所述调用数字电视业务处理相关模块执行对应的处理的步骤包括:
根据所述射频信号和所述功能指令调用DVB协议获得对应的频点;
根据所述频点过滤所述射频信号,并存储。
优选地,所述方法还包括:
根据过滤后存储的所述射频信号进行显示。
根据本发明的另一实施例还提供一种数字电视业务实现装置,所述装置包括:
第一接收模块,设置为接收数字电视业务应用产生的功能指令;
识别模块,设置为根据所述功能指令识别出所述数字电视业务应用的运行环境;
处理模块,设置为根据所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令。
优选地,所述处理模块包括:
第一解析单元,设置为在如果所述数字电视业务应用是基于浏览器运行,则根据所述功能指令通过网络核心WEB CORE进行解析,获得解析结果;
第一调用单元,设置为根据所述解析结果调用数字电视业务处理相关模块执行对应的处理。
优选地,所述处理模块还包括:
第二解析单元,设置为如果所述数字电视业务应用是基于虚拟机运行,则根据所述功能 指令进行解析,获得解析结果;
第二调用单元,设置为根据所述解析结果通过预先设置的Java应用接口调用数字电视业务处理相关模块执行对应的处理。
优选地,所述装置还包括:
第二接收模块,设置为接收射频信号;
所述第一调用单元包括:
获得子单元,设置为根据所述射频信号和所述功能指令调用DVB协议获得对应的频点;
过滤子单元,设置为根据所述频点过滤所述射频信号,并存储。
优选地,所述装置还包括:
显示模块,设置为根据过滤后存储的所述射频信号进行显示。
本发明实施例通过接收数字电视业务应用产生的功能指令;根据所述功能指令识别出所述数字电视业务应用的运行环境;根所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令。通过上述方式,本发明预先设置有不同应用的运行环境,将数字电视核心业务与应用运行环境隔离,在接收到功能指令时,识别出所述功能指令的运行环境,根据所述功能指令的运行环境采用对应的方式调用数字广播DVB协议处理所述功能指令,从而能够兼容不同运行环境的数字电视业务应用,方便用户灵活选择并安装相关数字电视业务应用。
附图说明
图1为本发明数字电视业务实现方法第一实施例的流程示意图;
图2为本发明实施例中根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令的一种细化流程示意图;
图3为本发明实施例中根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令的另一种细化流程示意图;
图4为本发明实施例中调用DVB协议执行对应的处理的一种流程示意图;
图5为本发明数字电视业务实现装置第一实施例的功能模块示意图;
图6为本发明实施例中处理模块的一种细化功能模块示意图;
图7为本发明实施例中处理模块的另一种细化功能模块示意图;
图8为本发明实施例中第一调用单元的一种细化功能模块示意图。
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
具体实施方式
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
本发明提供一种数字电视业务实现方法。
参照图1,图1为本发明数字电视业务实现方法第一实施例的流程示意图。
在本实施例中,该数字电视业务实现方法包括:
步骤S10,接收数字电视业务应用产生的功能指令;
本发明主要提出一种运行于机顶盒的系统框架,本发明预先将常用机顶盒的应用的运行环境预置在所述系统中,本发明系统框架包括胖客户端和瘦客户端形式所需的运行环境,所述胖客户端即业务逻辑主要集中在机顶盒本地中,比如采用虚拟机形式所需的运行环境,所述瘦客户端即基于浏览器的方式所需的运行环境。本实施例中以基于虚拟机运行环境运行的胖客户端和基于浏览器为运行环境的瘦客户端为例进行说明,具体实施例中采用其他的运行环境可以进行类似的处理。
本实施中系统框架还包括:操作系统OS模块和基础模块,所述操作系统OS模块包括若干物理设备的驱动,用以连接网络,处理任务管理调度,进程之间的通讯(IPC通讯)等,这里所说的操作系统OS模块只是系统运行最核心的部分,例如linux的kernel部分,Android的kernel部分,起到任务调度,文件系统管理,IPC通讯以及硬件屏蔽等功能,所述基础模块包括UI图像库组件、DVB协议栈、多媒体编解码模块等。
用户先将本发明系统框架安装于机顶盒中,用户可以选择并安装其他数字电视业务应用,通过系统自带应用或者安装的其他应用提供的在电视上显示的人机交互界面进行操作,所述数字电视业务应用根据用户操作产生对应的功能指令,所述功能指令包括电视控制基本的功能指令,比如换台指令;以及操作数字电视业务应用相关指令,比如左右移动、点击等操作触发的指令。当然所述数字电视业务应用还可以自动产生功能指令,比如产生自动更新的功能指令。具体实施中还可以将数字电视业务应用所需的运行环境以及数字电视业务应用还可以安装在数字电视上。
步骤S20,根据所述功能指令识别出所述数字电视业务应用的运行环境;
在用户使用数字电视业务应用进行操作产生功能指令时,所述数字电视业务应用的执行会基于其运行环境才能正常运行,在使用数字电视业务应用进行操作时,识别出所述用于软件的运行环境,比如如果所述数字电视业务应用是基于虚拟机运行的数字电视业务应用,则所述数字电视业务应用会调用虚拟机相关环境;如果所述数字电视业务应用是基于浏览器运行的数字电视业务应用,则会调用浏览器相关环境,从而识别出所述数字电视业务应用的运行环境。
步骤S30,根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令。
识别出所述数字电视业务应用的运行环境后,根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令,数字电视业务处理相关模块可以包括UI图形库组件、DVB协议栈和多媒体解密等核心业务模块。本实施例中预设方式包括两种基于浏览器运行的处理方式和基于虚拟机运行的处理方式,具体实施中也可以包括其他的方式。
这样在在DVB业务的具体实现,以及播放的时候是通过数字电视业务处理相关模块的公共模块完成对应的处理。相关类型的运行环境只提供数字电视业务应用需要的环境或调用接口即可。其他应用运行时,与数字电视业务应用运行处理过程类似。
本发明通过接收数字电视业务应用产生的功能指令;根据所述功能指令识别出所述数字电视业务应用的运行环境;根所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令。通过上述方式,本发明预先设置有不同应用的运行环境,将数字电视核心业务与应用运行环境隔离,在接收到功能指令时,识别出所述功能指令的运行环境,根据所述功能指令的运行环境采用对应的方式调用数字电视业务处理相关模块处理所述功能指令,从而能够兼容不同运行环境的数字电视业务应用,方便用户灵活选择并安装相关数字电视业务应用。
参阅图2,图2为本发明实施例中根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令的一种细化流程示意图。
基于本发明数字电视业务实现方法第一实施例,步骤S30包括:
步骤S31,如果所述数字电视业务应用是基于浏览器运行,则根据所述功能指令通过网络核心WEB CORE进行解析,获得解析结果;
本实施例中如果在根据步骤S20中识别出的所述数字电视业务应用是基于浏览器运行的,则所述数字电视业务应用会通过浏览器以及浏览器运行环境运行,根据所述功能指令的通过系统中安装的WEB CORE进行解析,获得解析结果。具体地,通过网页链接到服务器或者互联网中获得解析结果,本实施例中所述解析结果包括控制逻辑。
步骤S32,根据所述解析结果调用数字电视业务处理相关模块执行对应的处理。
根据步骤S31获得的解析结果调用数字电视业务处理相关模块进行对应的处理,比如调用DVB协议进行对应的数据获取,返回客户端进行相应展现,如果需要播放,则通过多媒体模块进行相应的播放,当然也可以不调用DVB协议,比如用户通过游戏数字电视业务应用触发的功能指令是移动指令,则通过处理后返回所述数字电视业务应用,并调用人机交互界面进行显示。
参阅图3,图3为本发明实施例中根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令的另一种细化流程示意图。
基于本发明数字电视业务实现方法第一实施例,步骤S30包括:
步骤S33,如果所述数字电视业务应用是基于虚拟机运行,则解析所述功能指令,获得解析结果;
其中,本发明系统框架会预先在虚拟机中引入将数字电视业务处理相关模块调用的接口。
根据步骤S20识别结果,如果所述数字电视业务应用是基于虚拟机运行,则根据所述功能指令在本地中解析,获得解析结果,具体地,通过本发明系统框架中虚拟机中解析功能进行解析。然后进入步骤S34。
步骤S34,根据所述解析结果通过预先设置的Java调用接口调用数字电视业务处理相关模块执行对应的处理。
根据步骤S33获得的解析结果通过预先设置的Java应用接口调用数字电视业务处理相关模块执行对应的处理。具体地,本实施例中所述数字电视业务应用基于虚拟机运行时,通过Java调用接口进行调用DVB协议执行对应的处理,如果需要播放则会调用多媒体编解码进行播放,如果为其他DVB业务则通过DVB协议栈模块进行数据获取,然后返回给所述数字电视业务应用。
参照图4,图4为本发明实施例中调用DVB协议执行对应的处理的一种流程示意图。
结合获取到的射频信号,进行后续调用DVB协议执行对应的处理。
基于本发明数字电视控制方法第一实施例,步骤S32和步骤S33中调用DVB协议执行对应的处理的步骤可以包括:
步骤S321,根据所述射频信号和所述功能指令获得对应的频点;
本发明机顶盒可以在开机使用过程中,即可以在用户触发功能指令之前,以及在使用过程中,实时获得射频信号。比如本实施例中所述机顶盒中高频头(Tuner)通过信号线获得射频信号。
如果用户触发的所述功能指令是用于搜索节目,则根据所述射频信号和所述功能指令获得对应的频点,具体地,本实施例中机顶盒中高频头(Tuner)管理模块控制高频头(Tuner)获得对应的频点。
步骤S322,根据所述频点过滤所述射频信号,并存储。
根据获得的频点过滤所述射频信号,并存储,具体实施中也可以缓存过滤获得的所述射 频信号。
本实施例中,根据所述频点和对应所述功能指令对应的频道上的数据流TS进入解复用过滤器进行过滤,DVB协议则根据过滤获得的数据进行解析,获得解析数据,并存储到存储模块。具体实施中如果所述功能指令是在数字电视显示界面中同时显示多个频道节目时,可以结合缓存多个频道节目的方法根据所述频点过滤所述频射信号,并可以调用系统框架中电子节目指南、频道管理、录制等模块实现相应的功能,这些基础功能与现有控制方式相似,此处不一一赘述。
进一步地,所述方法还可以包括步骤:根据过滤后存储的所述射频信号进行显示。
在获得过滤后存储的所述射频信号时,通过所述电视显示界面显示进行相应的显示。
本发明进一步提供一种数字电视业务实现装置。
参照图5,图5为本发明数字电视业务实现装置第一实施例的功能模块示意图。
在本实施例中,该数字电视业务实现装置包括:
第一接收模块10,设置为接收数字电视业务应用产生的功能指令。
本发明主要提出一种运行于机顶盒的系统框架,本发明预先将常用机顶盒的应用的运行环境预置在所述系统中,本发明系统框架包括胖客户端和瘦客户端形式所需的运行环境,所述胖客户端即业务逻辑主要集中在机顶盒本地中,比如采用虚拟机形式所需的运行环境,所述瘦客户端即基于浏览器的方式所需的运行环境。本实施例中以基于虚拟机运行环境运行的胖客户端和基于浏览器为运行环境的瘦客户端为例进行说明,具体实施例中采用其他的运行环境可以进行类似的处理。
本实施中系统框架还包括:操作系统OS模块和基础模块,所述操作系统OS模块包括若干物理设备的驱动,用以连接网络,处理任务管理调度,进程之间的通讯(IPC通讯)等,这里所说的操作系统OS模块只是系统运行最核心的部分,例如linux的kernel部分,Android的kernel部分,起到任务调度,文件系统管理,IPC通讯以及硬件屏蔽等功能,所述基础模块包括UI图像库组件、DVB协议栈、多媒体编解码模块等。
用户先将本发明系统框架安装于机顶盒中,用户可以选择并安装其他数字电视业务应用,通过系统自带应用或者安装的其他应用提供的在电视上显示的人机交互界面进行操作,所述数字电视业务应用根据用户操作产生对应的功能指令,所述功能指令包括电视控制基本的功能指令,比如换台指令;以及操作数字电视业务应用相关指令,比如左右移动、点击等操作触发的指令。当然所述数字电视业务应用还可以自动产生功能指令,比如产生自动更新的功能指令。具体实施中还可以将数字电视业务应用所需的运行环境以及数字电视业务应用还可以安装在数字电视上。
识别模块20,设置为根据所述功能指令识别出所述数字电视业务应用的运行环境。
在用户使用数字电视业务应用进行操作产生功能指令时,所述数字电视业务应用的执行会基于其运行环境才能正常运行,在使用数字电视业务应用进行操作时,识别出所述用于软件的运行环境,比如如果所述数字电视业务应用是基于虚拟机运行的数字电视业务应用,则所述数字电视业务应用会调用虚拟机相关环境;如果所述数字电视业务应用是基于浏览器运行的数字电视业务应用,则会调用浏览器相关环境,从而识别出所述数字电视业务应用的运行环境。
处理模块30,设置为根所述数字电视业务应用的运行环境通过预设方式调用数字广播DVB协议处理所述功能指令。
识别出所述数字电视业务应用的运行环境后,根所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令,数字电视业务处理相关模块可以包括UI图形库组件、DVB协议栈和多媒体解密等核心业务模块。本实施例中预设方式包括两种基于浏览器运行的处理方式和基于虚拟机运行的处理方式,具体实施中也可以包括其他的方式。
这样在在DVB业务的具体实现,以及播放的时候是通过数字电视业务处理相关模块的公共模块完成对应的处理。相关类型的运行环境只提供数字电视业务应用需要的环境或调用接口即可。其他应用运行时,与数字电视业务应用运行处理过程类似。
本发明通过接收数字电视业务应用产生的功能指令;根据所述功能指令识别出所述数字电视业务应用的运行环境;根所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令。通过上述方式,本发明预先设置有不同应用的运行环境,将数字电视核心业务与应用运行环境隔离,在接收到功能指令时,识别出所述功能指令的运行环境,根据所述功能指令的运行环境采用对应的方式调用数字电视业务处理相关模块处理所述功能指令,从而能够兼容不同运行环境的数字电视业务应用,方便用户灵活选择并安装相关数字电视业务应用。
参阅图6,图6为本发明实施例中处理模块的一种细化功能模块示意图。
基于本发明数字电视业务实现装置第一实施例,处理模块30包括:
处理模块30包括第一解析单元31和第一调用单元32。
第一解析单元31,设置为在如果所述数字电视业务应用是基于浏览器运行,则根据所述功能指令通过网络核心WEB CORE进行解析,获得解析结果。
本实施例中如果在根据步骤S20中识别出的所述数字电视业务应用是基于浏览器运行的,则所述数字电视业务应用会通过浏览器以及浏览器运行环境运行,根据所述功能指令的通过系统中安装的WEB CORE进行解析,获得解析结果。具体地,通过网页链接到服务器或者互联网中获得解析结果,本实施例中所述解析结果包括控制逻辑。
第一调用单元32,设置为根据所述解析结果调用数字电视业务处理相关模块执行对应的处理。
根据步骤S31获得的解析结果调用数字电视业务处理相关模块进行对应的处理,比如调用DVB协议进行对应的数据获取,返回客户端进行相应展现,如果需要播放,则通过多媒体模块进行相应的播放,当然也可以不调用DVB协议,比如用户通过游戏数字电视业务应用触发的功能指令是移动指令,则通过处理后返回所述数字电视业务应用,并调用人机交互界面进行显示。
参阅图7,图7为本发明实施例中处理模块的一种细化功能模块示意图。
基于本发明数字电视业务实现装置第一实施例,处理模块30包括:
第二解析单元33,设置为如果所述数字电视业务应用是基于虚拟机运行,则根据所述功能指令进行解析,获得解析结果;
其中,本发明系统框架会预先在虚拟机中引入将数字电视业务处理相关模块调用的接口。
根据识别模块20识别结果,如果所述数字电视业务应用是基于虚拟机运行,则根据所述功能指令在本地中解析,获得解析结果,具体地,通过本发明系统框架中虚拟机中解析功能进行解析。
第二调用单元34设置为根据所述解析结果通过预先设置的Java应用接口调用数字电视业务处理相关模块执行对应的处理。
根据第二解析单元33获得的解析结果通过预先设置的Java应用接口调用数字电视业务处理相关模块执行对应的处理。具体地,本实施例中所述数字电视业务应用基于虚拟机运行时,通过Java调用接口进行调用DVB协议执行对应的处理,如果需要播放则会调用多媒体编解码进行播放,如果为其他DVB业务则通过DVB协议栈模块进行数据获取,然后返回给所述数字电视业务应用。
参阅图8,图8为本发明实施例中第一调用单元的一种细化功能模块示意图。
基于本发明数字电视业务实现装置第一实施例,第一调用单元32可以包括:
结合获取到的射频信号,进行后续调用DVB协议执行对应的处理。
获得子单元321,设置为根据所述射频信号和所述功能指令调用DVB协议获得对应的频点。
所述装置还包括:
第二接收模块(图未示),设置为接收射频信号。
本发明机顶盒可以在开机使用过程中,即可以在用户触发功能指令之前,以及在使用过程中,实时获得射频信号。比如本实施例中所述机顶盒中高频头(Tuner)通过信号线获得射频信号。
如果用户触发的所述功能指令是用于搜索节目,则根据所述射频信号和所述功能指令获得对应的频点,具体地,本实施例中机顶盒中高频头(Tuner)管理模块控制高频头(Tuner)获得对应的频点。
过滤子单元322,设置为根据所述频点过滤所述射频信号,并存储。
根据步骤S321获得的频点过滤所述射频信号,并存储,具体实施中也可以缓存过滤获得的所述射频信号。
本实施例中,根据所述频点和对应所述功能指令对应的频道上的数据流TS进入解复用过滤器进行过滤,DVB协议则根据过滤获得的数据进行解析,获得解析数据,并存储到存储模块。具体实施中如果所述功能指令是在数字电视显示界面中同时显示多个频道节目时,可以结合缓存多个频道节目的方法根据所述频点过滤所述频射信号,并可以调用系统框架中电子节目指南、频道管理、录制等模块实现相应的功能,这些基础功能与现有控制方式相似,此处不一一赘述。
需要特别说明的是第一调用单元32和第二调用单元34可以调用相同的后续模块进行相应的处理,即第一调用单元32和第二调用单元34可以包括相同的子单元。当然也可以调用对应不同模块进行相同的功能处理,类似于本系统包括两套基础业务处理模块。
进一步地,所述装置还可以包括:显示模块(图未示),设置为根据过滤后存储的所述射频信号进行显示。
在获得过滤后存储的所述射频信号时,通过所述电视显示界面显示进行相应的显示。
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。

Claims (10)

  1. 一种数字电视业务实现方法,包括:
    接收数字电视业务应用产生的功能指令;
    根据所述功能指令识别出所述数字电视业务应用的运行环境;
    根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令。
  2. 如权利要求1所述的方法,其中,根据所述数字电视业务应用的运行环境通过对应的预设方式调用数字电视业务处理相关模块处理所述功能指令的步骤包括:
    如果所述数字电视业务应用是基于浏览器运行,则根据所述功能指令通过网络核心WEBCORE进行解析,获得解析结果;
    根据所述解析结果调用数字电视业务处理相关模块执行对应的处理。
  3. 如权利要求1所述的方法,其中,根据所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令的步骤还包括:
    如果所述数字电视业务应用是基于虚拟机运行,则解析所述功能指令,获得解析结果;
    根据所述解析结果通过预先设置的Java调用接口调用数字电视业务处理相关模块执行对应的处理。
  4. 如权利要求2或3所述的方法,其中,所述接收数字电视业务应用产生的功能指令的步骤之前包括:
    接收射频信号;
    所述调用数字电视业务处理相关模块执行对应的处理的步骤包括:
    根据所述射频信号和所述功能指令调用DVB协议获得对应的频点;
    根据所述频点过滤所述射频信号,并存储。
  5. 如权利要求4所述的方法,其中,所述方法还包括:
    根据过滤后存储的所述射频信号进行显示。
  6. 一种数字电视业务实现装置,包括:
    第一接收模块,设置为接收数字电视业务应用产生的功能指令;
    识别模块,设置为根据所述功能指令识别出所述数字电视业务应用的运行环境;
    处理模块,设置为根据所述数字电视业务应用的运行环境通过预设方式调用数字电视业务处理相关模块处理所述功能指令。
  7. 如权利要求6所述的装置,其中,所述处理模块包括:
    第一解析单元,设置为在如果所述数字电视业务应用是基于浏览器运行,则根据所述功能指令通过网络核心WEB CORE进行解析,获得解析结果;
    第一调用单元,设置为根据所述解析结果调用数字电视业务处理相关模块执行对应的处理。
  8. 如权利要求6所述的装置,其中,所述处理模块还包括:
    第二解析单元,设置为如果所述数字电视业务应用是基于虚拟机运行,则根据所述功能指令进行解析,获得解析结果;
    第二调用单元,设置为根据所述解析结果通过预先设置的Java应用接口调用数字电视业务处理相关模块执行对应的处理。
  9. 如权利要求7所述的方法,其中,所述装置还包括:
    第二接收模块,设置为接收射频信号;
    所述第一调用单元包括:
    获得子单元,设置为根据所述射频信号和所述功能指令调用DVB协议获得对应的频点;
    过滤子单元,设置为根据所述频点过滤所述射频信号,并存储。
  10. 如权利要求9所述的方法,其中,所述装置还包括:
    显示模块,设置为根据过滤后存储的所述射频信号进行显示。
PCT/CN2016/103273 2015-10-28 2016-10-25 数字电视业务实现方法和装置 WO2017071565A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510714205.0A CN106658189A (zh) 2015-10-28 2015-10-28 数字电视业务实现方法和装置
CN201510714205.0 2015-10-28

Publications (1)

Publication Number Publication Date
WO2017071565A1 true WO2017071565A1 (zh) 2017-05-04

Family

ID=58631294

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/103273 WO2017071565A1 (zh) 2015-10-28 2016-10-25 数字电视业务实现方法和装置

Country Status (2)

Country Link
CN (1) CN106658189A (zh)
WO (1) WO2017071565A1 (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040031052A1 (en) * 2002-08-12 2004-02-12 Liberate Technologies Information platform
CN101360009A (zh) * 2008-10-14 2009-02-04 中国电信股份有限公司 机顶盒应用管理方法及系统
CN102945169A (zh) * 2012-12-05 2013-02-27 江苏鸿信系统集成有限公司 一种基于Android的Native APP融合Web APP开发系统
CN103200448A (zh) * 2012-12-31 2013-07-10 广东九联科技股份有限公司 一种机顶盒的android系统
CN103686365A (zh) * 2013-12-11 2014-03-26 上海巍岭数码科技有限公司 一种基于B/S服务模型下的Android机顶盒系统
CN103888797A (zh) * 2014-03-10 2014-06-25 北京四达时代软件技术股份有限公司 一种基于安卓系统实现数字电视业务的系统及机顶盒

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040031052A1 (en) * 2002-08-12 2004-02-12 Liberate Technologies Information platform
CN101360009A (zh) * 2008-10-14 2009-02-04 中国电信股份有限公司 机顶盒应用管理方法及系统
CN102945169A (zh) * 2012-12-05 2013-02-27 江苏鸿信系统集成有限公司 一种基于Android的Native APP融合Web APP开发系统
CN103200448A (zh) * 2012-12-31 2013-07-10 广东九联科技股份有限公司 一种机顶盒的android系统
CN103686365A (zh) * 2013-12-11 2014-03-26 上海巍岭数码科技有限公司 一种基于B/S服务模型下的Android机顶盒系统
CN103888797A (zh) * 2014-03-10 2014-06-25 北京四达时代软件技术股份有限公司 一种基于安卓系统实现数字电视业务的系统及机顶盒

Also Published As

Publication number Publication date
CN106658189A (zh) 2017-05-10

Similar Documents

Publication Publication Date Title
CN103748895B (zh) 接收装置、接收方法和信息处理系统
US9264772B2 (en) Reception apparatus, reception method, and program
CN103297850A (zh) 一种实现Android系统开机播放网络视频的方法
US9473821B2 (en) Television
US8938674B2 (en) Managing media player sound output
WO2018000648A1 (zh) 交互信息显示方法、装置、服务器及终端
CN103765912A (zh) 接收装置、接收方法、程序和信息处理系统
CN111107415B (zh) 一种直播间画中画播放方法、存储介质、电子设备及系统
CN105227988B (zh) 一种智能电视根据场景显示系统设置的方法及装置
CN112163086B (zh) 多意图的识别方法、显示设备
CN108174256B (zh) 视频播放方法、装置及计算机可读存储介质
WO2016207735A1 (en) A system and methods thereof for auto-playing video content on mobile devices
CN112217671B (zh) 基于拆分部署的前端微服务进行界面显示的方法及设备
CN114073098A (zh) 流媒体同步方法及显示设备
US20140176728A1 (en) Receiver and a transmitter
CN103514924A (zh) 移动终端微件Widget内播放视频的方法、装置及播放器
JPH11146362A (ja) 送信装置および送信方法、受信装置および受信方法、並びに送受信装置および送受信方法
CN112188294B (zh) 一种信号源显示方法及装置
CN103561326A (zh) 一种基于数字电视浏览器的播放方法
US20170171266A1 (en) Method and electronic device based on android platform for multimedia resource play
CN114025244A (zh) 音视频推送方法、装置、设备及计算机可读存储介质
CN107241651B (zh) 一种媒体数据播放方法和装置、智能终端
CN111107283B (zh) 一种信息显示方法、电子设备及存储介质
WO2017071565A1 (zh) 数字电视业务实现方法和装置
CN105721912B (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: 16859000

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

Country of ref document: EP

Kind code of ref document: A1