(19)
(11)EP 2 094 021 B1

(12)EUROPEAN PATENT SPECIFICATION

(45)Mention of the grant of the patent:
11.04.2012 Bulletin 2012/15

(21)Application number: 08757603.9

(22)Date of filing:  05.06.2008
(51)International Patent Classification (IPC): 
H04Q 1/00(2006.01)
G06F 3/023(2006.01)
H04L 29/08(2006.01)
(86)International application number:
PCT/CN2008/071192
(87)International publication number:
WO 2008/151547 (18.12.2008 Gazette  2008/51)

(54)

PROCESSING METHOD, DEVICE AND SYSTEM OF CONTROL MESSAGE

VERFAHREN, VORRICHTUNG UND SYSTEM ZUR BEHANDLUNG VON STEUERNACHRICHT

PROCÉDÉ, DISPOSITIF ET SYSTÈME DE TRAITEMENT DE MESSAGE DE COMMANDE


(84)Designated Contracting States:
AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

(30)Priority: 14.06.2007 CN 200710111193

(43)Date of publication of application:
26.08.2009 Bulletin 2009/35

(60)Divisional application:
11005654.6 / 2381646

(73)Proprietor: Huawei Technologies Co., Ltd.
Shenzhen, Guangdong Province 518129 (CN)

(72)Inventor:
  • LI, Yi
    Shenzhen Guangdong Province 518129 (CN)

(74)Representative: Pfenning, Meinig & Partner GbR 
Patent- und Rechtsanwälte Theresienhöhe 13
80339 München
80339 München (DE)


(56)References cited: : 
EP-A2- 1 670 250
CN-A- 1 878 175
US-A1- 2005 283 535
US-B1- 6 879 843
CN-A- 1 647 565
CN-A- 1 898 935
US-B1- 6 378 234
  
      
    Note: Within nine months from the publication of the mention of the grant of the European patent, any person may give notice to the European Patent Office of opposition to the European patent granted. Notice of opposition shall be filed in a written reasoned statement. It shall not be deemed to have been filed until the opposition fee has been paid. (Art. 99(1) European Patent Convention).


    Description

    FIELD OF DISCLOSURE



    [0001] The present invention relates to communication field, and more specifically, to a method and apparatuses for processing a control message and a system thereof.

    BACKGROUND



    [0002] With the improvement of wireless network infrastructure, mobile application services based on various wireless network schemas develop rapidly. Generally, a mobile station may conduct a simple control over an application service process on a network server by sending a control message.

    [0003] Usually, there is an one-to-one correspondence between the content of a control message sent by the mobile station and a key on the mobile station (of course, a key can be shared in a case where the contents of the control messages appear in turn, for instance, the play key and the pause key for controlling the media can be shared. When this key is pressed consecutively, the key alternately sends a control message with different content). Therefore, due to the limitation of the size of the generic mobile station, there are not sufficient keys for service control, limiting thereby the service control functions provided by the mobile station to the user.

    [0004] For instance, in terms of a mobile streaming media service which provides a mobile multimedia broadcast service to the user, since a user terminal is typically provided with four navigation keys only, the user may use those four keys to realize a basic control over the streaming media including forward, backward, pause/play, stop. Assume the mobile streaming media service adopts a Real-time Streaming Protocol (RTSP). An example of a forward operation during playing is described below, which illustrates a process of a terminal providing a service control function to the user.

    [0005] 1. A streaming media service utilizes an RTSP protocol to play a streaming media to a terminal.

    [0006] 2. When playing up to the tenth second, the user presses the forward key. The terminal sends a PLAY message in the RTSP protocol to the streaming media server and inserts, in a RANGE field of the PLAY message, information of a time point where the user wants to skip to. Usually, the intended time point is determined by adding a fixed value set internally by the terminal (assume 15 sec) to the current time (10th sec), which is 25 sec for the value of RANGE in the PLAY message transmitted by the terminal. This indicates that the terminal wants the streaming media server to start playing program at the 25th second.

    [0007] 3. After the streaming media server receives the control message PLAY, the server analyzes parameters of the message and returns a success message to the terminal, indicating that the server accepts this command and broadcasts the program starting from the 25th second.

    [0008] At the user end, it appears that the user presses a forward key at the 10th second and the user is then presented with the content starting from the 25th second. The user considers that the forwarding function is accomplished.

    [0009] The backward operation is similar to the above mentioned forward operation, except that the value of RANGE in the PLAY message transmitted from the terminal is obtained by subtracting an internal fixed value from the current time.

    [0010] Generally, the default values for forward and backward are set by the terminal software and they can not be modified through an interface. Therefore, the user can only forward or backward the streaming media program with a fixed time interval when pressing the forward or backward key of the navigation keys. When the program is long, for instance, 10 minutes, and if the user needs to move forward to a specified time, e.g., the 6th minute, based on the above assumption the user may probably need to press the forward key for 24 times to achieve the effect, which is inconvenient for the user.

    [0011] In practice, the RTSP protocol also provides richer control functions such as "double rate forward" and "double rate backward". That is, a dedicated SCALE field can be employed in the PLAY message to carry a parameter indicating the scale of the play speed, e.g., 2, 0.1, -4 may indicate 2× forward rate, 0.1×forward rate, 4×backward rate, etc. However, considering the mechanism of implementation of the existing control function, in order to provide these extended functions, the terminal needs to be provided with additional dedicated keys for the operation of the corresponding n×forward rate and n×backward rate. Accordingly, major modifications to the existing key arrangement and control software of the terminal, etc., are required, which is not conducive to the promotion and application of the services.

    [0012] US 6378234 B1 is directed to a keyboard system for processing a lesser number of keys than the number of letters in the alphabet. Specifically, the system involves utilization of an interval threshold. If the time elapses between any two keystrokes in sequence is less than the threshold interval, the two keystrokes are recognized as indicating the generation of a given character. However, such method may increase the complexity in analyzing the keystrokes.

    SUMMARY



    [0013] A method and apparatuses for processing a control message and a system thereof are provided according to embodiments of the present invention. By processing the control message sent from the terminal, the functions of the terminal can be extended without modifications to the software or hardware of the terminal. Moreover, the present invention provides a timer manner approach for determining whether a shortcut key analysis needs to be triggered, thus reducing the times of triggering the shortcut key analysis and simplifying the method of processing the control messages.

    [0014] A method for processing a control message sent by a terminal may include:

    receiving a control message from the terminal;

    determining whether or not to trigger a shortcut key analysis according to a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    performing the shortcut key analysis on two or more most recently received control messages;

    obtaining a corresponding operation command according to a result of the shortcut key analysis; and

    performing a corresponding control operation according to the operation command;

    wherein the determining whether or not to trigger the shortcut key analysis includes:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.



    [0015] A message processor may include:

    a message receiver, configured to receive a control message from a terminal;

    a message analyzer, configured to determine to trigger a shortcut key analysis based on a currently received control message and perform the shortcut key analysis on two or more most recently received control messages;

    a key service analyzer, configured to obtain a corresponding operation command according to a result of the shortcut key analysis;

    wherein the message analyzer includes:

    a trigger control unit, configured to determine whether or not to trigger the shortcut key analysis based on a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    wherein the determining whether or not to trigger the shortcut key analysis includes:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.



    [0016] A media server may include:

    a message processor, configured to receive a control message from a terminal, determine to trigger a shortcut key analysis based on a currently received control message, perform the shortcut key analysis on two or more most recently received control messages, and obtain a corresponding operation command based on a result of the shortcut key analysis;

    at least one broadcast service unit, wherein each broadcast service unit executes a control operation corresponding to an operation command obtained from the message processor;

    wherein the message processor includes:

    a trigger control unit, configured to determine whether or not to trigger the shortcut key analysis based on a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    wherein the determining whether or not to trigger the shortcut key analysis includes:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.



    [0017] A media service system may include:

    a media server, configured to receive a control message from a terminal, determine to trigger a shortcut key analysis based on a currently received control message, perform the shortcut key analysis on two or more most recently received control messages, send shortcut key information obtained after the analysis and receive a returned operation command.

    a key analyzing server, configured to receive the shortcut key information from the media server, search for an operation command associated with the shortcut key information and send the operation command to the media server;

    wherein the media server includes:

    a trigger control unit, configured to determine whether or not to trigger the shortcut key analysis based on a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    wherein the determining whether or not to trigger the shortcut key analysis includes:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.



    [0018] Embodiments of the present invention adopt a method of determining whether the control message sent from the terminal triggers a shortcut key analysis and obtaining various extended control operations through the shortcut key analysis. The terminal may send a sequence of control messages with the existing keys in accordance with the transmission sequence mechanism recognized by the server. The server may interpret the control message according to a predetermined rule and thus the purpose of extending the service control functions at the terminal side can be accomplished. With the above method, the existing terminal does not need to modify the software or hardware, which brings convenience to the user.

    BRIEF DESCRIPTION OF THE DRAWINGS



    [0019] Figure 1 is a flowchart of a method for processing a control message sent from a terminal according to a first embodiment of the present invention;

    [0020] Figure 2 is a flowchart of a method for processing a control message sent from a terminal according to a second embodiment of the present invention;

    [0021] Figure 3 is a schematic of a first application scenario for the second embodiment of the present invention;

    [0022] Figure 4 is a schematic of a second application scenario for the second embodiment of the present invention;

    [0023] Figure 5 is a logic schematic of a message processor according to a third embodiment of the present invention;

    [0024] Figure 6 is a logic schematic of a media server according to a fourth embodiment of the present invention; and

    [0025] Figure 7 is a logic schematic of a media service system according to a fifth embodiment of the present invention.

    DETAILED DESCRIPTION



    [0026] A method for processing a control message sent from a terminal is provided according to one embodiment of the present invention. The method includes determining whether to trigger a shortcut key analysis when the control message is sent from the terminal and accomplishing various extended control operations by a shortcut key analysis. A message processor, a media server, and a media service system are also provided according to embodiments of the present invention. Various embodiments are detailed below.

    [0027] First Embodiment: a method for processing a control message sent from a terminal. As illustrated in Figure 1, the method includes the following:

    [0028] A1: receiving a control message from a terminal.

    [0029] The received control message corresponds to key(s) on the terminal. For instance, a conventional terminal may send a control message when a user is pressing a forward or backward key.

    [0030] A2: determining if a shortcut key analysis needs to be triggered based on the currently received control message.

    [0031] After receiving the control message from the terminal, a server needs to determine whether or not to trigger a shortcut key analysis. If the condition for a trigger operation is not satisfied, the procedure of processing the control message may follow an existing procedure, which is not the topic of the present embodiment. The determination on whether or not to perform a trigger operation may follow a predetermined trigger rule. Since the control message is sent in accordance with a conventional method, the trigger rule may be independent of the content of the control message. Considering a usage habit of the user, the trigger rule may be designed according to two schemas below.

    [0032] I. sequence control

    [0033] An impossible or rare sequence of the control messages under a normal condition is utilized as a trigger rule. At the user side, it corresponds to a specific key-pressing sequence. The server may perform a determination operation by memorizing the sequence of the received control messages. When a certain received control message renders the sequence of the already received control messages to match the trigger rule for the shortcut key analysis, the server determines that the shortcut key analysis needs to be triggered.

    [0034] II. time control

    [0035] The time interval between the reception time for the currently received control message and the reception time for the latest received control message is utilized as a trigger rule. At the user side, it corresponds to a series of keys pressed consecutively within a predetermined interval (keys pressed consecutively may be the same or may be different, which depends on the specific rule). When the time interval between a received control message and a previously received control message is less than the predetermined value, the server determines that the shortcut key analysis needs to be triggered.

    [0036] Specifically, the above time-control-based trigger rule may be triggered by employing a time-recording approach or a timer approach.

    [0037] 1) time-recording approach

    [0038] A reception time for each control message is recorded. The time interval between the reception time for the currently received control message and the reception time for the latest received control message is calculated. If the time interval is less than a predetermined value, it is determined that a shortcut key analysis needs to be triggered.

    [0039] 2) timer manner approach

    [0040] After each control message is received, a first timer is enabled. If the first timer does not expire when a current control message is received, it is determined that a shortcut key analysis needs to be triggered.

    [0041] Of course, sequence control and time control may also be employed in combination. For instance, a specific sequence of control messages received within a predetermined time interval can be utilized as a trigger rule. The specific rule depends on actual situations, which shall not be construed as a limitation to the present invention.

    [0042] In addition, it should be noted that the determination on whether or not to perform the trigger operation in step A2 may be performed right after a control message is received or may be performed after a time period, which means that a delay operation is provided before step A2.

    [0043] After each control message is received, a second timer is enabled. The determination on whether the currently received control message triggers the shortcut key analysis may not be performed until the second timer expires.

    [0044] The function of the delay operation is illustrated by way of example. Assume a control message sequence is a1, a2, a3, the time interval between each of them qualifies the trigger rule when the time control method is adopted. If no delay is provided, a2, a3 may trigger the server to perform twice shortcut key analyses. If the delay is provided (assume delay time equals the predetermined value provided in the time control method), the server may trigger the shortcut key analysis only when a3 is received, thus simplifying the processing procedure for the server. If the control message is received within the delay time and the control message has not been checked for whether or not to trigger the shortcut key analysis, the control message can be processed in a conventional method, or can be dismissed. The control message is not processed separately.

    [0045] A3: performing a shortcut key analysis on the two or more most recently received control messages.

    [0046] After the shortcut key analysis is triggered, the server may perform an analysis process in accordance with a predetermined rule. According to user habits, usually, the analysis object is two or more most recently received control messages. The result of the analysis may be embodied in the corresponding shortcut key information. Since the analysis rule is related to the resulting function, the analysis rule is typically associated with the content of the control message triggering the shortcut key analysis.

    [0047] In addition, the analysis rule may include entire or partial contents of the trigger rule. Take the trigger rule for the sequence control as an example, assume that the control message sequence a1, a2, a3 and a4, a5, a6 are trigger rule for the sequence control, the associated analysis rule can be provisioned as: The control message sequence a1, a2, a3 corresponds to a first shortcut key. The control message sequence a4, a5, a6 corresponds to a second shortcut key.

    [0048] A4: obtaining a corresponding operation command according to the result of the shortcut key analysis.

    [0049] An association can be pre-established between the result of the shortcut key analysis and the operation command. The association can be stored in the form of texts, tables, data files, etc. When the result of the shortcut key analysis is identified with concrete shortcut key information, the operation command associated with the shortcut key information can be obtained by searching.

    [0050] A5: performing a corresponding control operation according to the operation command.

    [0051] In this regard, the control operation performed by the server is the extended operation for the terminal which sends conventional control messages, because the terminal does not have such dedicated key for such function. The effect of the operation performed is similar to that of the operation performed in the case where the server analyses the dedicated control information sent from a terminal having a dedicated key.

    [0052] The above embodiment adopts a method of determining whether the control message sent from the terminal triggers a shortcut key analysis and obtaining various extended control operations through the shortcut key analysis. The terminal may send a sequence of control messages with the existing keys in accordance with the transmission sequence mechanism recognized by the server. The server may interpret the control message according to a predetermined rule and thus the purpose of extending the service control function at the terminal side can be accomplished. With the above method, the existing terminal does not need to modify the software or hardware, which brings convenience to the user.

    [0053] By way of example, a scenario where the first embodiment is applied to a play control for a streaming media service is described below.

    [0054] Second Embodiment: a method for processing a control message sent from a terminal. The control message sent by the terminal in this embodiment is a streaming media play control message. The processing procedure at the server side is illustrated in Figure 2. The procedure includes the following steps.

    [0055] B1: receiving a streaming media play control message PLAY from a terminal.

    [0056] The terminal in this embodiment is a conventional terminal. The PLAY message carries a field RANGE, indicating a play time point.

    [0057] B2: With a time control method, it is determined that the currently received control message triggers a shortcut key analysis. That is, it is determined that the time interval between the currently received PLAY message and the previously received PLAY message is less than a predetermined value.

    [0058] Specifically, a reception time (Tlp) of the most recently received PLAY message from the user is recorded. The current reception time (Tcp) is recorded when receiving a new PLAY message.

    [0059] If Tcp - Tlp≤N (N is a predetermined time period), it is determined to trigger a shortcut key analysis.

    [0060] B3: Shortcut key analysis is performed and associated shortcut key information is obtained.

    [0061] The present embodiment takes the parameters carried in the control message as the analysis rule. Assume that the RANGE in the current PLAY message represents a time Tcr, and the current play time of the media is Tdr, the shortcut key analysis rule is given below.

    [0062] If Tcr≥Tdr, i.e., the user presses a forward key, then the corresponding shortcut key is determined as Key a.

    [0063] If Tcr≤Tdr, i.e., the user presses a backward key, then the corresponding shortcut key is determined as Key b.

    [0064] Of course, in addition to the parameters carried in the control message, the analysis rule may further include other contents, such as the number of control messages received recently within a predetermined time period (the control message can be the same, or different), or the number of the control messages received consecutively recently where the intervals between the reception times of these messages are less than a predetermined value. More shortcut keys are available by providing more detailed analysis rule such that richer terminal control functions can be extended.

    [0065] B4: searching for an operation command associated with the determined shortcut key.

    [0066] In this embodiment, two shortcut keys Key a and Key b are provided. Therefore, two corresponding extended operation commands can be configured.

    [0067] For instance, Key a may correspond to "2×forward rate" and Key b may correspond to "4×backward rate". The association can be stored in a text format (assume that the file name is avsync.3gp.keymap).





    [0068] In another example, Key a may correspond to "Jump to next two programs in the play list", while Key b may correspond to "Jump to the previous program in the play list". Accordingly, the avsync.3gp.keymap is described as:





    [0069] After the server determines a shortcut key, the server parses the avsync.3gp.keymap file and the corresponding operation commands can be found.

    [0070] Of course, the association between the shortcut key and the operation command may be stored in other format, such as XML. <Keyf>Fast <Param>2</Param> </Keyf>

    [0071] Similarly, the shortcut key may correspond to various extended service functions, including but not limited to double rate forward, double rate backward, jumping to a specific program in the play list, jumping to a specified streaming media service, etc.

    [0072] B5: performing a corresponding control operation according to the operation command.

    [0073] This step may refer to step A5 in the first embodiment.

    [0074] The present embodiment allows a conventional terminal simply having forward, backward keys to be able to realize the extended streaming media control functions such as double rate forward, double rate backward, program switching.

    [0075] To facilitate the understanding of the above embodiment, two application scenarios based on RTSP protocol according to the second embodiment are described below.

    [0076] I. Implementation of a double rate forward function in a conventional cell phone

    [0077] Assume that trigger rule for the shortcut key analysis is N=2 second; analysis rule is Tcr≥Tdr: Key a, Tcr≤Tdr: Key b; the association between the shortcut key and the operation command is described in avsync.3gp.keymap:





    [0078] The procedure is illustrated in Figure 3, which includes:

    [0079] 1. The server starts to broadcast a streaming media file avsync.3gp to the terminal.

    [0080] 2. The user presses a forward key of the navigation keys at the 10th second (assume a default value for the forward step is 15 second) and sends a PLAY message where the RANGE time is 25 to the server. The server records the time of receiving the PLAY message as Tlp and starts to broadcast the streaming media to the terminal from the 25th second.

    [0081] 3. In 2 seconds, the user again presses the forward key of navigation keys and sends a PLAY message where RANGE time is about 40 to the server. The server records the time of receiving the PLAY message as Tcp. Apparently, the Tcp-Tlp≤2 . Shortcut key analysis is triggered. The server updates Tlp with Tcp. In the meantime, the current playing time of the media is around 25 second. Apparently, Tcr≥Tdr. Therefore, the server determines that the shortcut key is Key a.

    [0082] 4. The server analyses avsync.3gp.keymap, and obtains an operation command "double rate forward", i.e., initiates a broadcast service unit for backward/forward service to perform a double rate forward operation.

    [0083] 5. Assume that the media is moved forward to about 6th minute with twice the speed (consume 3 minutes actually). The user presses the play key in the navigation keys and sends a PLAY message where the RANGE time is the current play time to the server. The server records the time of receiving the PLAY message as Tcp. Apparently, Tcp - Tlp > 2, and shortcut key analysis is not triggered. The server updates Tlp with Tcp. Then, the server processes the PLAY message in accordance with a conventional procedure and determines that it is a normal play.

    [0084] 6. The server starts a normal play procedure and the streaming media is played normally.

    [0085] II. implementation of the program switching in a conventional cell phone

    [0086] Assume that the program sequence in the current play list avsync.smil is as follows: the first program is avsyncl.3gp, the second program is avsync2.3gp. The trigger rule for shortcut key analysis N=2 second. The analysis rule is Tcr≥Tdr: Key a, Tcr≤Tdr: Key b; the association between the shortcut key and the operation command is described in avsync.smil.map:





    [0087] The procedure is illustrated in Figure 4, which includes:

    [0088] 1. The server starts to broadcast the first program avsyncl.3gp in the current play list avsync.smil to the terminal.

    [0089] 2. The user presses a forward key in the navigation keys at 10th second (assume a default value for the forward step is 15 second) and sends a PLAY message where the RANGE time is 25 to the server. The server records the time of receiving the PLAY message as Tlp and starts to broadcast the streaming media to the terminal from the 25th second.

    [0090] 3. In 2 seconds, the user again presses the forward key in the navigation keys and sends a PLAY message where RANGE time is about 40 to the server. The server records the time of receiving the PLAY message as Tcp. Apparently, the Tcp-Tlp≤2. Shortcut key analysis is triggered. The server updates Tlp with Tcp. In the meantime, the current play time of the media is around 25 second. Apparently, Tcr≥Tdr. Therefore, the server determines that the shortcut key is Key a.

    [0091] 4. The server parses avsync.smil.map and obtains an operation command of "Jump to a next program in the play list". A broadcast service unit for program switching is enabled to broadcast avsync2.3gp file. Consequently, the program switching function is achieved.

    [0092] It should be understood that the software for processing the control message sent from the terminal may be stored in a computer readable media. When the software is executing at the server side, the procedure includes receiving a control message from the terminal; determining based on the currently received control message that a shortcut key analysis needs to be triggered; performing a shortcut key analysis on the two or more most recently received control messages; obtaining corresponding operation commands based on the result of the shortcut key analysis; executing corresponding control operations according to the operation commands. The readable media includes a ROM/RAM, a magnetic disc, an optical disc, etc.

    [0093] Apparatuses and devices according to the embodiments of the present invention are illustrated below.

    [0094] Third Embodiment: a message processor 10. As illustrated in Figure 5, the message processor 10 includes:

    a message receiver 11, configured to receive a control message from a terminal;

    a message analyzer 12, configured to determine to trigger a shortcut key analysis based on the control messages currently received by the message receiver 11 and perform the shortcut key analysis on two or more most recently received control messages;

    a key service analyzer 13, configured to obtain corresponding operation commands according to the result of the shortcut key analysis performed by the message analyzer 12.



    [0095] If time control method is adopted, the message analyzer 12 may include:

    a trigger control unit 121, configured to determine whether or not to trigger a shortcut key analysis according to the time interval between the reception time for the currently control message received by the message receiver 11 and the reception time for the latest received control message, where, based on different trigger manner, the trigger control unit 121 may adopt a timer to control the time or adopt a time recording unit to control the time;

    a shortcut key analyzing unit 122, configured to analyze the most recently received two or more control messages so as to obtain associated shortcut key information when the trigger control unit 121 determines to trigger the shortcut key analysis, wherein the key service analyzer 13 obtains corresponding operation commands according to the shortcut key information obtained by the shortcut key analysis unit 122.



    [0096] In order to delay the determination on whether or not to perform a trigger operation, the message processor of the present embodiment may further include a delay processor 14 configured to enable a timer after the message receiver 11 receives each control message. The message analyzer 12 is not asked to determine whether the currently received control message triggers a shortcut key analysis until the timer expires.

    [0097] The operation of the message processor according to the present invention may refer to the method of processing control messages sent from the corresponding terminal according to the first embodiment.

    [0098] Fourth Embodiment: a media server 20. As illustrated in Figure 6, the media server 20 includes:

    a message processor 21, configured to receive a control message from the terminal, determine based on the currently received control message that a shortcut key analysis needs to be triggered, perform a shortcut key analysis on the two or more most recently received control messages, and obtain a corresponding operation command based on the result of the shortcut key analysis; and

    a plurality of broadcast service units.

    For simplicity, Figure 6 illustrates, for example, a broadcast service unit for forward/backward service 221, a broadcast service unit for program switching 222, a broadcast service unit for other services 223. In practice, the message processor may include one or more of the foregoing units. Of course, the message processor may further include other types of broadcast service units. Each broadcast service unit is configured to execute a control operation corresponding to an operation command obtained from the message processor 21.



    [0099] The structure of the message processor according to the present embodiment may be consistent with the structure mentioned in the third embodiment, which may refer to the method of processing control messages sent from the corresponding terminal according to the second embodiment.

    [0100] Fifth Embodiment: a media service system. The difference between the present embodiment and the fourth embodiment is that, according to the fourth embodiment, the function of obtaining the operation command according to the result of shortcut key analysis is executed by the message analyzer in the media server. In this embodiment, this function is executed by an independent key analyzing server. The key analyzing server and the media server in communication with the key analyzing server can be integrated into a media service system for processing the control messages. As illustrated in Figure 6, the architecture of the media service system includes:

    a media server 31, configured to receive a control message from the terminal; determining based on the currently received control message that a shortcut key analysis needs to be triggered; performing a shortcut key analysis on the two or more most recently received control messages; sending the obtained shortcut key information and receiving a returned operation command; and

    a key analyzing server 32, configured to receive the shortcut key information from the media server 31 and search for the operation commands associated with the shortcut key information and send the operation commands to the media server 31.



    [0101] The operation of the media service system according to the present invention may refer to the method of handling control messages sent from the corresponding terminal according to the first embodiment.

    [0102] As can be seen from the foregoing embodiment, embodiments of the present invention adopt a method of determining whether the control message sent from the terminal triggers a shortcut key analysis and obtaining various extended control operations through the shortcut key analysis. The terminal may send a sequence of control messages with the existing keys in accordance with the combined transmission mechanism recognized by the server. The server may interpret the control message according to a predetermined rule and thus the purpose of extending the service control function at the terminal side can be accomplished. With the above method, the existing terminal does not require a modification to the software or hardware, which brings convenience to the user. In addition, in case of streaming media broadcast control, method embodiments of the present invention allow a conventional terminal simply having forward, backward keys to be able to realize the extended streaming media control functions such as double rate forward, double rate backward, program switching.

    [0103] The method for processing a control message sent from a temrinal according to embodiments of the presnet invention is disclosed in detail and a message processor, a media server, a media service system thereof are also disclosed in detail. Several examples are provided for explanation of the principle and implemenation of the present invention. The detailed description of the embodiments is merely to facilitate the understanding of the concept of the present invention. In addition, it is appreciated by those skilled in the art that any modification without departing from the scope of the present invention shall not be construed as limiation to the present invention.


    Claims

    1. A method for processing a control message sent by a terminal, comprising:

    receiving a control message sent by the terminal; determining whether or not to trigger a shortcut key analysis according to a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    performing the shortcut key analysis on two or more most recently received control messages;

    obtaining a corresponding operation command according to a result of the shortcut key analysis; and

    performing a corresponding control operation according to the operation command;

    wherein the determining whether or not to trigger the shortcut key analysis comprises:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.


     
    2. The method of claim 1, characterized in that, the determining to trigger a shortcut key analysis based on a currently received control message comprises:

    determining, based on a sequence of the received control messages, whether or not to trigger a shortcut key analysis.


     
    3. The method of claim 1, characterized in that, the determining whether or not to trigger a shortcut key analysis comprises:

    recording reception time for each control message; calculating the time interval between the reception time of the currently received control message and the reception time of the latest received control message; determining to trigger the shortcut key analysis if the time interval is less than a predetermined value.


     
    4. The method of claim 1, characterized in further comprising:

    enabling a second timer after receiving the control message; and

    determining, according to the currently received control message, to trigger a shortcut key analysis after a second timer expires.


     
    5. The method of one of claims 1-4, characterized in that,
    the performing the shortcut key analysis comprises: analyzing two or more most recently received control messages; obtaining corresponding shortcut key information;
    the obtaining an operation command comprises: searching for the operation command associated with the shortcut key information.
     
    6. The method of claim 5, characterized in that, the receiving a control message sent by the terminal comprises: receiving a streaming media play control message from the terminal;
    the performing the shortcut key analysis comprises at least one of:

    determining corresponding shortcut key information based on the currently received control message;

    determining corresponding shortcut key information based on parameters carried in the currently received control message and the number of control messages received within a most recently defined time period; and

    determining corresponding shortcut key information based on parameters carried in the currently received control message and the number of control messages received consecutively recently where a time interval between the reception time of the control messages are less than a predetermined value.


     
    7. The method of claim 5, characterized in that, the operation command associated with the shortcut key information comprises at least one of:

    double rate forward, double rate backward, jumping to a specific program in a play list, jumping to a specific streaming media service.


     
    8. A message processor, comprising:

    a message receiver (11), configured to receive a control message sent by a terminal;

    a message analyzer (12), configured to determine to trigger a shortcut key analysis based on a currently received control message and perform the shortcut key analysis on two or more most recently received control messages; and

    a key service analyzer (13), configured to obtain a corresponding operation command according to a result of the shortcut key analysis;

    wherein the message analyzer (12) comprises:

    a trigger control unit (121), configured to determine whether or not to trigger the shortcut key analysis based on a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    wherein the determining whether or not to trigger the shortcut key analysis comprises:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.


     
    9. The message processor of claim 8, characterized in that, the message analyzer comprises:

    a shortcut key analyzing unit (122), configured to analyze, when the trigger control unit determines to trigger the shortcut key analysis, two or more most recently received control messages and obtain corresponding shortcut key information;

    wherein the key service analyzer is configured to obtain a corresponding operation command according to the shortcut key information.


     
    10. The message processor of claim 9, characterized in further comprising:

    a delay processor (14), configured to enable a timer after each control message is received, and inform, after the timer expires, the message analyzer to determine whether the currently received control message triggers a shortcut key analysis.


     
    11. A media server, comprising:

    a message processor (21), configured to receive a control message from a terminal, determine to trigger a shortcut key analysis based on a currently received control message, perform the shortcut key analysis on two or more most recently received control messages, and obtain a corresponding operation command based on a result of the shortcut key analysis; and

    at least one broadcast service unit (221,222,223), wherein each broadcast service unit executes a control operation corresponding to the operation command obtained from the message processor;

    wherein the message processor (21) comprises:

    a trigger control unit (121), configured to determine whether or not to trigger the shortcut key analysis based on a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    wherein the determining whether or not to trigger the shortcut key analysis comprises:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.


     
    12. A media service system, comprising:

    a media server (31), configured to receive a control message from a terminal, determine to trigger a shortcut key analysis based on a currently received control message, perform the shortcut key analysis on two or more most recently received control messages, send shortcut key information obtained from the shortcut key analysis, and receive a returned operation command; and

    a key analyzing server (32), configured to receive the shortcut key information from the media server, search for an operation command associated with the shortcut key information, and send the operation command to the media server;

    wherein the media server (31) comprises:

    a trigger control unit (121), configured to determine whether or not to trigger the shortcut key analysis based on a time interval between a reception time of the currently received control message and a reception time of a latest received control message;

    wherein the determining whether or not to trigger the shortcut key analysis comprises:

    enabling a first timer after receiving each control message; determining to trigger the shortcut key analysis if the first timer does not expire at the time of receiving the current control message.


     
    13. A computer-readable storage medium, wherein:

    the computer-readable storage medium stores computer program codes which, when executed by a computer, implement all of the method steps according to any one of claims 1-4.


     


    Ansprüche

    1. Verfahren zum Verarbeiten einer durch ein Endgerät gesendeten Steuernachricht, Folgendes umfassend:

    Empfangen einer durch das Endgerät gesendeten Steuernachricht; Bestimmen, ob eine Abkürzungstastenanalyse getriggert werden soll oder nicht, gemäß einem Zeitintervall zwischen einer Empfangszeit der gerade empfangenen Steuernachricht und einer Empfangszeit einer letzten empfangenen Steuernachricht;

    Durchführen der Abkürzungstastenanalyse an zwei oder mehr zuletzt empfangenen Steuernachrichten;

    Erhalten eines entsprechenden Operationsbefehls gemäß einem Ergebnis der Abkürzungstastenanalyse; und

    Durchführen einer entsprechenden Steueroperation gemäß dem Operationsbefehl;

    wobei das Bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht, Folgendes umfasst:

    Freigeben eines ersten Timers nach dem Empfang jeder Steuernachricht;

    Bestimmen, die Abkürzungstastenanalyse zu triggern, wenn der erste Timer zum Zeitpunkt des Empfangs der aktuellen Steuernachricht nicht abläuft.


     
    2. Verfahren nach Anspruch 1, dadurch gekennzeichnet, dass das Bestimmen, eine Abkürzungstastenanalyse zu triggern, auf der Basis einer gerade empfangenen Steuernachricht Folgendes umfasst:

    Bestimmen, ob eine Abkürzungstastenanalyse getriggert werden soll oder nicht, auf der Basis einer Sequenz der empfangenen Steuernachrichten.


     
    3. Verfahren nach Anspruch 1, dadurch gekennzeichnet, dass das Bestimmen, ob eine Abkürzungstastenanalyse getriggert werden soll oder nicht, Folgendes umfasst:

    Aufzeichnen der Empfangszeit für jede Steuernachricht; Berechnen des Zeitintervalls zwischen der Empfangszeit der gerade empfangenen Steuernachricht und der Empfangszeit der letzten empfangenen Steuernachricht; Bestimmen, die Abkürzungstastenanalyse zu triggern, wenn das Zeitintervall kleiner als ein vorbestimmter Wert ist.


     
    4. Verfahren nach Anspruch 1, dadurch gekennzeichnet, dass es ferner Folgendes umfasst:

    Freigeben eines zweiten Timers nach dem Empfang der Steuernachricht; und

    Bestimmen, eine Abkürzungstastenanalyse zu triggern, nachdem ein zweiter Timer abläuft, gemäß der gerade empfangenen Steuernachricht.


     
    5. Verfahren nach einem der Ansprüche 1-4, dadurch gekennzeichnet, dass das Durchführen der Abkürzungstastenanalyse Folgendes umfasst: Analysieren von zwei oder mehr zuletzt empfangenen Steuernachrichten; Erhalten von entsprechenden Abkürzungstasteninformationen;
    und das Erhalten eines Operationsbefehls Folgendes umfasst: Suchen nach dem Operationsbefehl, der mit den Abkürzungstasteninformationen assoziiert ist.
     
    6. Verfahren nach Anspruch 5, dadurch gekennzeichnet, dass das Empfangen einer durch das Endgerät gesendeten Steuernachricht Folgendes umfasst: Empfangen einer Streaming-Medien-Wiedergabesteuernachricht von dem Endgerät;
    und das Durchführen der Abkürzungstastenanalyse mindestens eine der folgenden Alternativen umfasst:

    Bestimmen von entsprechenden Abkürzungstasteninformationen auf der Basis der gerade empfangenen Steuernachricht;

    Bestimmen von entsprechenden Abkürzungstasteninformationen auf der Basis von Parametern, die in der gerade empfangenen Steuernachricht geführt werden, und der Anzahl von in einem zuletzt definierten Zeitraum empfangenen Steuernachrichten; und

    Bestimmen von entsprechenden Abkürzungstasteninformationen auf der Basis von in der gerade empfangenen Steuernachricht geführten Parameters und der Anzahl der aufeinanderfolgend zuletzt empfangenen Steuernachrichten, wobei ein Zeitintervall zwischen der Empfangszeit der Steuernachrichten kleiner als ein vorbestimmter Wert ist.


     
    7. Verfahren nach Anspruch 5, dadurch gekennzeichnet, dass der mit den Abkürzungstasteninformationen assoziierte Operationsbefehl mindestens einen der Folgenden umfasst:

    Vorspulen mit doppelter Geschwindigkeit, Rückspulen mit doppelter Geschwindigkeit, Springen zu einem spezifischen Programm in einer Wiedergabeliste, Springen zu einem spezifischen Streaming-Mediendienst.


     
    8. Nachrichtenprozessor, Folgendes umfassend:

    einen Nachrichtenempfänger (11), der dafür ausgelegt ist, eine durch ein Endgerät gesendete Steuernachricht zu empfangen;

    einen Nachrichtenanalysierer (12), der dafür ausgelegt ist, auf der Basis einer gerade empfangenen Steuernachricht zu bestimmen, eine Abkürzungstastenanalyse zu triggern, und die Abkürzungstastenanalyse an zwei oder mehr zuletzt empfangenen Steuernachrichten auszuführen; und

    einen Tastendienstanalysierer (13), der dafür ausgelegt ist, gemäß einem Ergebnis der Abkürzungstastenanalyse einen entsprechenden Operationsbefehl zu erhalten;

    wobei der Nachrichtenanalysierer (12) Folgendes umfasst:

    eine Triggersteuereinheit (121), die dafür ausgelegt ist, auf der Basis eines Zeitintervalls zwischen einer Empfangszeit der gerade empfangenen Steuernachricht und einer Empfangszeit einer letzten empfangenen Steuernachricht zu bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht;

    wobei das Bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht, Folgendes umfasst:

    Freigeben eines ersten Timers nach dem Empfang jeder Steuernachricht; Bestimmen, die Abkürzungstastenanalyse zu triggern, wenn der erste Timer zum Zeitpunkt des Empfangs der aktuellen Steuernachricht nicht abläuft.


     
    9. Nachrichtenprozessor nach Anspruch 8, dadurch gekennzeichnet, dass der Nachrichtenanalysierer Folgendes umfasst:

    eine Abkürzungstasten-Analyseeinheit (122), die dafür ausgelegt ist, zwei oder mehr zuletzt empfangene Steuernachrichten zu analysieren und entsprechende Abkürzungstasteninformationen zu erhalten, wenn die Triggersteuereinheit bestimmt, die Abkürzungstastenanalyse zu triggers;

    wobei der Tastendienstanalysierer dafür ausgelegt ist, gemäß den Abkürzungstasteninformationen einen entsprechenden Operationsbefehl zu erhalten.


     
    10. Nachrichtenprozessor nach Anspruch 9, dadurch gekennzeichnet, dass er ferner Folgendes umfasst:

    einen Verzögerungsprozessor (14), der dafür ausgelegt ist, einen Timer freizugeben, nachdem jede Steuernachricht empfangen wird, und, nachdem der Timer abläuft, den Nachrichtenanalysierer zu informieren, zu bestimmen, ob die gerade empfangene Steuernachricht eine Abkürzungstastenanalyse triggert.


     
    11. Medienserver, Folgendes umfassend:

    einen Nachrichtenprozessor (21), der dafür ausgelegt ist, eine Steuernachricht von einem Endgerät zu empfangen, auf der Basis einer gerade empfangenen Steuernachricht zu bestimmen, eine Abkürzungstastenanalyse zu triggern, die Abkürzungstastenanalyse an zwei oder mehr zuletzt empfangenen Steuernachrichten auszuführen und auf der Basis eines Ergebnisses der Abkürzungstastenanalyse einen entsprechenden Operationsbefehl zu erhalten; und

    mindestens eine Broadcast-Diensteinheit (221, 222, 223), wobei jede Broadcast-Diensteinheit eine Steueroperation ausführt, die dem aus dem Nachrichtenprozessor erhaltenen Operationsbefehl entspricht;

    wobei der Nachrichtenprozessor (21) Folgendes umfasst:

    eine Triggersteuereinheit (121), die dafür ausgelegt ist, auf der Basis eines Zeitintervalls zwischen einer Empfangszeit der gerade empfangenen Steuernachricht und einer Empfangszeit einer letzten empfangenen Steuernachricht zu bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht;

    wobei das Bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht, Folgendes umfasst:

    Freigeben eines ersten Timers nach dem Empfang jeder Steuernachricht; Bestimmen, die Abkürzungstastenanalyse zu triggern, wenn der erste Timer zum Zeitpunkt des Empfangs der aktuellen Steuernachricht nicht abläuft.


     
    12. Mediendienstsystem, Folgendes umfassend:

    einen Medienserver (31), der dafür ausgelegt ist, eine Steuernachricht von einem Endgerät zu empfangen, auf der Basis einer gerade empfangenen Steuernachricht zu bestimmen, eine Abkürzungstastenanalyse zu triggern, die Abkürzungstastenanalyse an zwei oder mehr zuletzt empfangenen Steuernachrichten auszuführen, aus der Abkürzungstastenanalyse erhaltene Abkürzungstasteninformationen zu senden und einen zurückgegebenen Operationsbefehl zu empfangen; und

    einen Tastenanalyseserver (32), der dafür ausgelegt ist, die Abkürzungstasteninformationen von dem Medienserver zu empfangen, nach einem mit den Abkürzungstasteninformationen assoziierten Operationsbefehl zu suchen und den Operationsbefehl zu dem Medienserver zu senden;

    wobei der Medienserver (31) Folgendes umfasst:

    eine Triggersteuereinheit (121), die dafür ausgelegt ist, auf der Basis eines Zeitintervalls zwischen einer Empfangszeit der gerade empfangenen Steuernachricht und einer Empfangszeit einer letzten empfangenen Steuernachricht zu bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht;

    wobei das Bestimmen, ob die Abkürzungstastenanalyse getriggert werden soll oder nicht, Folgendes umfasst:

    Freigeben eines ersten Timers nach dem Empfang jeder Steuernachricht; Bestimmen, die Abkürzungstastenanalyse zu triggern, wenn der erste Timer zum Zeitpunkt des Empfangs der aktuellen Steuernachricht nicht abläuft.


     
    13. Computerlesbares Speichermedium, wobei
    das computerlesbare Speichermedium Computerprogrammcodes speichert, die, wenn sie durch einen Computer ausgeführt werden, alle Schritte des Verfahrens nach einem der Ansprüche 1-4 implementieren.
     


    Revendications

    1. Procédé de traitement d'un message de commande envoyé par un terminal, comprenant :

    la réception d'un message de commande envoyé par le terminal ;

    la détermination du fait qu'il convient ou non de déclencher une analyse de touches de raccourci en fonction d'un intervalle de temps entre un temps de réception du message de commande en cours de réception et un temps de réception d'un dernier message de commande reçu ;

    l'exécution de l'analyse de touches de raccourci sur deux ou plusieurs messages de commande reçus le plus récemment ;

    l'obtention d'une commande d'opération correspondante en fonction d'un résultat de l'analyse de touches de raccourci ; et

    l'exécution d'une opération de commande correspondante en fonction de la commande d'opération ;

    dans lequel la détermination du fait qu'il convient ou non de déclencher l'analyse de touches de raccourci comprend :

    l'activation d'une première temporisation après la réception de chaque message de commande ; la détermination du fait qu'il convient de déclencher l'analyse de touches de raccourci si la première temporisation n'expire pas au temps de réception du message de commande courant.


     
    2. Procédé selon la revendication 1, caractérisé en ce que la détermination du fait qu'il convient de déclencher une analyse de touches de raccourci en fonction d'un message de commande en cours de réception comprend :

    la détermination, en fonction d'une séquence de messages de commande reçus, du fait qu'il convient ou non de déclencher une analyse de touches de raccourci.


     
    3. Procédé selon la revendication 1, caractérisé en ce que la détermination du fait qu'il convient ou non de déclencher une analyse de touches de raccourci comprend :

    l'enregistrement du temps de réception de chaque message de commande ; le calcul de l'intervalle de temps entre le temps de réception du message de commande en cours de réception et le temps de réception du dernier message de commande reçu ;

    la détermination du fait qu'il convient de déclencher l'analyse de touches de raccourci si l'intervalle de temps est inférieur à une valeur prédéterminée.


     
    4. Procédé selon la revendication 1, caractérisé en ce qu'il comprend en outre :

    l'activation d'une seconde temporisation après la réception du message de commande ; et

    la détermination, en fonction du message de commande en cours de réception, qu'il convient de déclencher une analyse de touches de raccourci après l'expiration d'une seconde temporisation.


     
    5. Procédé selon l'une quelconque des revendications 1 à 4, caractérisé en ce que
    l'exécution de l'analyse de touches de raccourci comprend : l'analyse de deux ou plusieurs messages de commande reçus le plus récemment ; l'obtention d'informations de touches de raccourci correspondantes ;
    l'obtention d'une commande d'opération comprend : la recherche de la commande d'opération associée aux informations de touches de raccourci.
     
    6. Procédé selon la revendication 5, caractérisé en ce que la réception d'un message de commande envoyé par le terminal comprend : la réception d'un message de commande de lecture multimédia en continu depuis le terminal ;
    l'exécution de l'analyse de touches de raccourci comprend au moins l'une d'une :

    détermination d'informations de touches de raccourci correspondantes en fonction du message de commande en cours de réception ;

    détermination d'informations de touches de raccourci correspondantes en fonction de paramètres contenus dans le message de commande en cours de réception et du nombre de messages de commande reçus dans une période de temps la plus récemment définie ; et

    détermination d'informations de touches de raccourci correspondantes en fonction de paramètres contenus dans le message de commande en cours de réception et du nombre de messages de commande reçus consécutivement récemment quand un intervalle de temps entre le temps de réception des messages de commande est inférieur à une valeur prédéterminée.


     
    7. Procédé selon la revendication 5, caractérisé en ce que la commande d'opération associée aux informations de touches de raccourci comprend au moins l'un :

    d'une avance rapide, d'un retour en arrière rapide, d'un saut à un programme spécifique dans une liste de lecture, d'un saut à un service multimédia en continu spécifique.


     
    8. Processeur de message, comprenant :

    une unité de réception de message (11), configurée pour recevoir un message de commande envoyé par un terminal ;

    un analyseur de message (12), configuré pour déterminer qu'il convient de déclencher une analyse de touches de raccourci en fonction d'un message de commande en cours de réception et exécuter l'analyse de touches de raccourci sur deux ou plusieurs messages de commande reçus le plus récemment ; et

    un analyseur de service de touche (13), configuré pour obtenir une commande d'opération correspondante en fonction d'un résultat de l'analyse de touches de raccourci ;

    dans lequel l'analyseur de message (12) comprend :

    une unité de commande de déclenchement (121), configurée pour déterminer qu'il convient ou non de déclencher l'analyse de touches de raccourci en fonction d'un intervalle de temps entre un temps de réception du message de commande en cours de réception et un temps de réception d'un dernier message de commande reçu ;

    dans lequel la détermination du fait qu'il convient de déclencher ou non l'analyse de touches de raccourci comprend :

    l'activation d'une première temporisation après la réception de chaque message de commande ; la détermination du fait qu'il convient de déclencher l'analyse de touches de raccourci si la première temporisation n'expire pas au temps de réception du message de commande courant.


     
    9. Processeur de message selon la revendication 8, caractérisé en ce que l'analyseur de message comprend :

    une unité d'analyse de touches de raccourci (122), configurée pour analyser, quand l'unité de commande de déclenchement détermine qu'il contient de déclencher l'analyse de touches de raccourci, deux ou plusieurs messages de commande reçus le plus récemment et obtenir des informations de touches de raccourci correspondantes ;

    dans lequel l'analyseur de services de touches est configuré pour obtenir une commande d'opération correspondante en fonction des informations de touches de raccourci.


     
    10. Processeur de message selon la revendication 9, caractérisé en ce qu'il comprend en outre :

    un processeur de retard (14), configuré pour activer une temporisation après la réception de chaque message de commande, et informer, après l'expiration de la temporisation, l'analyseur de message afin de déterminer que le message de commande en cours de réception déclenche ou non une analyse de touches de raccourci.


     
    11. Serveur multimédia, comprenant :

    un processeur de message (21) configuré pour recevoir un message de commande depuis un terminal ; déterminer qu'il convient de déclencher une analyse de touches de raccourci en fonction d'un message de commande en cours de réception, exécuter l'analyse de touches de raccourci sur deux ou plusieurs messages de commande reçus le plus récemment, et obtenir une commande d'opération correspondante en fonction d'un résultat de l'analyse de touches de raccourci ; et

    au moins une unité de service de diffusion (221, 222, 223), chaque unité de service de diffusion exécutant une opération de commande correspondant à la commande d'opération obtenue par le processeur de message;

    le processeur de message (21) comprenant :

    une unité de commande de déclenchement (121), configurée pour déterminer qu'il convient ou non de déclencher l'analyse de touches de raccourci en fonction d'un intervalle de temps entre un temps de réception du message de commande en cours de réception et un temps de réception d'un dernier message de commande reçu ;

    dans lequel la détermination du fait qu'il convient de déclencher ou non l'analyse de touches de raccourci comprend :

    l'activation d'une première temporisation après la réception de chaque message de commande ; la détermination du fait qu'il convient de déclencher l'analyse de touches de raccourci si la première temporisation n'expire pas au temps de réception du message de commande courant.


     
    12. Système de serveur multimédia, comprenant :

    un serveur multimédia (31), configuré pour recevoir un message de commande depuis un terminal, déterminer qu'il convient de déclencher une analyse de touches de raccourci en fonction d'un message de commande en cours de réception, exécuter l'analyse de touches de raccourci sur deux ou plusieurs messages de commande reçus le plus récemment, envoyer des informations de touches de raccourci obtenues à partir de l'analyse de touches de raccourci, et recevoir une commande d'opération renvoyée ; et

    un serveur d'analyse de touches (32), configuré pour recevoir les informations de touches de raccourci depuis le serveur multimédia, rechercher une commande d'opération associée aux informations de touches de raccourci, et envoyer la commande d'opération au serveur multimédia ;

    dans lequel le serveur multimédia (31) comprend :

    une unité de commande de déclenchement (121), configurée pour déterminer qu'il convient ou non de déclencher l'analyse de touches de raccourci en fonction d'un intervalle de temps entre un temps de réception du message de commande en cours de réception et un temps de réception d'un dernier message de commande reçu ;

    dans lequel la détermination du fait qu'il convient de déclencher ou non l'analyse de touches de raccourci comprend :

    l'activation d'une première temporisation après la réception de chaque message de commande ; la détermination du fait qu'il convient de déclencher l'analyse de touches de raccourci si la première temporisation n'expire pas au temps de réception du message de commande courant.


     
    13. Support de mémorisation lisible par ordinateur :

    le support de mémorisation lisible par ordinateur mémorisant des codes de programme informatique qui, lorsqu'ils sont exécutés par un ordinateur, mettent en oeuvre toutes les étapes du procédé selon l'une quelconque des revendications 1 à 4.


     




    Drawing














    Cited references

    REFERENCES CITED IN THE DESCRIPTION



    This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

    Patent documents cited in the description