CN113645489A - IPTV platform EPG dynamic focus configuration and moving method - Google Patents

IPTV platform EPG dynamic focus configuration and moving method Download PDF

Info

Publication number
CN113645489A
CN113645489A CN202110986235.2A CN202110986235A CN113645489A CN 113645489 A CN113645489 A CN 113645489A CN 202110986235 A CN202110986235 A CN 202110986235A CN 113645489 A CN113645489 A CN 113645489A
Authority
CN
China
Prior art keywords
focus
key
remote controller
identification
user presses
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110986235.2A
Other languages
Chinese (zh)
Inventor
杨越
包正辉
田航
林杰
吴晓涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Paco Video Technology Hangzhou Co ltd
Original Assignee
Paco Video Technology Hangzhou Co ltd
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 Paco Video Technology Hangzhou Co ltd filed Critical Paco Video Technology Hangzhou Co ltd
Priority to CN202110986235.2A priority Critical patent/CN113645489A/en
Publication of CN113645489A publication Critical patent/CN113645489A/en
Pending legal-status Critical Current

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/41Structure of client; Structure of client peripherals
    • H04N21/422Input-only peripherals, i.e. input devices connected to specially adapted client devices, e.g. global positioning system [GPS]
    • H04N21/42204User interfaces specially adapted for controlling a client device through a remote control device; Remote control devices therefor
    • H04N21/42206User interfaces specially adapted for controlling a client device through a remote control device; Remote control devices therefor characterized by hardware details
    • H04N21/42212Specific keyboard arrangements
    • H04N21/42218Specific keyboard arrangements for mapping a matrix of displayed objects on the screen to the numerical key-matrix of the remote control
    • 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/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • 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/47End-user applications
    • H04N21/482End-user interface for program selection

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method for configuring and moving an EPG dynamic focus of an IPTV platform. When a certain element in the focus assembly is focused, a user presses an upper key, a lower key, a left key and a right key of a remote controller, and then sequentially moves from a transverse element or a longitudinal element according to an identification value according to a specific direction key until no corresponding element except the element can not move. The invention has the beneficial effects that: the degree of flexibility of focus change is greatly improved, the daily product requirements can be met, and the user experience is improved.

Description

IPTV platform EPG dynamic focus configuration and moving method
Technical Field
The invention relates to the technical field related to IPTV service, in particular to a method for configuring and moving an EPG dynamic focus of an IPTV platform.
Background
The IPTV, i.e. the interactive network television, is a brand-new technology that integrates the technologies of internet, multimedia, communication, etc. into a whole by using a broadband network and provides a variety of interactive services including digital televisions to home users. The method can well adapt to the rapid development trend of the current network and fully and effectively utilize network resources. With the development and application of network technology, hundreds of millions of network bandwidths are available everywhere, and it is becoming practical for users to watch IPTV through television set-top boxes.
At present, based on JavaScript development, through various EPG pages displayed on a set-top box, in order to attract users, requirements on user experience are higher and higher, various requirements are brought to focus movement of various EPG elements, a set-top box browser usually adopts div elements to realize focus element change effects, but the focus change effects are single in function and not flexible enough in IPTV, and some special effects cannot be realized, such as left-right or up-down circular movement effects and the like, which are all required to be realized by independently writing JavaScript codes, and are deficient in development efficiency and standardization.
Disclosure of Invention
The invention provides a method for configuring and moving an EPG dynamic focus of an IPTV platform, which is convenient for flexible operation, in order to overcome the defects in the prior art.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for configuring and moving EPG dynamic focus of IPTV platform, which renumbers each content to be focused in page and divides it into multiple focus components, the specific configuring and displaying steps are as follows:
(1) defining the upper left corner of the page as the origin of coordinate axes, and the coordinate values are [0,0 ];
(2) carrying out virtual coordinate identification on a page element in a form of id = 'element _' + Xm + '_' + Yn by taking [0,0] as an origin, wherein Xm represents element identification in a transverse direction, Yn represents element identification in a longitudinal direction, and judging a movement rule by using the size of an identification value during movement and taking a direction as a reference;
(3) taking a page containing four element components as a focus component, taking an element I as a default initial focus, and identifying the following element coordinates according to the rule in the step (2), wherein the element I is [ X1, Y1], the element II is [ X2, Y1], the element III is [ X1, Y2], the element IV is [ X2, Y2], and a new virtual element layout is formed after identification is finished;
(4) when a certain element in the focus assembly is focused, after a user presses the up, down, left and right keys of the remote controller, the user sequentially moves from the transverse element or the longitudinal element according to the identification value according to a specific certain direction key until no corresponding element except the user moves.
A focus moving method calculated according to rules is realized through an element naming mechanism and simple operation rules, the flexibility degree of focus change is greatly improved, the daily product requirements can be met, and the user experience is improved.
Preferably, in step (4), if the current focus is on element two, i.e., the coordinate values are [ X2, Y1], when the user presses the left key of the remote controller, the horizontal elements Xm decrease from X2 in order, and if there is no corresponding element other than itself, they do not move.
Preferably, in step (4), if the current focus is on element one, i.e., the coordinate values are [ X1, Y1], the user presses the right key of the remote controller, the horizontal elements Xm are sequentially increased from X1, and if there is no corresponding element other than itself, the current focus is not moved.
Preferably, in step (4), if the current focus is on element four, i.e., the coordinate values are [ X2, Y2], the user decreases from Y2 in order from the longitudinal element Yn when pressing the up key of the remote controller, and does not move if there is no corresponding element other than itself.
Preferably, in step (4), if the current focus is on element two, i.e., the coordinate values are [ X2, Y1], the user increases from Y1 in order from the vertical element Yn when pressing down the down key of the remote controller, and does not move if there is no corresponding element other than itself.
The invention has the beneficial effects that: by means of an element naming mechanism and simple operation rules, the focus moving method calculated according to the rules is achieved, the flexibility degree of focus change is greatly improved, daily product requirements can be met, and user experience is improved.
Drawings
FIG. 1 is a flow chart of a method of the present invention;
FIG. 2 is a diagram of the actual locations of elements in a focal assembly;
FIGS. 3 and 4 are diagrams of positions of elements in a focus assembly that appear through regular virtual layout elements;
FIG. 5 is a diagram showing the movement of the position where the remote controller presses the left key;
FIG. 6 is a diagram showing the movement of the remote controller when the right key is pressed;
FIG. 7 is a diagram showing the movement of the position where the remote controller presses the up key;
fig. 8 is a diagram showing the movement of the position where the remote controller presses the down key.
Detailed Description
The invention is further described with reference to the following figures and detailed description.
In the embodiment shown in fig. 1, a method for configuring and moving an EPG dynamic focus of an IPTV platform renumbers each content to be focused in a page, and divides the content into a plurality of focus components, where the specific configuring and displaying steps are as follows:
(1) defining the upper left corner of the page as the origin of coordinate axes, and the coordinate values are [0,0 ];
(2) performing virtual coordinate identification on a page element in a form of id = 'element _' + Xm + '__' + Yn with [0,0] as an origin, wherein Xm represents element identification in a horizontal direction (a numeral is used as an identification for example 1), Yn represents element identification in a vertical direction (a numeral is used as an identification for example 1), and judging a movement rule by using the size of an identification value during movement and using a direction as a reference; for example: a small shift of the flag value to a large flag value, i.e., a shift of X1 to X2 to the right is bound;
(3) taking a page containing four element components as a focus component, as shown in fig. 2, where element one is a default initial focus, and identifying the following element coordinates according to the rule in step (2), where element one is [ X1, Y1], element two is [ X2, Y1], element three is [ X1, Y2], element four is [ X2, Y2], and a new virtual element layout is formed after the identification is finished, as shown in fig. 3 and fig. 4;
wherein: elements are appointed according to a custom mode, and the elements can move according to the virtual layout through a custom algorithm angle (the actual layout is unchanged). The regularity of the pattern is processed by the design aspect, namely, the part which is designed according to the regular pattern and is not displayed is processed in a transparent way.
(4) When a certain element in the focus assembly is focused, after a user presses an upper key, a lower key, a left key and a right key of the remote controller, the elements move from the transverse element or the longitudinal element in sequence according to the identification value according to a specific direction key until no corresponding element except the element moves;
as shown in fig. 5, if the current focus is on element two, i.e., the coordinate values are [ X2, Y1], when the user presses the left key of the remote controller, the horizontal elements Xm are sequentially decreased from X2 (e.g., X2 to X1), and if there is no corresponding element other than itself, they are not moved. According to the principle and the defined coordinate, the focus moves to be the element two- > element one in sequence, and when the left key is pressed after the element one, the focus is kept unchanged and does not move any more.
As shown in fig. 6, if the current focus is on element one, i.e., the coordinate values are [ X1, Y1], when the user presses the right key of the remote controller, the horizontal elements Xm are sequentially increased from X1 (e.g., X1 is increased to X2), and if there is no corresponding element other than itself, the movement is not performed. According to the principle and the defined coordinate, the focus moves to be element one- > element two in sequence, and when the right key is pressed after the element two, the focus is kept unchanged and does not move any more.
As shown in fig. 7, if the current focus is on element four, i.e., the coordinate values are [ X2, Y2], when the user presses the up key of the remote controller, the longitudinal element Yn decreases from Y2 (e.g., Y2 decreases to Y1) in sequence, and if there is no corresponding element other than itself, it does not move. According to the principle and the defined coordinate, the focus moves to be element four- > element two in sequence, and when the key is pressed after the element two, the focus is kept unchanged and does not move any more.
As shown in fig. 8, if the current focus is on element two, i.e., the coordinate values are [ X2, Y1], when the user presses the down key of the remote controller, the longitudinal element Yn is sequentially increased from Y1 (e.g., Y1 is increased to Y2), and if there is no corresponding element other than itself, it is not moved. According to the principle and the defined coordinate, the focus moves to be element two- > element four in sequence, and after the element four, when the key is pressed again, the focus is kept unchanged and does not move any more.
Wherein: an EPG (Electronic Program Guide) is a code page developed using programming language, which can be parsed by an IPTV set-top box browser and displayed on a television. The EPG page elements are elements displayed in the EPG page and providing interaction between a user and the IPTV platform, and include pictures, buttons, text, video frames, and the like.
A focus moving method calculated according to rules is realized through an element naming mechanism and simple operation rules, the flexibility degree of focus change is greatly improved, the daily product requirements can be met, and the user experience is improved.

Claims (5)

1. A method for configuring and moving EPG dynamic focus of IPTV platform is characterized by that, renumbering each content to be focused in page, dividing it into multiple focus components, the concrete configuring and displaying steps are as follows:
(1) defining the upper left corner of the page as the origin of coordinate axes, and the coordinate values are [0,0 ];
(2) carrying out virtual coordinate identification on a page element in a form of id = 'element _' + Xm + '_' + Yn by taking [0,0] as an origin, wherein Xm represents element identification in a transverse direction, Yn represents element identification in a longitudinal direction, and judging a movement rule by using the size of an identification value during movement and taking a direction as a reference;
(3) taking a page containing four element components as a focus component, taking an element I as a default initial focus, and identifying the following element coordinates according to the rule in the step (2), wherein the element I is [ X1, Y1], the element II is [ X2, Y1], the element III is [ X1, Y2], the element IV is [ X2, Y2], and a new virtual element layout is formed after identification is finished;
(4) when a certain element in the focus assembly is focused, after a user presses the up, down, left and right keys of the remote controller, the user sequentially moves from the transverse element or the longitudinal element according to the identification value according to a specific certain direction key until no corresponding element except the user moves.
2. The method of claim 1, wherein in step (4), if the current focus is on element two, i.e. coordinate values are [ X2, Y1], when the user presses the left key of the remote controller, the horizontal elements Xm decrease from X2 in turn, and if there is no corresponding element, the current focus does not move except itself.
3. The method of claim 1, wherein in step (4), if the current focus is on element one (i.e. coordinate values are [ X1, Y1], the user presses the right key of the remote controller, and then the horizontal elements Xm are sequentially increased from X1, and if there is no corresponding element other than itself, the current focus is not moved.
4. The method of claim 1, wherein in step (4), if the current focus is on element four, i.e. coordinate values are [ X2, Y2], the user presses the up key of the remote controller, and the longitudinal element Yn decreases from Y2, and if there is no corresponding element other than itself, the focus will not move.
5. The method of claim 1, wherein in step (4), if the current focus is on element two, i.e. coordinate values are [ X2, Y1], the user presses a down key of the remote controller, and then the longitudinal element Yn is sequentially increased from Y1, and if there is no corresponding element other than itself, the current focus will not move.
CN202110986235.2A 2021-08-26 2021-08-26 IPTV platform EPG dynamic focus configuration and moving method Pending CN113645489A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110986235.2A CN113645489A (en) 2021-08-26 2021-08-26 IPTV platform EPG dynamic focus configuration and moving method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110986235.2A CN113645489A (en) 2021-08-26 2021-08-26 IPTV platform EPG dynamic focus configuration and moving method

Publications (1)

Publication Number Publication Date
CN113645489A true CN113645489A (en) 2021-11-12

Family

ID=78423961

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110986235.2A Pending CN113645489A (en) 2021-08-26 2021-08-26 IPTV platform EPG dynamic focus configuration and moving method

Country Status (1)

Country Link
CN (1) CN113645489A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114942814A (en) * 2022-06-01 2022-08-26 咪咕视讯科技有限公司 Page component focusing method, system, terminal device and medium
CN115426511A (en) * 2022-09-02 2022-12-02 帕科视讯科技(杭州)股份有限公司 EPG automatic area focus searching method based on IPTV specification

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102088639A (en) * 2011-01-21 2011-06-08 烽火通信科技股份有限公司 Navigation control method of browser page for IPTV (Internet protocol television) set-top box
CN103297854A (en) * 2012-08-24 2013-09-11 乐视致新电子科技(天津)有限公司 Method for controlling focuses of web pages
CN103544000A (en) * 2013-07-05 2014-01-29 Tcl集团股份有限公司 User interface mobile operation method and system
US20160077686A1 (en) * 2014-05-21 2016-03-17 NPG Technology, S.A. Easy-to-use grid-based user interface and navigation model for smart tv devices
WO2016107224A1 (en) * 2014-12-29 2016-07-07 深圳Tcl新技术有限公司 Method and device for controlling movement of interface focus
CN106844606A (en) * 2017-01-16 2017-06-13 青岛海信宽带多媒体技术有限公司 The focus processing method and processing device of webpage
CN107071583A (en) * 2017-05-03 2017-08-18 四川易迅通健康医疗技术发展有限公司 A kind of EPG page focus control methods for IPTV platforms
CN111625169A (en) * 2020-05-28 2020-09-04 海信电子科技(深圳)有限公司 Method for browsing webpage by remote controller and display equipment
CN111787373A (en) * 2020-07-09 2020-10-16 烽火通信科技股份有限公司 EPG page play control method and set-top box
CN112565898A (en) * 2020-11-27 2021-03-26 福州智象信息技术有限公司 Method and system for moving focus based on smart television operating system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102088639A (en) * 2011-01-21 2011-06-08 烽火通信科技股份有限公司 Navigation control method of browser page for IPTV (Internet protocol television) set-top box
CN103297854A (en) * 2012-08-24 2013-09-11 乐视致新电子科技(天津)有限公司 Method for controlling focuses of web pages
CN103544000A (en) * 2013-07-05 2014-01-29 Tcl集团股份有限公司 User interface mobile operation method and system
US20160077686A1 (en) * 2014-05-21 2016-03-17 NPG Technology, S.A. Easy-to-use grid-based user interface and navigation model for smart tv devices
WO2016107224A1 (en) * 2014-12-29 2016-07-07 深圳Tcl新技术有限公司 Method and device for controlling movement of interface focus
CN105812944A (en) * 2014-12-29 2016-07-27 深圳Tcl新技术有限公司 Interface focus movement control method and device
CN106844606A (en) * 2017-01-16 2017-06-13 青岛海信宽带多媒体技术有限公司 The focus processing method and processing device of webpage
CN107071583A (en) * 2017-05-03 2017-08-18 四川易迅通健康医疗技术发展有限公司 A kind of EPG page focus control methods for IPTV platforms
CN111625169A (en) * 2020-05-28 2020-09-04 海信电子科技(深圳)有限公司 Method for browsing webpage by remote controller and display equipment
CN111787373A (en) * 2020-07-09 2020-10-16 烽火通信科技股份有限公司 EPG page play control method and set-top box
CN112565898A (en) * 2020-11-27 2021-03-26 福州智象信息技术有限公司 Method and system for moving focus based on smart television operating system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114942814A (en) * 2022-06-01 2022-08-26 咪咕视讯科技有限公司 Page component focusing method, system, terminal device and medium
CN114942814B (en) * 2022-06-01 2023-07-11 咪咕视讯科技有限公司 Page component focusing method, system, terminal equipment and medium
CN115426511A (en) * 2022-09-02 2022-12-02 帕科视讯科技(杭州)股份有限公司 EPG automatic area focus searching method based on IPTV specification

Similar Documents

Publication Publication Date Title
AU2006292506B2 (en) Self-contained mini-applications system and method for digital television
CN100571348C (en) The method of graphic generation of network TV electronic program guidance system template
CN102668587B (en) Method for playing contents
CN113645489A (en) IPTV platform EPG dynamic focus configuration and moving method
US20130179787A1 (en) Rendering of an Interactive Lean-Backward User Interface on a Television
CN1822651A (en) Method for dynamically forming caption image data and caption data flow
CN102075800A (en) File play control method and system based on interactive personnel television set top box
CN101365079A (en) Method for overlapping and dynamically displaying background color into transparent dynamic image
CN106060633A (en) Signal source image preview method and television terminal
CN101365105A (en) Method and set-top box for IPTV electronic program guide display control
CN105407384A (en) Method, device and system for identifying media player content by using two-dimensional code
CN102082930B (en) A kind of method that captioned test is replaced and device
CN104053061B (en) Method for providing electronic program list and multimedia reproducing system
DE112018007902T5 (en) DISPLAY DEVICE AND METHOD OF CONTROLLING THESE
CN103503430A (en) Play control system and method
DE112018006952T5 (en) Display device and image processing method therefor
CN104244104A (en) Control terminal, device terminal, server and system capable of quickly selecting digital television programs,
DE60120745T2 (en) METHOD AND DEVICE FOR COMPILING VIDEO SCENES FROM DIFFERENT DATA
CN113038171A (en) IPTV search result display method
Lee et al. Design and implementation of basic smart TV functions on the web browser
CN113473198B (en) Control method of intelligent equipment and intelligent equipment
CN108347641A (en) Coordinate the dynamic image processing device and dynamic image processing method of TV broadcast system
JP2009239528A (en) Digital broadcast receiver
Xia Research on UI design and optimization of digital media with artifical intelligence
CN118175366A (en) Focus component design based on visual editing of interactive television terminal interface

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination