CN101321260B - Program timing broadcast system and method - Google Patents
Program timing broadcast system and method Download PDFInfo
- Publication number
- CN101321260B CN101321260B CN2007102007522A CN200710200752A CN101321260B CN 101321260 B CN101321260 B CN 101321260B CN 2007102007522 A CN2007102007522 A CN 2007102007522A CN 200710200752 A CN200710200752 A CN 200710200752A CN 101321260 B CN101321260 B CN 101321260B
- Authority
- CN
- China
- Prior art keywords
- program
- module
- playing
- played
- database
- 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.)
- Active
Links
Images
Landscapes
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
本发明提供一种节目定时播放系统,该系统包括服务器及数据库,所述服务器包括获取模块、判断模块、处理模块及监听模块,其中:所述的获取模块,用于从数据库中获取节目预设播放时间;所述的判断模块,用于判断当前时间是否到达所述节目预设播放时间;所述的处理模块,用于当当前时间到达获取的节目预设播放时间时发出播放指令;所述的监听模块,用于监听是否发出播放指令;所述的判断模块,还用于当监听到有播放指令发出时判断是否有节目正在播放;及所述的处理模块,还用于当没有节目正在播放时播放数据库中的当前节目。本发明还提供一种节目定时播放方法。利用该节目定时播放系统及方法,能够实现节目播放的精确定时。
The present invention provides a program timing broadcasting system, the system includes a server and a database, the server includes an acquisition module, a judgment module, a processing module and a monitoring module, wherein: the acquisition module is used to acquire program presets from the database Playing time; the judging module is used to judge whether the current time has reached the preset playing time of the program; the processing module is used to issue a playing instruction when the current time reaches the acquired preset playing time of the program; the The monitoring module is used to monitor whether a play instruction is issued; the judging module is also used to judge whether a program is being played when a play instruction is heard; and the processing module is also used when no program is being played. Plays the current show in the database while playing. The invention also provides a program timing playing method. The precise timing of program broadcasting can be realized by using the program timing broadcasting system and method.
Description
技术领域technical field
本发明涉及一种节目定时播放系统及方法。The invention relates to a program timing broadcasting system and method.
背景技术Background technique
节目的定时播放一般采用主从式(Server/Client,服务器/客户端)架构来实现。Timing broadcasting of programs is generally implemented using a master-slave (Server/Client, server/client) architecture.
通常,在所述服务器端设置定时器来控制整个节目的播放,该定时器检查当前时间和节目预设播放时间,如果当前时间和节目预设播放时间相等,就播放该节目。Usually, a timer is set on the server side to control the playing of the whole program. The timer checks the current time and the preset playing time of the program, and if the current time is equal to the preset playing time of the program, the program is played.
在实际应用时却出现了问题:例如,节目A的播放时间为08:30:00AM-09:30:00AM,由于临时变动,需要在09:00:00AM播放节目B,因此将节目B的播放时间设为09:00:00AM,但是到09:00:00AM时,节目A由于尚未播完,不能停止仍在播放,而节目B到了其播放时间却不能播放。In actual application, there is a problem: for example, the broadcast time of program A is 08:30:00AM-09:30:00AM, due to temporary changes, program B needs to be played at 09:00:00AM, so the broadcast time of program B The time is set to 09:00:00AM, but at 09:00:00AM, program A cannot be stopped and is still playing because it has not finished playing, while program B cannot be played when its playing time is reached.
经分析后发现,之所以出现上述问题,是因为节目在播放时占用了CPU大量的资源,定时器的CPU执行期被抢走了,从而导致了定时器暂时失效,造成节目播放不能精确定时。After analysis, it was found that the above problems occurred because the program occupied a large amount of CPU resources during broadcasting, and the CPU execution period of the timer was taken away, which led to the temporary failure of the timer, resulting in the inaccurate timing of program playback.
发明内容Contents of the invention
鉴于以上内容,有必要提供一种节目定时播放系统,其可实现节目播放的精确定时。In view of the above, it is necessary to provide a program timing broadcasting system, which can realize precise timing of program broadcasting.
鉴于以上内容,还有必要提供一种节目定时播放方法,其可实现节目播放的精确定时。In view of the above content, it is also necessary to provide a program timing playing method, which can realize precise timing of program playing.
一种节目定时播放系统,该系统包括服务器及数据库,所述数据库用于存储节目及节目排程,所述服务器包括获取模块、判断模块、处理模块及监听模块,其中:所述的获取模块,用于从数据库中获取节目排程,所述的节目排程包括节目名称及节目预设播放时间;所述的判断模块,用于判断当前时间是否到达节目排程中的节目预设播放时间;所述的处理模块,用于当当前时间到达所述节目排程中的节目预设播放时间时发出播放指令;所述的监听模块,用于监听是否发出播放指令;所述的判断模块,还用于当监听到有播放指令发出时判断是否有节目正在播放;及所述的处理模块,还用于当没有节目正在播放时播放数据库中的当前节目。A program timing broadcasting system, the system includes a server and a database, the database is used to store programs and program schedules, the server includes an acquisition module, a judgment module, a processing module and a monitoring module, wherein: the acquisition module, It is used to obtain the program schedule from the database, and the program schedule includes the program name and the preset broadcast time of the program; the judgment module is used to judge whether the current time reaches the preset broadcast time of the program in the program schedule; The processing module is used to issue a play command when the current time reaches the preset play time of the program in the program schedule; the monitoring module is used to monitor whether a play command is issued; the judging module is also It is used for judging whether there is a program being played when a play instruction is detected; and the processing module is also used for playing the current program in the database when no program is being played.
一种节目定时播放方法,该方法包括定时器线程和播放器线程,其中:所述的定时器线程包括如下步骤:(a)从数据库中获取节目排程,所述的节目排程包括节目名称及节目预设播放时间;(b)判断当前时间是否到达节目排程中的节目预设播放时间;及(c)若当前时间到达所述节目排程中的节目预设播放时间,则发出播放指令;所述的播放器线程包括如下步骤:(d)监听是否发出播放指令;(e)若监听到有播放指令发出,则判断是否有节目正在播放;及(f)若没有节目正在播放,则播放数据库中的当前节目。A method for regularly playing a program, the method includes a timer thread and a player thread, wherein: the timer thread includes the following steps: (a) obtaining a program schedule from a database, and the program schedule includes a program name and the preset broadcast time of the program; (b) judging whether the current time has reached the preset broadcast time of the program in the program schedule; and (c) if the current time reaches the preset broadcast time of the program in the program schedule, then send out the broadcast Instruction; described player thread comprises the following steps: (d) monitors whether to send broadcast instruction; (e) if monitors and sends out broadcast instruction, then judges whether any program is playing; and (f) if there is no program playing, Then play the current program in the database.
所述节目定时播放系统及方法,能够充分保证定时器的CPU执行期,从而实现节目播放的精确定时。The program timing playing system and method can fully guarantee the CPU execution period of the timer, thereby realizing precise timing of program playing.
附图说明Description of drawings
图1是本发明节目定时播放系统较佳实施例的硬件架构图。Fig. 1 is a hardware architecture diagram of a preferred embodiment of the program timing broadcasting system of the present invention.
图2是图1中服务器的功能模块图。FIG. 2 is a functional block diagram of the server in FIG. 1 .
图3是本发明节目排程较佳实施例的示意图。FIG. 3 is a schematic diagram of a preferred embodiment of program scheduling in the present invention.
图4是本发明节目定时播放方法较佳实施例中定时器线程的作业流程图。Fig. 4 is a flowchart of the operation of the timer thread in the preferred embodiment of the program timing broadcasting method of the present invention.
图5是本发明节目定时播放方法较佳实施例中播放器线程的作业流程图。Fig. 5 is a flow chart of the operation of the player thread in the preferred embodiment of the program timing playing method of the present invention.
具体实施方式Detailed ways
参阅图1所示,是本发明节目定时播放系统的运行环境示意图。该模具协同设计系统安装于主从式架构(Server/Client)内。该主从式架构包括服务器101、数据库102和多个分散的客户端105(图中仅示出四个)。其中,所述客户端105通过网络104与所述服务器101相连,该服务器101直接与所述数据库102相连,从而实现各设备间协同工作。Referring to FIG. 1 , it is a schematic view of the operating environment of the program timing broadcasting system of the present invention. The mold collaborative design system is installed in a master-slave architecture (Server/Client). The master-slave architecture includes a
其中,所述数据库102用于存储节目及节目排程,负责对所述节目及节目排程的信息进行读写和维护,并能够迅速执行大量数据的更新。Wherein, the
所述服务器101用于按照上述存储的节目排程,精确完成节目的定时播放。The
所述网络104是一种电子网络,其可以为企业内部网(Intranet)、国际互联网(Internet)或其它基于TCP/IP(Transport Control Protocol/Internet Protocol,传输控制协议/国际互联网协议)的网络,可用来执行HTTP(Hypertext Transfer Protocol,超文本传输协议)及FTP(File Transfer Protocol,档案传输协议)的网络。Described
所述客户端105是用户接口,负责向用户展示定时播放的节目。The
参阅图2所示,是服务器101的功能模块图。本发明所称的模块是完成特定功能的计算机程序段,比程序更适合于描述软件在计算机中的执行过程。因此本发明以下对软件都以模块描述。Referring to FIG. 2 , it is a functional block diagram of the
所述服务器101包括获取模块200、判断模块202、处理模块203及监听模块204。The
所述获取模块200用于从数据库102中获取节目预设播放时间。具体而言,获取模块200先从数据库102中获取节目排程,然后从该节目排程中获取节目预设播放时间。其中,所述节目排程包括节目名称及节目预设播放时间(具体内容将在图3详细描述)。The obtaining
所述判断模块202用于判断当前时间是否到达所述节目预设播放时间。具体而言,判断模块202按照一定频率(如每隔1秒)将当前时间与获取的节目预设播放时间进行比较,以判断当前时间是否到达获取的节目预设播放时间。The
所述处理模块203用于当当前时间到达获取的节目预设播放时间时,发出播放指令。The
所述监听模块204用于监听是否发出播放指令。The
所述判断模块202还用于当监听到有播放指令发出时,判断是否有节目正在播放。The
所述处理模块203还用于当有节目正在播放时停止正在播放的节目,及当没有节目正在播放时播放当前节目。所述当前节目指处理模块203发出播放指令时对应的节目。具体而言,处理模块203首先从数据库102中读取节目排程,而后根据所述节目排程中的节目预设播放时间找出最接近当前时间的节目名称,然后根据该节目名称播放数据库2中的对应节目。The
参阅图3所示,是本发明节目排程较佳实施例的示意图。Referring to FIG. 3 , it is a schematic diagram of a preferred embodiment of program scheduling in the present invention.
所述节目排程可以有多种表示形式,在本较佳实施例中,以节目排程表来表示。该节目排程表主要包括节目名称311、节目预设播放时间312等字段,上述字段在该节目排程表中的字段值可以根据实际需要进行设置。The program schedule can be represented in various forms, and in this preferred embodiment, it is represented by a program schedule table. The program schedule table mainly includes fields such as
所述节目名称311字段用于存储要播放的节目的名称。例如,节目A、节目B。The
所述节目预设播放时间312字段用于存储要播放的节目的时间。例如,09:40:00AM,10/15/2006。The program preset
上述节目排程表仅为本发明的一个实施例,其可包含更多的字段以存储更多的节目排程信息,其也可由多个包含相同节目排程信息且相互关联的数据表代替。The above program schedule table is only one embodiment of the present invention, it may contain more fields to store more program schedule information, and it may also be replaced by multiple interrelated data tables containing the same program schedule information.
参阅图4所示,是本发明节目定时播放方法较佳实施例中定时器线程的作业流程图。Referring to FIG. 4 , it is a flowchart of the operation of the timer thread in a preferred embodiment of the program timing broadcasting method of the present invention.
步骤S301,获取模块200从数据库102中获取节目预设播放时间。具体而言,获取模块200先从数据库102中获取节目排程,然后从该节目排程中获取节目预设播放时间。其中,所述节目排程包括节目名称及节目预设播放时间。Step S301 , the obtaining
步骤S302,判断模块202判断当前时间是否到达所述节目预设播放时间。具体而言,判断模块202按照一定频率(如每隔1秒)将当前时间与获取的节目预设播放时间进行比较,若当前时间不等于获取的节目预设播放时间,则继续本步骤进行判断。In step S302, the
若当前时间等于获取的节目预设播放时间,则进入步骤S303,处理模块203发出播放指令。If the current time is equal to the acquired preset playing time of the program, enter step S303, and the
参阅图5所示,是本发明节目定时播放方法较佳实施例中播放器线程的作业流程图。Referring to FIG. 5 , it is a flow chart of the operation of the player thread in the preferred embodiment of the program timing playing method of the present invention.
步骤S401,监听模块204监听所述定时器线程是否发出播放指令。若没有监听到所述定时器线程发出播放指令,则继续本步骤进行监听。In step S401, the
若监听到所述定时器线程发出播放指令,则进入步骤S402,判断模块202判断是否有节目正在播放。If it is detected that the timer thread issues a play instruction, then enter step S402, and the
若判断模块202判定有节目正在播放,则进入步骤S403,处理模块203停止正在播放的节目。If the judging
若判断模块202判定没有节目正在播放,则进入步骤S404,处理模块203播放当前节目。所述当前节目指定时器线程发出播放指令时对应的节目。具体而言,处理模块203首先从数据库102中读取节目排程,而后根据所述节目排程中的节目预设播放时间找出最接近当前时间的节目名称,然后根据该节目名称播放数据库2中的对应节目。If the judging
本节目定时播放方法的较佳实施例由上述两个相互独立运行的定时器线程和播放器线程组成,所述两个线程可以同时并行运行,以充分保证所述定时器的CPU执行期,进而确保节目播放的精确定时。The preferred embodiment of this program timing play method is made up of above-mentioned two timer thread and player thread that run independently mutually, and described two threads can run in parallel simultaneously, to fully guarantee the CPU execution period of described timer, and then Ensure precise timing of program play.
最后应说明的是,以上实施例仅用以说明本发明的技术方案而非限制,尽管参照较佳实施例对本发明进行了详细说明,本领域的普通技术人员应当理解,可以对本发明的技术方案进行修改或等同替换,而不脱离本发明技术方案的精神和范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention without limitation. Although the present invention has been described in detail with reference to the preferred embodiments, those of ordinary skill in the art should understand that the technical solutions of the present invention can be Modifications or equivalent replacements can be made without departing from the spirit and scope of the technical solutions of the present invention.
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2007102007522A CN101321260B (en) | 2007-06-04 | 2007-06-04 | Program timing broadcast system and method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2007102007522A CN101321260B (en) | 2007-06-04 | 2007-06-04 | Program timing broadcast system and method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101321260A CN101321260A (en) | 2008-12-10 |
CN101321260B true CN101321260B (en) | 2011-06-08 |
Family
ID=40181049
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2007102007522A Active CN101321260B (en) | 2007-06-04 | 2007-06-04 | Program timing broadcast system and method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101321260B (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1164741A (en) * | 1996-02-27 | 1997-11-12 | 三星电子株式会社 | Control Method of Video Recording State of Composite Video Machine |
CN1179671A (en) * | 1996-10-08 | 1998-04-22 | 松下电器产业株式会社 | Information receiving method and information receiver using same |
CN1549590A (en) * | 2003-05-19 | 2004-11-24 | 乐金电子(沈阳)有限公司 | Digital TV automatic alarming device and method |
CN1909634A (en) * | 2005-08-03 | 2007-02-07 | 上海乐金广电电子有限公司 | Automatic reserving record method for digital broadcasting receiver |
-
2007
- 2007-06-04 CN CN2007102007522A patent/CN101321260B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1164741A (en) * | 1996-02-27 | 1997-11-12 | 三星电子株式会社 | Control Method of Video Recording State of Composite Video Machine |
CN1179671A (en) * | 1996-10-08 | 1998-04-22 | 松下电器产业株式会社 | Information receiving method and information receiver using same |
CN1549590A (en) * | 2003-05-19 | 2004-11-24 | 乐金电子(沈阳)有限公司 | Digital TV automatic alarming device and method |
CN1909634A (en) * | 2005-08-03 | 2007-02-07 | 上海乐金广电电子有限公司 | Automatic reserving record method for digital broadcasting receiver |
Also Published As
Publication number | Publication date |
---|---|
CN101321260A (en) | 2008-12-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Massie et al. | Monitoring with ganglia: tracking dynamic host and application metrics at scale | |
US11185379B2 (en) | Comprehensive messaging system for robotic surgical systems | |
CN103227839B (en) | The management system of regional autonomy of content distribution network server | |
CN102209100B (en) | A task scheduling cloud processing system and method thereof | |
CA2931150C (en) | Automatic inspection and monitoring method based on time domain slotting control | |
CN102158515B (en) | Information playing management system and method | |
US20140351320A1 (en) | Method, system and apparatus for coordinated processing of document | |
WO2015081796A1 (en) | Method and device for synchronizing play record between mobile terminal and smart television | |
US20080320508A1 (en) | Methods and Apparatus to Monitor Media Content on a Consumer Network | |
DE102008048649B4 (en) | System and method for synchronizing simultaneous media stream playback over nonsynchronized network synchronization / clock islands | |
CN101188570A (en) | Instant message processing system and method | |
TW201250454A (en) | System and method for detecting power statuses of an electronic device | |
WO2017050106A1 (en) | Set-top box fault information processing method and apparatus, and set-top box | |
CN103810099B (en) | Code tracing method and code tracing system | |
CN111416731A (en) | Alarm system and method based on cloud collaborative edge node self-adaptive configuration deployment | |
CN110460476A (en) | A kind of network O&M management method | |
CN117251180A (en) | Method, device, equipment and storage medium for writing configuration words of vehicle controller | |
KR100788698B1 (en) | Display service method and network device and storage medium capable of performing the method | |
CN101321260B (en) | Program timing broadcast system and method | |
CN102724306A (en) | Cloud computing based method and system for data migration | |
TWI387345B (en) | System and method for playing programs at preset times | |
CN107451056A (en) | Monitor the method and device of interface testing result | |
US9525843B2 (en) | Multimedia file playback method, playback apparatus and system | |
CN117725130A (en) | Data synchronization method and device, storage medium and electronic equipment | |
CN103139610B (en) | The method and apparatus that cluster audio video synchronization is play |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
C41 | Transfer of patent application or patent right or utility model | ||
TR01 | Transfer of patent right |
Effective date of registration: 20151105 Address after: 518131 Guangdong city of Shenzhen province Longhua new city street road Minzhi Qianlong Garden Building 2 unit 504 room 14 Patentee after: Shenzhen Bo'er Simpson Technology Co.,Ltd. Address before: 518109 Guangdong city of Shenzhen province Baoan District Longhua Town Industrial Zone tabulaeformis tenth East Ring Road No. 2 two Patentee before: HONG FU JIN PRECISION INDUSTRY (SHENZHEN) Co.,Ltd. Patentee before: HON HAI PRECISION INDUSTRY Co.,Ltd. |
|
C41 | Transfer of patent application or patent right or utility model | ||
TR01 | Transfer of patent right |
Effective date of registration: 20160302 Address after: 518028 Guangdong province Shenzhen city street in Futian District Huaqiang North SEG science and Technology Industrial Park 4 Building 5 layer A-D and 4-7 axis B01-65 Patentee after: Shenzhen Greek City Technology Co.,Ltd. Address before: 518131 Guangdong city of Shenzhen province Longhua new city street road Minzhi Qianlong Garden Building 2 unit 504 room 14 Patentee before: Shenzhen Bo'er Simpson Technology Co.,Ltd. |
|
C41 | Transfer of patent application or patent right or utility model | ||
TR01 | Transfer of patent right |
Effective date of registration: 20170204 Address after: 519000 Guangdong city of Zhuhai province Hengqin financial services industry base building No. 5 2-I Patentee after: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Address before: 518028 Guangdong province Shenzhen city street in Futian District Huaqiang North SEG science and Technology Industrial Park 4 Building 5 layer A-D and 4-7 axis B01-65 Patentee before: Shenzhen Greek City Technology Co.,Ltd. |
|
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20201224 Address after: 264006 4th floor, building 2, energy saving science and Technology Park, Gaoxiong Road, Yantai Economic and Technological Development Zone, Shandong Province Patentee after: Yantai HUAFA qixianqin Intellectual Property Operation Co.,Ltd. Address before: 519000 2-I, building 5, Hengqin financial industrial service base, Zhuhai, Guangdong Patentee before: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE Co.,Ltd. |
|
TR01 | Transfer of patent right |
Effective date of registration: 20220315 Address after: 519031 Building No. 12-3, Hengqin Financial Industry Development Base, Zhuhai City, Guangdong Province (Centralized Office District) Patentee after: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Address before: 264006 4th floor, building 2, energy saving science and Technology Park, Gaoxiong Road, Yantai Economic and Technological Development Zone, Shandong Province Patentee before: Yantai HUAFA qixianqin Intellectual Property Operation Co.,Ltd. |
|
TR01 | Transfer of patent right | ||
EE01 | Entry into force of recordation of patent licensing contract | ||
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20081210 Assignee: Huizhou Ruigang Technology Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2023980035084 Denomination of invention: Program timing playback system and method Granted publication date: 20110608 License type: Common License Record date: 20230425 |
|
EE01 | Entry into force of recordation of patent licensing contract | ||
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20081210 Assignee: HUIZHOU AGPLUS ENVIRONMENTAL PROTECTION TECHNOLOGY Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2023980036023 Denomination of invention: Program timing playback system and method Granted publication date: 20110608 License type: Common License Record date: 20230530 |
|
EE01 | Entry into force of recordation of patent licensing contract | ||
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20081210 Assignee: Hubei Fufan Information Technology Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980032136 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241204 |
|
EE01 | Entry into force of recordation of patent licensing contract | ||
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20081210 Assignee: GUANGXI 51 PIPE INDUSTRY CO.,LTD. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980036254 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241212 |
|
EE01 | Entry into force of recordation of patent licensing contract | ||
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20081210 Assignee: Dongguan Nanwan Dingcheng Information Technology Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980037472 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241216 Application publication date: 20081210 Assignee: Dongguan Zhiwanhui Technology Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980037443 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241216 |
|
EE01 | Entry into force of recordation of patent licensing contract |
Application publication date: 20081210 Assignee: Zhuhai Qianhong Zhijin Technology Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980043519 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241230 Application publication date: 20081210 Assignee: Hunan Gangqing Engineering Installation Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980043518 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241230 Application publication date: 20081210 Assignee: Dong'an Yimin Agricultural Machinery Scrap and Disassembly Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980043517 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241230 Application publication date: 20081210 Assignee: Dong'an Fuxin Agricultural Machinery Sales Co.,Ltd. Assignor: HENGQIN INTERNATIONAL INTELLECTUAL PROPERTY EXCHANGE CO.,LTD. Contract record no.: X2024980043516 Denomination of invention: Program timed playback system and method Granted publication date: 20110608 License type: Common License Record date: 20241230 |
|
EE01 | Entry into force of recordation of patent licensing contract |