CN110489042B - Method and system for simulating dragging based on video network - Google Patents

Method and system for simulating dragging based on video network Download PDF

Info

Publication number
CN110489042B
CN110489042B CN201910647181.XA CN201910647181A CN110489042B CN 110489042 B CN110489042 B CN 110489042B CN 201910647181 A CN201910647181 A CN 201910647181A CN 110489042 B CN110489042 B CN 110489042B
Authority
CN
China
Prior art keywords
event
mouse
access server
network
module
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
Application number
CN201910647181.XA
Other languages
Chinese (zh)
Other versions
CN110489042A (en
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.)
Visionvera Information Technology Co Ltd
Original Assignee
Visionvera Information Technology 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 Visionvera Information Technology Co Ltd filed Critical Visionvera Information Technology Co Ltd
Priority to CN201910647181.XA priority Critical patent/CN110489042B/en
Publication of CN110489042A publication Critical patent/CN110489042A/en
Application granted granted Critical
Publication of CN110489042B publication Critical patent/CN110489042B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Multimedia (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a method for simulating dragging based on a video network, which comprises an access server and an operation terminal connected with the access server, wherein the method comprises the following steps: the access server receives a dragging instruction sent by the operation terminal; the access server responds to the dragging instruction to generate a mouse down event, a mouse moving event and a mouse up event; and executing the mouse down event, the mouse moving event and the mouse up event in sequence. The remote control can be quickly realized, remote dragging can be realized through the interface when the remote control is carried out, the transmission of mouse operation instructions can be reduced when the remote control is carried out, the remote dragging effect of a single instruction is realized, meanwhile, the delay of the remote control can also be reduced, the phenomena of picture blockage and insensitivity of the remote control are reduced, the sensitivity of the remote control is improved, and the use experience of a user is increased.

Description

Method and system for simulating dragging based on video network
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a system for simulating dragging of a video network and a computer readable storage medium.
Background
With the continuous development of science and technology, more and more enterprises begin to enter the data-oriented development, and the society enters the data age. In the data age, a large amount of data transmission is required, and one of them is data transmission by remote control.
In remote control, a user often needs to drag an item to move a position, and in a traditional dragging technical scheme, a target position can be moved from a current position by controlling a target mouse, so that a dragging effect is realized.
According to the traditional technical scheme, mouse operation instructions need to be sent for multiple times when the mouse is dragged, each mouse operation instruction controls one action of the mouse, the transmission instructions are too much, the speed is reduced, the dragging effect is poor, and the phenomena of delay and blockage of the controlled end occur.
Disclosure of Invention
In view of the above, embodiments of the present invention are proposed to provide a method for simulating drag in an internet of view, a system for simulating drag in an internet of view, and a computer-readable storage medium, which overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present invention discloses a method for simulating drag in a video network, including an access server and an operation terminal connected to the access server, where the method includes: .
The access server receives a dragging instruction sent by the operation terminal;
the access server responds to the dragging instruction to generate a mouse down event, a mouse moving event and a mouse up event;
and executing the mouse down event, the mouse moving event and the mouse up event in sequence.
Optionally, the sequentially executing the mouse down event, the mouse moving event, and the mouse up event includes:
determining an event starting point;
and executing the mouse down event, the mouse moving event and the mouse up event from the event starting point in sequence.
Optionally, the drag instruction includes cursor movement information; the determining the event starting point comprises:
the access server determines the current position of a cursor;
moving the cursor from the current position to the target position according to the cursor movement information;
and taking the target position as an event starting point.
Optionally, the method further includes at least one receiving terminal, and the access server is connected to the at least one receiving terminal, and the method further includes:
the access server receives a viewing request sent by the at least one receiving terminal;
and the access server sequentially sends the mouse down event, the mouse moving event and the mouse up event to the at least one receiving terminal according to the viewing request.
The invention also provides a system for simulating dragging based on the video network, which comprises:
the receiving module is used for receiving a dragging instruction sent by the operating terminal;
the event generating module is used for responding to the dragging instruction and generating a mouse down event, a mouse moving event and a mouse up event;
and the execution module is used for sequentially executing the mouse down event, the mouse moving event and the mouse up event.
Optionally, the execution module includes:
a determining module for determining an event starting point;
and the event execution module is used for sequentially executing the mouse down event, the mouse moving event and the mouse up event from the event starting point.
Optionally, the drag instruction includes cursor movement information; the determining module includes:
the current position determining module is used for determining the current position of the cursor;
the moving module is used for moving the cursor from the current position to the target position according to the cursor moving information;
and the event starting point module is used for taking the target position as an event starting point.
Optionally, the system further comprises:
the viewing request receiving module is used for receiving the viewing request sent by the at least one receiving terminal;
and the event sending module is used for sequentially sending the mouse down event, the mouse moving event and the mouse up event to the at least one receiving terminal according to the viewing request.
One or more processors; and
one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform one or more methods of visual networking simulated drag as described in embodiments of the invention.
The embodiment of the invention also discloses a computer readable storage medium, and a stored computer program enables a processor to execute the method for simulating the drag of the video network.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, the access server receives a dragging instruction sent by the operation terminal, then responds to the dragging instruction, generates a mouse down event, a mouse moving event and a mouse up event, and then sequentially executes the mouse down event, the mouse moving event and the mouse up event. This application can let operation terminal and access server establish fast and be connected, let operation terminal carry out remote control to the access server, realize remote control, can pull through the interface when remote control and realize long-range pulling, can reduce transmission mouse operating instruction when pulling, realize the distal end of single instruction and pull the effect, also can reduce the delay of remote control simultaneously, the picture card that reduces the remote control appearance is pause with insensitive phenomenon, the sensitivity of improvement remote control, user's use experience is increased.
Drawings
FIG. 1 is a schematic networking diagram of a video network of the present invention;
FIG. 2 is a schematic diagram of a hardware architecture of a node server according to the present invention;
fig. 3 is a schematic diagram of a hardware structure of an access switch of the present invention;
fig. 4 is a schematic diagram of a hardware structure of an ethernet protocol conversion gateway according to the present invention;
FIG. 5 is a flowchart illustrating steps of one embodiment of a method for simulating drag in a video network;
FIG. 6 is a flowchart illustrating steps of one embodiment of a method for simulating drag in a video network;
FIG. 7 is a flowchart illustrating steps of one embodiment of a method for simulating drag in a video network;
FIG. 8 is a schematic structural diagram of a system for simulating drag in a video network according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
The video networking is an important milestone for network development, is a real-time network, can realize high-definition video real-time transmission, and pushes a plurality of internet applications to high-definition video, and high-definition faces each other.
The video networking adopts a real-time high-definition video exchange technology, can integrate required services such as dozens of services of video, voice, pictures, characters, communication, data and the like on a system platform on a network platform, such as high-definition video conference, video monitoring, intelligent monitoring analysis, emergency command, digital broadcast television, delayed television, network teaching, live broadcast, VOD on demand, television mail, Personal Video Recorder (PVR), intranet (self-office) channels, intelligent video broadcast control, information distribution and the like, and realizes high-definition quality video broadcast through a television or a computer.
To better understand the embodiments of the present invention, the following description refers to the internet of view:
some of the technologies applied in the video networking are as follows:
network Technology (Network Technology)
Network technology innovation in video networking has improved the traditional Ethernet (Ethernet) to face the potentially huge first video traffic on the network. Unlike pure network Packet Switching (Packet Switching) or network Circuit Switching (Circuit Switching), the Packet Switching is adopted by the technology of the video networking to meet the Streaming requirement. The video networking technology has the advantages of flexibility, simplicity and low price of packet switching, and simultaneously has the quality and safety guarantee of circuit switching, thereby realizing the seamless connection of the whole network switching type virtual circuit and the data format.
Switching Technology (Switching Technology)
The video network adopts two advantages of asynchronism and packet switching of the Ethernet, eliminates the defects of the Ethernet on the premise of full compatibility, has end-to-end seamless connection of the whole network, is directly communicated with a user terminal, and directly bears an IP data packet. The user data does not require any format conversion across the entire network. The video networking is a higher-level form of the Ethernet, is a real-time exchange platform, can realize the real-time transmission of the whole-network large-scale high-definition video which cannot be realized by the existing Internet, and pushes a plurality of network video applications to high-definition and unification.
Server Technology (Server Technology)
The server technology on the video networking and unified video platform is different from the traditional server, the streaming media transmission of the video networking and unified video platform is established on the basis of connection orientation, the data processing capacity of the video networking and unified video platform is independent of flow and communication time, and a single network layer can contain signaling and data transmission. For voice and video services, the complexity of video networking and unified video platform streaming media processing is much simpler than that of data processing, and the efficiency is greatly improved by more than one hundred times compared with that of a traditional server.
Storage Technology (Storage Technology)
The super-high speed storage technology of the unified video platform adopts the most advanced real-time operating system in order to adapt to the media content with super-large capacity and super-large flow, the program information in the server instruction is mapped to the specific hard disk space, the media content is not passed through the server any more, and is directly sent to the user terminal instantly, and the general waiting time of the user is less than 0.2 second. The optimized sector distribution greatly reduces the mechanical motion of the magnetic head track seeking of the hard disk, the resource consumption only accounts for 20% of that of the IP internet of the same grade, but concurrent flow which is 3 times larger than that of the traditional hard disk array is generated, and the comprehensive efficiency is improved by more than 10 times.
Network Security Technology (Network Security Technology)
The structural design of the video network completely eliminates the network security problem troubling the internet structurally by the modes of independent service permission control each time, complete isolation of equipment and user data and the like, generally does not need antivirus programs and firewalls, avoids the attack of hackers and viruses, and provides a structural carefree security network for users.
Service Innovation Technology (Service Innovation Technology)
The unified video platform integrates services and transmission, and is not only automatically connected once whether a single user, a private network user or a network aggregate. The user terminal, the set-top box or the PC are directly connected to the unified video platform to obtain various multimedia video services in various forms. The unified video platform adopts a menu type configuration table mode to replace the traditional complex application programming, can realize complex application by using very few codes, and realizes infinite new service innovation.
Networking of the video network is as follows:
the video network is a centralized control network structure, and the network can be a tree network, a star network, a ring network and the like, but on the basis of the centralized control node, the whole network is controlled by the centralized control node in the network.
As shown in fig. 1, the video network is divided into an access network and a metropolitan network.
The devices of the access network part can be mainly classified into 3 types: node server, access switch, terminal (including various set-top boxes, coding boards, memories, etc.). The node server is connected to an access switch, which may be connected to a plurality of terminals and may be connected to an ethernet network.
The node server is a node which plays a centralized control function in the access network and can control the access switch and the terminal. The node server can be directly connected with the access switch or directly connected with the terminal.
Similarly, devices of the metropolitan network portion may also be classified into 3 types: a metropolitan area server, a node switch and a node server. The metro server is connected to a node switch, which may be connected to a plurality of node servers.
The node server is a node server of the access network part, namely the node server belongs to both the access network part and the metropolitan area network part.
The metropolitan area server is a node which plays a centralized control function in the metropolitan area network and can control a node switch and a node server. The metropolitan area server can be directly connected with the node switch or directly connected with the node server.
Therefore, the whole video network is a network structure with layered centralized control, and the network controlled by the node server and the metropolitan area server can be in various structures such as tree, star and ring.
The access network part can form a unified video platform (the part in the dotted circle), and a plurality of unified video platforms can form a video network; each unified video platform may be interconnected via metropolitan area and wide area video networking.
Video networking device classification
1.1 devices in the video network of the embodiment of the present invention can be mainly classified into 3 types: server, exchanger (including Ethernet protocol conversion gateway), terminal (including various set-top boxes, code board, memory, etc.). The video network as a whole can be divided into a metropolitan area network (or national network, global network, etc.) and an access network.
1.2 wherein the devices of the access network part can be mainly classified into 3 types: node server, access exchanger (including Ethernet protocol conversion gateway), terminal (including various set-top boxes, coding board, memory, etc.).
The specific hardware structure of each access network device is as follows:
a node server:
as shown in fig. 2, the system mainly includes a network interface module 201, a switching engine module 202, a CPU module 203, and a disk array module 204;
the network interface module 201, the CPU module 203, and the disk array module 204 all enter the switching engine module 202; the switching engine module 202 performs an operation of looking up the address table 205 on the incoming packet, thereby obtaining the direction information of the packet; and stores the packet in a queue of the corresponding packet buffer 206 based on the packet's steering information; if the queue of the packet buffer 206 is nearly full, it is discarded; the switching engine module 202 polls all packet buffer queues for forwarding if the following conditions are met: 1) the port send buffer is not full; 2) the queue packet counter is greater than zero. The disk array module 204 mainly implements control over the hard disk, including initialization, read-write, and other operations on the hard disk; the CPU module 203 is mainly responsible for protocol processing with an access switch and a terminal (not shown in the figure), configuring an address table 205 (including a downlink protocol packet address table, an uplink protocol packet address table, and a data packet address table), and configuring the disk array module 204.
The access switch:
as shown in fig. 3, the network interface module mainly includes a network interface module (a downlink network interface module 301 and an uplink network interface module 302), a switching engine module 303 and a CPU module 304;
wherein, the packet (uplink data) coming from the downlink network interface module 301 enters the packet detection module 305; the packet detection module 305 detects whether the Destination Address (DA), the Source Address (SA), the packet type, and the packet length of the packet meet the requirements, and if so, allocates a corresponding stream identifier (stream-id) and enters the switching engine module 303, otherwise, discards the stream identifier; the packet (downstream data) coming from the upstream network interface module 302 enters the switching engine module 303; the incoming data packet of the CPU module 304 enters the switching engine module 303; the switching engine module 303 performs an operation of looking up the address table 306 on the incoming packet, thereby obtaining the direction information of the packet; if the packet entering the switching engine module 303 is from the downstream network interface to the upstream network interface, the packet is stored in the queue of the corresponding packet buffer 307 in association with the stream-id; if the queue of the packet buffer 307 is nearly full, it is discarded; if the packet entering the switching engine module 303 is not from the downlink network interface to the uplink network interface, the data packet is stored in the queue of the corresponding packet buffer 307 according to the guiding information of the packet; if the queue of the packet buffer 307 is nearly full, it is discarded.
The switching engine module 303 polls all packet buffer queues and may include two cases:
if the queue is from the downlink network interface to the uplink network interface, the following conditions are met for forwarding: 1) the port send buffer is not full; 2) the queued packet counter is greater than zero; 3) obtaining a token generated by a code rate control module;
if the queue is not from the downlink network interface to the uplink network interface, the following conditions are met for forwarding: 1) the port send buffer is not full; 2) the queue packet counter is greater than zero.
The rate control module 308 is configured by the CPU module 304, and generates tokens for packet buffer queues from all downstream network interfaces to upstream network interfaces at programmable intervals to control the rate of upstream forwarding.
The CPU module 304 is mainly responsible for protocol processing with the node server, configuration of the address table 306, and configuration of the code rate control module 308.
Ethernet protocol conversion gateway
As shown in fig. 4, the apparatus mainly includes a network interface module (a downlink network interface module 401 and an uplink network interface module 402), a switching engine module 403, a CPU module 404, a packet detection module 405, a rate control module 408, an address table 406, a packet buffer 407, a MAC adding module 409, and a MAC deleting module 410.
Wherein, the data packet coming from the downlink network interface module 401 enters the packet detection module 405; the packet detection module 405 detects whether the ethernet MAC DA, the ethernet MAC SA, the ethernet length or frame type, the video network destination address DA, the video network source address SA, the video network packet type, and the packet length of the packet meet the requirements, and if so, allocates a corresponding stream identifier (stream-id); then, the MAC deletion module 410 subtracts MAC DA, MAC SA, length or frame type (2byte) and enters the corresponding receiving buffer, otherwise, discards it;
the downlink network interface module 401 detects the sending buffer of the port, and if there is a packet, obtains the ethernet MAC DA of the corresponding terminal according to the destination address DA of the packet, adds the ethernet MAC DA of the terminal, the MAC SA of the ethernet protocol gateway, and the ethernet length or frame type, and sends the packet.
The other modules in the ethernet protocol gateway function similarly to the access switch.
A terminal:
the system mainly comprises a network interface module, a service processing module and a CPU module; for example, the set-top box mainly comprises a network interface module, a video and audio coding and decoding engine module and a CPU module; the coding board mainly comprises a network interface module, a video and audio coding engine module and a CPU module; the memory mainly comprises a network interface module, a CPU module and a disk array module.
1.3 devices of the metropolitan area network part can be mainly classified into 2 types: node server, node exchanger, metropolitan area server. The node switch mainly comprises a network interface module, a switching engine module and a CPU module; the metropolitan area server mainly comprises a network interface module, a switching engine module and a CPU module.
2. Video networking packet definition
2.1 Access network packet definition
The data packet of the access network mainly comprises the following parts: destination Address (DA), Source Address (SA), reserved bytes, payload (pdu), CRC.
As shown in the following table, the data packet of the access network mainly includes the following parts:
DA SA Reserved Payload CRC
wherein:
the Destination Address (DA) is composed of 8 bytes (byte), the first byte represents the type of the data packet (such as various protocol packets, multicast data packets, unicast data packets, etc.), there are 256 possibilities at most, the second byte to the sixth byte are metropolitan area network addresses, and the seventh byte and the eighth byte are access network addresses;
the Source Address (SA) is also composed of 8 bytes (byte), defined as the same as the Destination Address (DA);
the reserved byte consists of 2 bytes;
the payload part has different lengths according to different types of datagrams, and is 64 bytes if the datagram is various types of protocol packets, and is 32+1024 or 1056 bytes if the datagram is a unicast packet, of course, the length is not limited to the above 2 types;
the CRC consists of 4 bytes and is calculated in accordance with the standard ethernet CRC algorithm.
2.2 metropolitan area network packet definition
The topology of a metropolitan area network is a graph and there may be 2, or even more than 2, connections between two devices, i.e., there may be more than 2 connections between a node switch and a node server, a node switch and a node switch, and a node switch and a node server. However, the metro network address of the metro network device is unique, and in order to accurately describe the connection relationship between the metro network devices, parameters are introduced in the embodiment of the present invention: a label to uniquely describe a metropolitan area network device.
In this specification, the definition of the Label is similar to that of the Label of MPLS (Multi-Protocol Label Switch), and assuming that there are two connections between the device a and the device B, there are 2 labels for the packet from the device a to the device B, and 2 labels for the packet from the device B to the device a. The label is classified into an incoming label and an outgoing label, and assuming that the label (incoming label) of the packet entering the device a is 0x0000, the label (outgoing label) of the packet leaving the device a may become 0x 0001. The network access process of the metro network is a network access process under centralized control, that is, address allocation and label allocation of the metro network are both dominated by the metro server, and the node switch and the node server are both passively executed, which is different from label allocation of MPLS, and label allocation of MPLS is a result of mutual negotiation between the switch and the server.
As shown in the following table, the data packet of the metro network mainly includes the following parts:
DA SA Reserved label (R) Payload CRC
Namely Destination Address (DA), Source Address (SA), Reserved byte (Reserved), tag, payload (pdu), CRC. The format of the tag may be defined by reference to the following: the tag is 32 bits with the upper 16 bits reserved and only the lower 16 bits used, and its position is between the reserved bytes and payload of the packet.
Referring to fig. 5, a flowchart of steps of a method for simulating drag in a video network according to an embodiment of the present invention is shown, where the method is applied to a video network, the video network is communicatively connected to an ethernet network, the video network includes a proxy sending end, a video network server, and a proxy receiving end, and the ethernet network includes a first site and a second site; the first site is in communication connection with the agent sending end, and the second site is in communication connection with the agent receiving end. The method also comprises at least one access server and at least one operation terminal, wherein the at least one access server is connected with the at least one operation terminal. In this embodiment, the access server may be a video network server, and the operation terminal may be a video network terminal or a user terminal. The number of the access servers can be adjusted according to actual needs, and the number of the operation terminals can also be adjusted according to actual needs. Optionally, in this embodiment, an access server and an operation terminal are taken as examples.
In a specific implementation, the at least one access server and the at least one operation terminal can establish connection through a video networking protocol.
The method specifically comprises the following steps:
step 501, the access server receives a dragging instruction sent by the operation terminal.
In a specific implementation, if there is one access server, one operation terminal, where the operation terminal is a video network terminal and the access server is a video network server. The operation terminal can send a connection request to the access server, specifically, the operation terminal can send the connection request to the video networking protocol conversion server, the video networking protocol conversion server can obtain a connection address of the connection request, and the video networking protocol conversion server sends the connection request to the access server corresponding to the connection address according to the connection address. The access server may establish a connection with the operation terminal according to the connection request. Thereby the access server establishes remote connection with the operation terminal. Preferably, the access server may be provided with a built-in display screen. After the operation terminal is connected with the access server, the operation terminal carries out remote control on the access server, sends an operation instruction to the access server, operates in the access server according to the operation instruction module, and displays a simulated operation result in the display screen.
Optionally, in a specific implementation, after the connection is established, the operation terminal sends a drag instruction to the access server. The sent drag instruction may include an operation instruction of the operation terminal, or may be an action instruction, or may be an address instruction, a data instruction, an action event, and the like. The access server can simulate the action of the operation terminal according to the dragging instruction and display the action of the operation. Optionally, the drag instruction sent by the operation terminal may be sent one or more at a time, and preferably, may be sent one at a time. Each dragging instruction comprises data such as an operation action, an operation event, an instruction address and the like, so that the access server can simulate the dragging action according to a single dragging instruction in each sending process.
In one example of this embodiment, after one access server is connected to multiple operation terminals, a drag instruction sent by the operation terminals may include a priority field, and the access server may obtain the field in the drag instruction, determine a priority corresponding to the field according to the field, determine a field with a highest priority, and preferentially simulate the drag instruction corresponding to the field with the highest priority. Actions in the drag instruction may also be simulated in sequence according to the priority of the fields.
Specifically, if the access server is connected to a plurality of operation terminals, the access server also executes the operation terminals in sequence according to the sequence of the drag instruction. In this embodiment, the drag instruction may further include movement information, and the movement information may include a start coordinate point or a target coordinate point of the mouse, and the like. The drag instruction may also include address information or verification information, etc.
Step 502, the access server responds to the dragging instruction to generate a mouse down event, a mouse moving event and a mouse up event.
In the specific implementation, the access server can respond to the dragging instruction and send a dragging response to the operation terminal. The access server may also parse the drag instruction, and generate an operation event according to the drag instruction, where in this embodiment, the operation event may include a mouse down event, a mouse moving event, a mouse up event, a mouse click event, a mouse double click event, an event triggered when the mouse moves, an event triggered when the mouse leaves a certain object range, and the like.
In specific implementation, the operation terminal may receive a response dragging instruction sent by the access server, set a predetermined time in the operation terminal, and if the response dragging instruction sent by the access server is not received within the predetermined time, the operation terminal may also send a dragging instruction to the access server, and the operation terminal may also continuously send the dragging instruction to the access server within a preset time, where the preset time may be adjusted according to actual needs.
Step 503, executing the mouse down event, the mouse moving event and the mouse up event in sequence;
in a specific implementation, the access server may sequentially execute a mouse down event, a mouse move event, and a mouse up event, thereby implementing a drag effect.
For example, after receiving the drag instruction, the access server may simulate a drag effect according to the drag instruction, execute a mouse down event, execute a mouse up event, and finally execute the mouse up event, and in a display screen of the access server, a cursor moves according to the mouse down event, the mouse up event, and moves according to a path of the mouse down event, so that the drag effect of the mouse may be displayed on the display screen.
In an optional embodiment of the present invention, the access server receives a drag instruction sent by the operation terminal, then the access server responds to the drag instruction to generate a mouse down event, a mouse moving event and a mouse up event, and then the access server sequentially executes the mouse down event, the mouse moving event and the mouse up event. This application can let operation terminal and access server establish fast and be connected, let operation terminal carry out remote control to the access server, realize remote control, can pull through the interface when remote control and realize long-range pulling, can reduce transmission mouse operating instruction when pulling, realize the distal end of single instruction and pull the effect, also can reduce the delay of remote control simultaneously, the picture card that reduces the remote control appearance is pause with insensitive phenomenon, the sensitivity of improvement remote control, user's use experience is increased.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to FIG. 6, a flowchart illustrating steps of one embodiment of a method for simulating drag in a video network is shown; the method can be applied to a video network which is in communication connection with the Ethernet, wherein the video network comprises an agent sending end, a video network server and an agent receiving end, and the Ethernet comprises a first site and a second site; the method comprises the steps that the first site is in communication connection with the agent sending end, the second site is in communication connection with the agent receiving end, and the method can comprise a plurality of video network servers and a plurality of video network terminals which are respectively connected with the plurality of video network servers. The method also comprises at least one access server and at least one operation terminal, wherein the at least one access server is connected with the at least one operation terminal. In this embodiment, the access server may be a video network server, and the operation terminal may be a video network terminal or a user terminal. The number of the access servers can be adjusted according to actual needs, and the number of the operation terminals can also be adjusted according to actual needs. Optionally, in this embodiment, an access server and an operation terminal are taken as examples.
In a specific implementation, the at least one access server and the at least one operation terminal can establish connection through a video networking protocol. Optionally, in this embodiment, an access server and an operation terminal are taken as examples, and the specific number is not limited in this embodiment.
The method specifically comprises the following steps:
step 601, the access server receives a dragging instruction sent by the operation terminal.
In a specific implementation, if there is one access server, one operation terminal, where the operation terminal is a video network terminal and the access server is a video network server. The operation terminal can send a connection request to the access server, specifically, the operation terminal can send the connection request to the video networking protocol conversion server, the video networking protocol conversion server can obtain a connection address of the connection request, and the video networking protocol conversion server sends the connection request to the access server corresponding to the connection address according to the connection address. The access server may establish a connection with the operation terminal according to the connection request. Thereby the access server establishes remote connection with the operation terminal. Preferably, the access server may be provided with a built-in display screen. After the operation terminal is connected with the access server, the operation terminal carries out remote control on the access server, sends an operation instruction to the access server, operates in the access server according to the operation instruction module, and displays a simulated operation result in the display screen.
Optionally, in a specific implementation, after the connection is established, the operation terminal sends a drag instruction to the access server. The sent drag instruction may include an operation instruction of the operation terminal, or may be an action instruction, or may be an address instruction, a data instruction, an action event, and the like. The access server can simulate the action of the operation terminal according to the dragging instruction and display the action of the operation. Optionally, the drag instruction sent by the operation terminal may be sent one or more at a time, and preferably, may be sent one at a time. Each dragging instruction comprises data such as an operation action, an operation event, an instruction address and the like, so that the access server can simulate the dragging action according to a single dragging instruction in each sending process.
In one example of this embodiment, after one access server is connected to multiple operation terminals, a drag instruction sent by the operation terminals may include a priority field, and the access server may obtain the field in the drag instruction, determine a priority corresponding to the field according to the field, determine a field with a highest priority, and preferentially simulate the drag instruction corresponding to the field with the highest priority. Actions in the drag instruction may also be simulated in sequence according to the priority of the fields.
Specifically, if the access server is connected to a plurality of operation terminals, the access server also executes the operation terminals in sequence according to the sequence of the drag instruction.
In this embodiment, the drag instruction may further include movement information, and the movement information may include a start coordinate point or a target coordinate point of the mouse, and the like. The drag instruction may also include address information or verification information, etc.
Step 602, the access server responds to the dragging instruction to generate a mouse down event, a mouse moving event and a mouse up event.
In the specific implementation, the access server can respond to the dragging instruction and send a dragging response to the operation terminal. The access server may also parse the drag instruction, and generate an operation event according to the drag instruction, where in this embodiment, the operation event may include a mouse down event, a mouse moving event, a mouse up event, a mouse click event, a mouse double click event, an event triggered when the mouse moves, an event triggered when the mouse leaves a certain object range, and the like.
In specific implementation, the operation terminal may receive a response dragging instruction sent by the access server, set a predetermined time in the operation terminal, and if the response dragging instruction sent by the access server is not received within the predetermined time, the operation terminal may also send a dragging instruction to the access server, and the operation terminal may also continuously send the dragging instruction to the access server within a preset time, where the preset time may be adjusted according to actual needs.
In this embodiment, step 602 may include the following sub-steps:
sub-step 6021, determining the event starting point.
In this embodiment, the drag instruction may include movement information, the movement information may include a cursor start coordinate point, a start coordinate point, or a target coordinate point of the mouse, and after the drag instruction is acquired, the drag instruction may be analyzed to acquire a start point of the execution event, so that the execution event may be started at the start point.
In a specific implementation, the starting point may be adjusted according to actual needs, and the event starting point may be a current coordinate point of a cursor accessed to the server, or an arbitrary coordinate point selected by the operation terminal. The event starting points may be one or more, and if the event starting points are multiple event starting points, the multiple event starting points may be the same or different, and if the event starting points are multiple same event starting points, the access server may execute the event multiple times at the same event starting point. If the event starting point is a plurality of different event starting points, the access server can execute the event from the event starting points, the execution sequence of the event starting points can be adjusted according to actual needs, the sequence of the event starting points can be obtained according to the analyzed operation instruction, or the preset sequence of the user can be adopted, for example, the event starting point positioned at the upper left corner of the screen executes the event first, then the event starting point positioned at the lower left corner of the screen executes the event, then the event starting point positioned at the lower right corner of the screen executes the event, and finally the event starting point positioned at the upper right corner executes the event. If two event starting points exist in the same area, such as the upper left corner, the event starting point close to the left edge of the screen in the two event starting points is executed first. The specific preset rule can be adjusted according to actual needs, and the invention is not limited herein.
In this embodiment, the sub-step 6021 may further include the following sub-steps:
and sub-step 60211, the access server determines the current position of the cursor.
In specific implementation, after the access server analyzes the dragging instruction, the current position of the cursor of the display screen of the access server can be acquired, the current position of the cursor can be acquired quickly, the efficiency of simulation operation can be improved, the simulation effect is improved, the focus of the cursor can be acquired quickly, and the phenomenon of jamming or poor operation is avoided.
And a substep 60212 of moving the cursor from the current position to the target position based on the cursor movement information.
In a specific implementation, cursor movement information may be obtained quickly, the cursor movement information may include a target position, and the target position may be used as an event starting point. The access server can improve the effect of simulating and dragging, so that the simulation effect is more vivid, and the use experience of a user can be improved.
A substep 60213 of starting the event with the target position.
In a specific implementation, the access server may set the target location as an event starting point, the target location may be adjusted as needed, and the target location may be set in the operation terminal.
In this embodiment, the target position of the cursor may be set, and the event is executed from the event starting point by using the target position as the event starting point. The simulation efficiency can be improved, and the use experience of a user is increased.
In a specific implementation, if there are a plurality of target positions, the target positions may be sequentially executed according to a preset rule of a user.
And a substep 6022 of executing the mouse down event, the mouse moving event and the mouse up event in sequence from the event starting point.
In this embodiment, the mouse down event, the mouse moving event, and the mouse up event may be sequentially executed from the event start point, thereby achieving a dragging effect.
The mouse down event may be a mousedown event, and may be an event executed when the user presses the mouse; the mouse up event may be a mouse up event, and may be executed when the user releases the mouse, the mouse movement event may be executed when the mouse is moved, and when the mouse movement event is executed, the cursor in the display screen moves, the movement rule may move according to a preset rule, and the movement path may also move according to a preset path, for example, a path in which the cursor moves left and right on the display screen, a path in which the cursor moves up and down on the display screen, a path in which the cursor moves left and right on the display screen, or a path in which the cursor rotates in the screen, and may be set in the operation terminal, which is not limited herein.
Step 603, the mouse down event, the mouse moving event and the mouse up event are executed in sequence.
In a specific implementation, the access server may sequentially execute a mouse down event, a mouse move event, and a mouse up event, thereby implementing a drag effect.
For example, after receiving the drag instruction, the access server may simulate a drag effect according to the drag instruction, execute a mouse down event, execute a mouse up event, and finally execute the mouse up event, and in a display screen of the access server, a cursor moves according to the mouse down event, the mouse up event, and moves according to a path of the mouse down event, so that the drag effect of the mouse may be displayed on the display screen.
Step 604, the access server receives the viewing request sent by the at least one receiving terminal.
In a specific implementation, the method may further include the receiving terminal, where the receiving terminal may establish a connection with the access server, the receiving terminal may send a connection request to the access server, and the access server may establish a connection with the receiving terminal according to the connection request.
In this embodiment, the connection request sent by the receiving terminal may include an access address, and when the address of the access request is the same as the current address of the access server, the access server may send an access connection response to the receiving terminal, notifying that the receiving terminal may send a viewing request to the access server, and the access server may perform data transmission with the receiving terminal.
In one embodiment, the receiving terminal may be one or more, if there are multiple receiving terminals, if there are two receiving terminals, a first receiving terminal and a second receiving terminal, respectively, the two receiving terminals may have sent connection requests to the access server respectively, the first connection request and the second connection request may be respectively, after receiving the two connection requests, the access server obtains the addresses of the two connection requests and the current address of the access server respectively, the method may further include determining whether the address of the first connection request and the address of the second connection request are the same as a current address of the access server, if the address of the first connection request is the same as the current address of the access server, the access server may send a first connection response to the first receiving terminal, and after receiving the first connection response, the first connecting terminal may send a first check request to the access server. If the address of the second connection request is the same as the current address of the access server, the access server may send a second connection response to the second receiving terminal, and the second connecting terminal may send a second viewing request to the access server after receiving the second connection response; if the address of the first connection request is the same as the current address of the access server, and the address of the second connection request is different from the current address of the access server, the access server may send an access first connection response to the first receiving terminal, receive a first viewing request sent by the first receiving terminal, and send a non-access connection response to the second receiving terminal, and if the second receiving terminal receives the non-access connection response, may not send the second viewing request.
Step 605, the access server sequentially sends the mouse down event, the mouse moving event and the mouse up event to the at least one receiving terminal according to the viewing request.
In this embodiment, after receiving the viewing request sent by the receiving terminal, the access server may send a mouse down event, the mouse movement event, and the mouse up event to the receiving terminal in sequence, and send the simulation effect to the receiving terminal, and the receiving terminal may receive the mouse down event, the mouse movement event, and the mouse up event, respectively, to obtain the simulation effect.
In the middle of the specific implementation, if a plurality of receiving terminals are connected with the access server, the access server receives the viewing requests sent by the plurality of receiving terminals, and the access server can simultaneously send a mouse down event, a mouse moving event and a mouse up event to the plurality of receiving terminals in sequence. And the mouse down event, the mouse moving event and the mouse up event can be respectively and sequentially sent to the receiving terminal according to the sequence of receiving the viewing request. The specific transmission can be adjusted according to actual needs.
Referring to fig. 7, a flowchart illustrating steps of a method for simulating drag in video networking according to an embodiment of the present invention is shown, in a preferred embodiment of the present invention, an operation terminal is provided, and the operation terminal and an access server are provided, and the operation terminal can establish a connection with the access server according to a video networking protocol. In this embodiment, all the operating terminals are provided with pamir editing software of a video network, the used access servers are medical resource access servers, and the operating terminals can send connection requests to the access servers; the access server acquires the address of the connection request and the current address of the access server according to the connection request; judging whether the address of the connection request is the same as the current address of the access server or not; if the address of the connection request is the same as the current address of the access server, the access server sends a connection response to the operation terminal, the operation terminal sends a dragging instruction to the access server after receiving the connection response, the access server analyzes the dragging instruction after receiving the dragging instruction, generates a mouse down event, a mouse moving event and a mouse up event, and finally sequentially executes the generation of the mouse down event, the mouse moving event and the mouse up event, simulates dragging, and achieves a dragging effect.
In an optional embodiment of the present invention, the application may receive, by an access server, a drag instruction sent by the operation terminal, then the access server responds to the drag instruction to generate a mouse down event, a mouse movement event, and a mouse up event, then the access server sequentially executes the mouse down event, the mouse movement event, and the mouse up event, and the access server receives a viewing request sent by at least one receiving terminal, and finally the access server sequentially sends the mouse down event, the mouse movement event, and the mouse up event to the at least one receiving terminal according to the viewing request. This application can let operation terminal and access server establish fast and be connected, let operation terminal carry out remote control to the access server, realize remote control, can pull through the interface when remote control and realize long-range pulling, can reduce transmission mouse operating instruction when pulling, realize the distal end of single instruction and pull the effect, also can reduce the delay of remote control simultaneously, the picture card that reduces the remote control appearance is pause with insensitive phenomenon, the sensitivity of improvement remote control, user's use experience is increased.
Referring to fig. 8, a system for simulating drag in a video network according to an embodiment of the present invention is shown, where the system is applied to a video network, and the video network is communicatively connected to an ethernet network, where the video network includes a proxy sending end, a video network server, and a proxy receiving end, and the ethernet network includes a first site and a second site; the first site is in communication connection with the agent sending end, and the second site is in communication connection with the agent receiving end; the system may include the following modules:
a receiving module 801, configured to receive a dragging instruction sent by the operation terminal;
an event generating module 802, configured to generate a mouse down event, a mouse moving event, and a mouse up event in response to the dragging instruction;
and the executing module 803 is configured to sequentially execute the mouse down event, the mouse moving event, and the mouse up event.
Optionally, the executing module 803 may include:
a determining module for determining an event starting point;
and the event execution module is used for sequentially executing the mouse down event, the mouse moving event and the mouse up event from the event starting point.
Optionally, the drag instruction includes cursor movement information; the determining module may include:
the current position determining module is used for determining the current position of the cursor;
the moving module is used for moving the cursor from the current position to the target position according to the cursor moving information;
and the event starting point module is used for taking the target position as an event starting point.
Optionally, the system further comprises:
a viewing request receiving module 804, configured to receive a viewing request sent by the at least one receiving terminal;
an event sending module 805, configured to sequentially send the mouse down event, the mouse movement event, and the mouse up event to the at least one receiving terminal according to the viewing request.
For the embodiment of the system for simulating the drag of the internet of view, since the embodiment is basically similar to the embodiment of the method for simulating the drag of the internet of view, the description is simple, and relevant points can be found in the partial description of the embodiment of the method for simulating the drag of the internet of view.
An embodiment of the present invention further provides an apparatus, including:
one or more processors; and
one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform one or more methods of visual networking simulated drag as described in embodiments of the invention.
Embodiments of the present invention further provide a computer-readable storage medium storing a computer program, which enables a processor to execute the method for simulating drag in a video network according to the embodiments of the present invention.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method for simulating and dragging the video network, the system for simulating and dragging the video network and the computer-readable storage medium provided by the invention are described in detail, specific examples are applied in the text to explain the principle and the implementation of the invention, and the description of the above embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for simulating dragging based on a video network is characterized in that the video network integrates required services on a system platform by adopting a real-time high-definition video exchange technology on a network platform, high-definition quality video playing is realized through a television or a computer, the video network is a centralized control network structure, a centralized control node is arranged in the network to control the whole network, and the method comprises an access server and an operation terminal connected with the access server, and the method comprises the following steps:
the access server receives a dragging instruction sent by the operation terminal; the access server sequentially simulates actions in the dragging instruction according to the priorities of the fields after the dragging instruction comprises the priority fields which are used for connecting with a plurality of operation terminals;
the access server responds to the dragging instruction to generate a mouse down event, a mouse moving event and a mouse up event;
and executing the mouse down event, the mouse moving event and the mouse up event in sequence.
2. The method of claim 1, wherein said sequentially executing said mouse down event, mouse move event and mouse up event comprises:
determining an event starting point;
and executing the mouse down event, the mouse moving event and the mouse up event from the event starting point in sequence.
3. The method of claim 2, wherein the drag instruction includes cursor movement information; the determining the event starting point comprises:
the access server determines the current position of a cursor;
moving the cursor from the current position to the target position according to the cursor movement information;
and taking the target position as an event starting point.
4. The method of claim 1, further comprising at least one receiving terminal, wherein the access server is connected to the at least one receiving terminal, and wherein the method further comprises:
the access server receives a viewing request sent by the at least one receiving terminal;
and the access server sequentially sends the mouse down event, the mouse moving event and the mouse up event to the at least one receiving terminal according to the viewing request.
5. A system based on the simulation of the dragging of the video network, characterized by that, the said video network adopts the high-definition video exchange technology of real time to integrate the required service on a system platform on a network platform, realize the high-definition quality video broadcast through the TV or computer, the said video network is a centralized control network structure, there are centralized control nodes to control the whole network in the network, including the cut-in server, and, the operation terminal station connected with said cut-in server, the said system includes:
the receiving module is used for receiving a dragging instruction sent by the operating terminal; the dragging instruction comprises a priority field, and the priority field is used for sequentially simulating actions in the dragging instruction according to the priority of the field after the dragging instruction is connected with a plurality of operation terminals;
the event generating module is used for responding to the dragging instruction and generating a mouse down event, a mouse moving event and a mouse up event;
and the execution module is used for sequentially executing the mouse down event, the mouse moving event and the mouse up event.
6. The system of claim 5, wherein the execution module comprises:
a determining module for determining an event starting point;
and the event execution module is used for sequentially executing the mouse down event, the mouse moving event and the mouse up event from the event starting point.
7. The system of claim 6, wherein the drag instruction comprises cursor movement information; the determining module includes:
the current position determining module is used for determining the current position of the cursor;
the moving module is used for moving the cursor from the current position to the target position according to the cursor moving information;
and the event starting point module is used for taking the target position as an event starting point.
8. The system of claim 5, further comprising at least one receiving terminal, wherein the access server is connected to the at least one receiving terminal, and wherein the system further comprises:
the viewing request receiving module is used for receiving the viewing request sent by the at least one receiving terminal;
and the event sending module is used for sequentially sending the mouse down event, the mouse moving event and the mouse up event to the at least one receiving terminal according to the viewing request.
9. An apparatus, comprising:
one or more processors; and
one or more machine-readable media having instructions stored thereon that, when executed by the one or more processors, cause the apparatus to perform one or more methods of any of claims 1-4.
10. A computer-readable storage medium, characterized in that it stores a computer program for causing a processor to execute the method according to any one of claims 1 to 4.
CN201910647181.XA 2019-07-17 2019-07-17 Method and system for simulating dragging based on video network Active CN110489042B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910647181.XA CN110489042B (en) 2019-07-17 2019-07-17 Method and system for simulating dragging based on video network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910647181.XA CN110489042B (en) 2019-07-17 2019-07-17 Method and system for simulating dragging based on video network

Publications (2)

Publication Number Publication Date
CN110489042A CN110489042A (en) 2019-11-22
CN110489042B true CN110489042B (en) 2021-10-19

Family

ID=68547323

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910647181.XA Active CN110489042B (en) 2019-07-17 2019-07-17 Method and system for simulating dragging based on video network

Country Status (1)

Country Link
CN (1) CN110489042B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111158577B (en) * 2019-12-31 2021-10-01 奇安信科技集团股份有限公司 Remote operation processing method and device
CN111343409B (en) * 2020-02-13 2021-12-28 北京翼鸥教育科技有限公司 Method and system for initiating and synchronizing dynamic arrangement of multiple video windows
CN111694442B (en) * 2020-06-16 2023-10-20 深圳市创凯智能股份有限公司 Method for reducing mouse delay of distributed KVM system
CN115657918A (en) * 2020-07-29 2023-01-31 华为技术有限公司 Cross-device object dragging method and device
CN112131076A (en) * 2020-09-17 2020-12-25 上海上讯信息技术股份有限公司 Method, equipment and system for acquiring mouse operation event information
CN112631447A (en) * 2020-12-24 2021-04-09 广州虎牙科技有限公司 Mouse synchronous processing method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103974105A (en) * 2013-01-25 2014-08-06 海尔集团公司 Television control method and system
CN107302559A (en) * 2017-05-18 2017-10-27 西安万像电子科技有限公司 Long-range control method, device and system
CN109144738A (en) * 2017-09-05 2019-01-04 北京仁光科技有限公司 The method and system that same content at least two terminals and server interacts

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7447995B2 (en) * 2002-06-28 2008-11-04 Hewlett-Packard Development Company, L.P. System and method for cursor calibration
CN100374999C (en) * 2005-03-28 2008-03-12 联想(北京)有限公司 Remote monitoring method for network computer
CN100578429C (en) * 2007-06-08 2010-01-06 广东威创视讯科技股份有限公司 Multi-mouse long-distance control method to service end
WO2014101213A1 (en) * 2012-12-31 2014-07-03 华为技术有限公司 Method, device and system for synchronizing mice
WO2014190600A1 (en) * 2013-05-31 2014-12-04 深圳市同洲电子股份有限公司 Method and system thereof for controlling remotely digital television terminal via mobile terminal
CN109358760A (en) * 2018-09-07 2019-02-19 视联动力信息技术股份有限公司 A kind of mouse control method and device
CN109922130A (en) * 2019-01-11 2019-06-21 视联动力信息技术股份有限公司 A kind of long-range control method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103974105A (en) * 2013-01-25 2014-08-06 海尔集团公司 Television control method and system
CN107302559A (en) * 2017-05-18 2017-10-27 西安万像电子科技有限公司 Long-range control method, device and system
CN109144738A (en) * 2017-09-05 2019-01-04 北京仁光科技有限公司 The method and system that same content at least two terminals and server interacts

Also Published As

Publication number Publication date
CN110489042A (en) 2019-11-22

Similar Documents

Publication Publication Date Title
CN110489042B (en) Method and system for simulating dragging based on video network
CN108965224B (en) Video-on-demand method and device
CN109168064B (en) Synchronous display method and system of electronic data
CN110475102B (en) Monitoring data processing method and system based on video network
CN109819214B (en) Video split-screen method and device
CN109547728B (en) Recorded broadcast source conference entering and conference recorded broadcast method and system
CN109547731B (en) Video conference display method and system
CN109194915B (en) Video data processing method and system
CN110557612B (en) Control method of monitoring equipment and video networking system
CN109802952B (en) Monitoring data synchronization method and device
CN108989850B (en) Video playing control method and control system
CN111212255B (en) Monitoring resource obtaining method and device and computer readable storage medium
CN109218824B (en) Service processing method and device
CN109768964B (en) Audio and video display method and device
CN109698953B (en) State detection method and system for video network monitoring equipment
CN110418169B (en) Monitoring data carousel method and device
CN110519554B (en) Monitoring detection method and device
CN110858887A (en) Method and device for playing monitoring data
CN110795008B (en) Picture transmission method and device and computer readable storage medium
CN110324578B (en) Monitoring video processing method, device and storage medium
CN110830185B (en) Data transmission method and device
CN110351582B (en) Method, system and device for processing video stream data and storage medium
CN110536148B (en) Live broadcasting method and equipment based on video networking
CN110572608B (en) Frame rate setting method and device, electronic equipment and storage medium
CN110139061B (en) Video stream screen display method and device

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
GR01 Patent grant
GR01 Patent grant