CN102789381A - Method for achieving digital televisions in accordance to digital video broadcasting (DVB) standards in Andriod system - Google Patents
Method for achieving digital televisions in accordance to digital video broadcasting (DVB) standards in Andriod system Download PDFInfo
- Publication number
- CN102789381A CN102789381A CN2011104602586A CN201110460258A CN102789381A CN 102789381 A CN102789381 A CN 102789381A CN 2011104602586 A CN2011104602586 A CN 2011104602586A CN 201110460258 A CN201110460258 A CN 201110460258A CN 102789381 A CN102789381 A CN 102789381A
- Authority
- CN
- China
- Prior art keywords
- layer
- java
- digital television
- api
- andriod
- Prior art date
Links
- 239000010410 layers Substances 0.000 claims abstract description 43
- 238000004891 communication Methods 0.000 description 3
- 238000010586 diagrams Methods 0.000 description 3
- 239000011203 carbon fibre reinforced carbon Substances 0.000 description 2
- 241000272517 Anseriformes Species 0.000 description 1
- 208000008425 Protein Deficiency Diseases 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering processes Methods 0.000 description 1
- 244000144992 flock Species 0.000 description 1
- 238000000034 methods Methods 0.000 description 1
- 239000000203 mixtures Substances 0.000 description 1
- 238000002054 transplantation Methods 0.000 description 1
Abstract
Description
Technical field the present invention relates to the digital television techniques field, relates in particular to a kind of DTV method that in the An Zhuo system, realizes meeting the DVB standard.
Background technology
An Zhuo system (Android) is the title based on the mobile phone operating system of increasing income of Linux platform of Google exploitation; This platform is made up of operating system, middleware, user interface and application software, is the mobile software of first real opening of making for portable terminal.Because the characteristic that it is free, as to increase income, open makes it in short several years, become first operation system of smart phone.Meanwhile, a lot of DTVs and STB manufacturer go after like a flock of ducks to Android, one after another the Android system transplantation on DTV and STB.
But Android is the system that aims at mobile phone development, and its framework does not support numeral to televise.And domestic DTV and STB mainly meet the DVB standard, how in the Android system, increase the support to the DTV that meets the DVB standard, and this is the thing that industry is being inquired into.
Summary of the invention
To above-mentioned technological deficiency, the present invention proposes a kind of DTV method that in the An Zhuo system, realizes meeting the DVB standard.
In order to solve the problems of the technologies described above, technical scheme of the present invention is following:
A kind of DTV method that in the An Zhuo system, realizes meeting the DVB standard; Comprise the steps: in the second layer of An Zhuo system to adopt socket socket mode to realize digital television function, the digital television function of in the 3rd layer, realizing in the said second layer offers the application call of Java application layer through Java API.
Beneficial effect of the present invention is: said method adopts the communication mechanism of Java framework and C framework; Designing one can satisfy the demands and communication means efficiently; Adopted the mode C ccf layer of socket socket to realize digital television function; And offer the application call of Java application layer through Java API at the digital television function that the Java ccf layer is realized the C ccf layer; A large amount of like this DTV related application just can directly be called this Java api interface; Solve Java and used how to pass through the problem that Java API uses the digital television software functions of modules of bottom C language realization, greatly improved the efficient and the portability of Java application and development.
Description of drawings
The frame diagram of Fig. 1 An Zhuo system;
The frame diagram that Fig. 2 realizes for DTV;
Fig. 3 is a synoptic diagram of realizing digital television function in the An Zhuo system.
Embodiment
To combine accompanying drawing and specific embodiment that the present invention is done further explanation below.
To in the Android system, realize digital television function, at first need understand the framework of Android system.As shown in Figure 1, the Android system is divided into four layers:
Ground floor: (SuSE) Linux OS and driving;
The second layer: local framework (being also referred to as the C framework);
The 3rd layer: the Java framework;
The 4th layer: java application.
From (SuSE) Linux OS, first level belongs to kernel spacing, second and third, four levels belong to user's space.The second layer and the 3rd layer are the interfaces of local code layer (C/C++) and Java code layer.Between the 3rd layer and the 4th layer, be the interface of the system API of Android.For the exploitation of Android application program, the 3rd layer and following content are sightless, and only taking into account system API gets final product.
In the second layer of Android system, a Media Framework is arranged, this Media Framework is used for supporting multimedia exactly.But this Media Framework does not support the DTV of DVB standard.
The general composition of DTV is seen Fig. 2, and it comprises Tuner, Demodulator, Demux, Decoder, these five parts of Video Presentation.Tuner partly is responsible for becoming intermediate-freuqncy signal to high-frequency signal; Demodulator is responsible for an intermediate-freuqncy signal rectification; The Demux part then is to come out multiplexing certain program demultiplexing in TS stream; Decoder is responsible for a demultiplexing rear video data decode and becomes image frame data, outputs to each lead-out terminal after mixing through Video Presentation and OSD layer at last, like YPbPr etc.When the user pressed telepilot and prepares to see TV, system need go to control this five parts co-ordination, is presented on programme content on the TV screen then.
As can beappreciated from fig. 3; The present invention adopts the communication mechanism of Java framework and C framework; Adopted mode C ccf layer in the An Zhuo system second layer of socket socket to realize digital television function; And offer the application call of Java application layer through Java API at the digital television function that the Java ccf layer is realized the C ccf layer; A large amount of like this DTV related application just can directly be called this Java api interface, has solved Java and has used how to pass through the problem that Java API uses the digital television software functions of modules of bottom C language realization, has greatly improved the efficient and the portability of Java application and development.
Realize digital television function (this part accomplishes the control to five parts of DTV) at the C of Android system ccf layer, and be exposed to application layer to these functions API, adopt Socket mechanism to communicate by letter between this is two-layer at the Java ccf layer, as shown in Figure 3.Application layer just need not be concerned about the concrete realization of digital television function like this, and the own API that only need call these DTV api functions and Android system just can accomplish digital television function.
This implementation has following advantage: the first, can cooperate with various DTV middlewares preferably.Because DTV need transplant various middlewares, like VOD storehouse, NVOD storehouse, CA storehouse etc., these middlewares are often based on (SuSE) Linux OS, and realize with the C language, so these middlewares can only be placed on the C frame part of Android.Digital television function part of the present invention is also at the C frame part, and the cooperation meeting of therefore following middleware is than being easier to.The second, can adapt to the bottom scheme that each chip producer provides preferably.Because each chip producer all provides the scheme based on Linux, the scheme that chip producer provides is all write with the C/C++ language.The 3rd, help the exploitation at OSD interface.Because the API that all DTVs are relevant is achieved at the Java ccf layer, do the concrete realization that the OSD exploitation need not understood digital television function, directly utilize the API of these API and Android system just can accomplish the OSD interface development.
The above only is a preferred implementation of the present invention; Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the present invention's design; Can also make some improvement and retouching, these improvement and retouching also should be regarded as in the protection domain of the present invention.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011104602586A CN102789381A (en) | 2011-12-31 | 2011-12-31 | Method for achieving digital televisions in accordance to digital video broadcasting (DVB) standards in Andriod system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011104602586A CN102789381A (en) | 2011-12-31 | 2011-12-31 | Method for achieving digital televisions in accordance to digital video broadcasting (DVB) standards in Andriod system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102789381A true CN102789381A (en) | 2012-11-21 |
Family
ID=47154789
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2011104602586A CN102789381A (en) | 2011-12-31 | 2011-12-31 | Method for achieving digital televisions in accordance to digital video broadcasting (DVB) standards in Andriod system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102789381A (en) |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103051946A (en) * | 2012-12-26 | 2013-04-17 | 四川九洲电器集团有限责任公司 | General real time streaming protocol (RTSP) stream player based on Android system |
CN103200448A (en) * | 2012-12-31 | 2013-07-10 | 广东九联科技股份有限公司 | Android system of set top box (STB) |
CN103269450A (en) * | 2013-04-25 | 2013-08-28 | 中国科学院声学研究所 | Multimedia system for Android smart television set |
CN103533435A (en) * | 2013-10-15 | 2014-01-22 | 珠海迈科电子科技有限公司 | Set-top box with two systems and double-system communication method |
CN103677836A (en) * | 2013-12-17 | 2014-03-26 | 康佳集团股份有限公司 | Method and terminal for achieving DVB-C digital television in Android system |
CN103746959A (en) * | 2013-11-27 | 2014-04-23 | 上海斐讯数据通信技术有限公司 | Java and C communication mechanism implementation method in OSGi environment |
CN103888797A (en) * | 2014-03-10 | 2014-06-25 | 北京四达时代软件技术股份有限公司 | System and set top box achieving digital television service based on Android system |
CN104244082A (en) * | 2014-09-28 | 2014-12-24 | 深圳国微技术有限公司 | Digital video broadcasting transport stream playing method and system and terminal |
CN104539997A (en) * | 2014-12-29 | 2015-04-22 | 珠海全志科技股份有限公司 | DVB system based on android |
CN104735235A (en) * | 2013-12-20 | 2015-06-24 | 青岛海信移动通信技术股份有限公司 | Portable mobile terminal and DTV data playing method thereof |
CN104967770A (en) * | 2014-05-14 | 2015-10-07 | 腾讯科技(北京)有限公司 | Video shooting method and apparatus thereof |
CN104980803A (en) * | 2015-07-29 | 2015-10-14 | 深圳市芯智科技有限公司 | Autonomic middleware intelligent DVBS2 set-top-box system and processing method thereof |
CN105376647A (en) * | 2015-11-30 | 2016-03-02 | 福建新大陆通信科技股份有限公司 | Method for embedding set top box into android system framework |
CN105701406A (en) * | 2015-12-31 | 2016-06-22 | 深圳市证通电子股份有限公司 | Method of Android platform for running traditional payment application |
CN105791998A (en) * | 2016-02-25 | 2016-07-20 | 四川长虹电器股份有限公司 | Method and system for coexistence of DVB application and browser application |
CN107566899A (en) * | 2017-07-21 | 2018-01-09 | 深圳创维数字技术有限公司 | Digital video broadcasting terminal and storage device based on Android system |
CN105204848B (en) * | 2015-08-27 | 2018-08-14 | 深圳创维-Rgb电子有限公司 | Function solidification is carried out using binary program and the method and system of service are provided |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080034081A1 (en) * | 2006-08-04 | 2008-02-07 | Tegic Communications, Inc. | Remotely controlling one or more client devices detected over a wireless network using a mobile device |
CN102111660A (en) * | 2011-03-28 | 2011-06-29 | 博视联(苏州)信息科技有限公司 | Interactive type intelligent network television |
-
2011
- 2011-12-31 CN CN2011104602586A patent/CN102789381A/en not_active Application Discontinuation
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080034081A1 (en) * | 2006-08-04 | 2008-02-07 | Tegic Communications, Inc. | Remotely controlling one or more client devices detected over a wireless network using a mobile device |
CN102111660A (en) * | 2011-03-28 | 2011-06-29 | 博视联(苏州)信息科技有限公司 | Interactive type intelligent network television |
Non-Patent Citations (1)
Title |
---|
唐伟莉 等: "兼容Android的智能终端系统框架设计", 《广播电视信息》 * |
Cited By (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103051946A (en) * | 2012-12-26 | 2013-04-17 | 四川九洲电器集团有限责任公司 | General real time streaming protocol (RTSP) stream player based on Android system |
CN103200448A (en) * | 2012-12-31 | 2013-07-10 | 广东九联科技股份有限公司 | Android system of set top box (STB) |
CN103269450A (en) * | 2013-04-25 | 2013-08-28 | 中国科学院声学研究所 | Multimedia system for Android smart television set |
CN103269450B (en) * | 2013-04-25 | 2016-05-04 | 中国科学院声学研究所 | A kind of multimedia system towards Android intelligent television |
CN103533435A (en) * | 2013-10-15 | 2014-01-22 | 珠海迈科电子科技有限公司 | Set-top box with two systems and double-system communication method |
CN103533435B (en) * | 2013-10-15 | 2016-06-08 | 珠海迈科智能科技股份有限公司 | A kind of Set Top Box and dual system communication means with dual system |
CN103746959A (en) * | 2013-11-27 | 2014-04-23 | 上海斐讯数据通信技术有限公司 | Java and C communication mechanism implementation method in OSGi environment |
CN103746959B (en) * | 2013-11-27 | 2018-04-06 | 上海斐讯数据通信技术有限公司 | The implementation method of the communication mechanism of Java modules and C modules under OSGi environment |
CN103677836A (en) * | 2013-12-17 | 2014-03-26 | 康佳集团股份有限公司 | Method and terminal for achieving DVB-C digital television in Android system |
CN103677836B (en) * | 2013-12-17 | 2019-05-21 | 康佳集团股份有限公司 | The method and terminal of DVB-C DTV are realized in Android system |
CN104735235A (en) * | 2013-12-20 | 2015-06-24 | 青岛海信移动通信技术股份有限公司 | Portable mobile terminal and DTV data playing method thereof |
CN103888797A (en) * | 2014-03-10 | 2014-06-25 | 北京四达时代软件技术股份有限公司 | System and set top box achieving digital television service based on Android system |
CN104967770A (en) * | 2014-05-14 | 2015-10-07 | 腾讯科技(北京)有限公司 | Video shooting method and apparatus thereof |
WO2015172719A1 (en) * | 2014-05-14 | 2015-11-19 | Tencent Technology (Shenzhen) Company Limited | Video shooting method and apparatus |
CN104967770B (en) * | 2014-05-14 | 2018-07-10 | 腾讯科技(北京)有限公司 | Video capture method and device |
US10136115B2 (en) | 2014-05-14 | 2018-11-20 | Tencent Technology (Shenzhen) Company Limited | Video shooting method and apparatus |
CN104244082A (en) * | 2014-09-28 | 2014-12-24 | 深圳国微技术有限公司 | Digital video broadcasting transport stream playing method and system and terminal |
CN104539997A (en) * | 2014-12-29 | 2015-04-22 | 珠海全志科技股份有限公司 | DVB system based on android |
CN104539997B (en) * | 2014-12-29 | 2017-09-12 | 珠海全志科技股份有限公司 | A kind of DVB systems based on android |
CN104980803A (en) * | 2015-07-29 | 2015-10-14 | 深圳市芯智科技有限公司 | Autonomic middleware intelligent DVBS2 set-top-box system and processing method thereof |
CN105204848B (en) * | 2015-08-27 | 2018-08-14 | 深圳创维-Rgb电子有限公司 | Function solidification is carried out using binary program and the method and system of service are provided |
CN105376647A (en) * | 2015-11-30 | 2016-03-02 | 福建新大陆通信科技股份有限公司 | Method for embedding set top box into android system framework |
CN105376647B (en) * | 2015-11-30 | 2018-05-18 | 福建新大陆通信科技股份有限公司 | A kind of method of set-top box insertion Android system framework |
CN105701406A (en) * | 2015-12-31 | 2016-06-22 | 深圳市证通电子股份有限公司 | Method of Android platform for running traditional payment application |
CN105701406B (en) * | 2015-12-31 | 2018-09-07 | 深圳市证通电子股份有限公司 | The method that Android platform runs conventional payment application |
CN105791998A (en) * | 2016-02-25 | 2016-07-20 | 四川长虹电器股份有限公司 | Method and system for coexistence of DVB application and browser application |
CN107566899A (en) * | 2017-07-21 | 2018-01-09 | 深圳创维数字技术有限公司 | Digital video broadcasting terminal and storage device based on Android system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9699492B2 (en) | On-demand access to scheduled content | |
US20170201787A1 (en) | Method, computer program, reception apparatus, and information providing apparatus for trigger compaction | |
US9992522B2 (en) | Video display apparatus and operating method thereof | |
KR102075174B1 (en) | Trigger compaction | |
KR102046938B1 (en) | Reception device, reception method, supply device, supply method, program, and broadcast system | |
KR101431885B1 (en) | Virtual channel declarative object script binding | |
US8627364B2 (en) | Digital system and method of processing service data thereof | |
KR101769819B1 (en) | Method for operating an apparatus for displaying image | |
US10779034B2 (en) | Method of providing external device list and image display device | |
KR101999984B1 (en) | Systems and methods of displaying content | |
CN1305303C (en) | Digital remote control device | |
KR101742986B1 (en) | Image display apparatus and method for operating the same | |
US10311866B2 (en) | Digital device and method for controlling same | |
CN1293747C (en) | Device and method for supply digital broadcasting programme specific information to audience | |
KR101539778B1 (en) | A display device for providing information for users during being booted and a controlling method thereof | |
KR101730422B1 (en) | Image display apparatus and method for operating the same | |
KR101733493B1 (en) | Method for sharing a message in display apparatus and display apparatus thereof | |
JP5765478B2 (en) | Receiving apparatus and receiving method | |
US9900657B2 (en) | Network TV and method for operating network TV | |
KR20130137134A (en) | Receiver apparatus, reception method, transmitter apparatus, transmission method, program and broadcast system | |
KR20120044272A (en) | Tv-centric actions in triggered declarative objects | |
US8863191B2 (en) | Method for operating image display apparatus | |
US20150229987A1 (en) | Digital device and method for controlling the same | |
US8904461B2 (en) | Broadcast signal receiving device and method for executing data broadcasting application of the same | |
KR101709470B1 (en) | Image display apparatus and method for operating the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20121121 |