CN108124006B - Method for reproducing power-off scene of conference system - Google Patents

Method for reproducing power-off scene of conference system Download PDF

Info

Publication number
CN108124006B
CN108124006B CN201711373610.6A CN201711373610A CN108124006B CN 108124006 B CN108124006 B CN 108124006B CN 201711373610 A CN201711373610 A CN 201711373610A CN 108124006 B CN108124006 B CN 108124006B
Authority
CN
China
Prior art keywords
meeting
conference
identification information
terminal
unique identification
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
CN201711373610.6A
Other languages
Chinese (zh)
Other versions
CN108124006A (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.)
Jiangsu Lemote Information Technology Co ltd
Original Assignee
Jiangsu Lemote 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 Jiangsu Lemote Information Technology Co ltd filed Critical Jiangsu Lemote Information Technology Co ltd
Priority to CN201711373610.6A priority Critical patent/CN108124006B/en
Publication of CN108124006A publication Critical patent/CN108124006A/en
Application granted granted Critical
Publication of CN108124006B publication Critical patent/CN108124006B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention discloses a method for reproducing a power-off scene of a conference system, which comprises the following steps: s1, after the meeting terminal or the equipment of the joining terminal is powered off and restarted, the joining terminal automatically starts a browser and has a system access link with the unique identification information of the equipment of the joining terminal, and sends a message with the unique identification information of the equipment to the meeting terminal; s2, the conference end extracts the unique equipment identification information in the message to obtain the scene context of the conference end, and generates a matched response message; and S3, after the participant terminal receives the response message, rendering a field interface before power failure according to the field context of the participant terminal, starting websocket connection, and updating in real time to wait for a new event message. The method can realize automatic scene recovery after the meeting machine or the participant machine is powered off and restarted.

Description

Method for reproducing power-off scene of conference system
Technical Field
The invention relates to a method for restoring a conference system, in particular to a method for reproducing a power-off scene of the conference system.
Background
The paperless conference system is a conference system which does not use paper at all and adopts a complete information mode to process before, during and after the conference. In a conference system, a conference machine corresponds to a server in a conference room, and a participant machine acquires conference data from the conference machine. In the existing conference system, after the conference machine or the participant machine is restarted, the participant machine needs to manually refresh the page, and actively accesses the conference machine to recover to the conference state.
Disclosure of Invention
In view of the above deficiencies of the prior art, the present invention provides a method for reproducing a power-off scene of a conference system, which solves the problem of scene recovery after a conference machine or a participant machine is restarted after power-off.
The technical scheme of the invention is as follows: a conference system power-off scene reproduction method comprises the following steps:
s1, after the meeting terminal or the equipment of the joining terminal is powered off and restarted, the joining terminal automatically starts a browser and has a system access link with the unique identification information of the equipment of the joining terminal, and sends a message with the unique identification information of the equipment to the meeting terminal;
s2, the conference end extracts the unique equipment identification information in the message to obtain the scene context of the conference end, and generates a matched response message;
and S3, after the participant terminal receives the response message, rendering a field interface before power failure according to the field context of the participant terminal, starting websocket connection, and updating in real time to wait for a new event message.
Further, when the conference end extracts the device unique identification information in the message to obtain the field context of the participant end, the conference end determines the field context corresponding to the participant end according to the binding relationship between the device unique identification information of the participant end and the participant information which are stored in advance.
Further, in step S1, after the session is powered off and restarted, the session sends a restart message to all participating terminals, and the participating terminals receive the restart message and then self-start the browser and have system access links with their own device unique identification information.
Further, the participant terminal is a diskless client, and after the participant terminal is restarted after power failure in step S1, the participant terminal automatically mounts the network file system before the browser is self-started, so that the conference file stored in the conference machine is restored to an accessible state.
Further, the unique identification information is MAC address information.
Compared with the prior art, the technical scheme provided by the invention has the beneficial effects that under the condition that the conference machine or the participant machine is powered off or restarted, the data generated by the ongoing conference, such as check-in data, can be completely recovered, a user does not need to worry about data loss caused by power off or restart, and does not need to do extra related operation, and the conference scene before power off can be completely reproduced under the condition of power on and restart.
Detailed Description
The present invention is further illustrated by the following examples, which are not to be construed as limiting the invention thereto.
The conference system application scheme adopts a B/S architecture and a network file system to transmit files, and is a structure with a single central server supporting multiple terminals. All data related to the conference is stored in the conference machine (server), and the data is accessed by the conference machine (client) through the network, and comprises conference states, files, the scene context of the conference machine and the like. The participating system is a network-initiated diskless customized system, which does not store any data related to the conference application as described above, and integrates two self-initiating programs: 1. and automatically mounting the network file system 2, automatically starting the browser and accessing the specified URL.
When the conference terminal is powered off and restarted, the method comprises the following steps:
s1, after the meeting terminal is powered off and restarted, the meeting terminal sends a restarting message to all the participating terminals, the participating terminals receive the restarting message of the meeting terminal to self-start the browser and have system access links with own equipment unique identification information, and the messages with the equipment unique identification information are sent to the meeting terminal;
s2, the conference end extracts the unique identification information of the equipment in the message to obtain the field context of the conference end according to the binding relationship between the unique identification information of the conference end equipment and the conference information which are stored in advance, and generates a matched response message;
and S3, after the participant terminal receives the response message, rendering a field interface before power failure according to the field context of the participant terminal, starting websocket connection, and updating in real time to wait for a new event message.
When the participant terminal is powered off and restarted, the method comprises the following steps:
s1, after the participant terminal is powered off and restarted, the participant terminal automatically starts a browser and has a system access link with own equipment unique identification information, and sends a message with the equipment unique identification information to the conference terminal;
s2, the conference end extracts the unique identification information of the equipment in the message to obtain the field context of the conference end according to the binding relationship between the unique identification information of the conference end equipment and the conference information which are stored in advance, and generates a matched response message;
and S3, after the participant terminal receives the response message, rendering a field interface before power failure according to the field context of the participant terminal, starting websocket connection, and updating in real time to wait for a new event message.

Claims (1)

1. A method for reproducing a power-off scene of a conference system is characterized by comprising the following steps:
s1, after the meeting terminal is powered off and restarted, the meeting terminal sends restarting information to all the meeting terminals, the meeting terminals are diskless client terminals, the meeting terminals automatically mount a network file system to restore the meeting files stored on the meeting machine to an accessible state after receiving the restarting information, the meeting terminals automatically start a browser and have system access links with own equipment unique identification information, and send the information with the equipment unique identification information to the meeting terminal, wherein the equipment unique identification information is MAC address information;
s2, the conference end extracts the equipment unique identification information in the message, determines and obtains the corresponding field context of the conference end according to the binding relationship between the prestored conference end equipment unique identification information and the conference information, and generates a matched response message;
and S3, after the participant terminal receives the response message, rendering a field interface before power failure according to the field context of the participant terminal, starting websocket connection, and updating in real time to wait for a new event message.
CN201711373610.6A 2017-12-19 2017-12-19 Method for reproducing power-off scene of conference system Active CN108124006B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711373610.6A CN108124006B (en) 2017-12-19 2017-12-19 Method for reproducing power-off scene of conference system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711373610.6A CN108124006B (en) 2017-12-19 2017-12-19 Method for reproducing power-off scene of conference system

Publications (2)

Publication Number Publication Date
CN108124006A CN108124006A (en) 2018-06-05
CN108124006B true CN108124006B (en) 2021-07-30

Family

ID=62230298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711373610.6A Active CN108124006B (en) 2017-12-19 2017-12-19 Method for reproducing power-off scene of conference system

Country Status (1)

Country Link
CN (1) CN108124006B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163113A (en) * 2006-10-12 2008-04-16 阿里巴巴公司 Disconnection reconnecting system and method of instant communication
WO2011150609A1 (en) * 2010-06-04 2011-12-08 中兴通讯股份有限公司 System and method for re-access of wireless video conference terminal
CN103581300A (en) * 2013-10-10 2014-02-12 国家电网公司 Interactive conference system information on-line preservation method
CN104199676A (en) * 2014-02-24 2014-12-10 无锡天脉聚源传媒科技有限公司 Method and device for restoring interface content
CN104714861A (en) * 2013-12-16 2015-06-17 阿里巴巴集团控股有限公司 Scene recovery data saving method and application running method, device and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163113A (en) * 2006-10-12 2008-04-16 阿里巴巴公司 Disconnection reconnecting system and method of instant communication
WO2011150609A1 (en) * 2010-06-04 2011-12-08 中兴通讯股份有限公司 System and method for re-access of wireless video conference terminal
CN103581300A (en) * 2013-10-10 2014-02-12 国家电网公司 Interactive conference system information on-line preservation method
CN104714861A (en) * 2013-12-16 2015-06-17 阿里巴巴集团控股有限公司 Scene recovery data saving method and application running method, device and system
CN104199676A (en) * 2014-02-24 2014-12-10 无锡天脉聚源传媒科技有限公司 Method and device for restoring interface content

Also Published As

Publication number Publication date
CN108124006A (en) 2018-06-05

Similar Documents

Publication Publication Date Title
CN110266810B (en) Message receiving method, device and storage medium based on MQTT protocol
EP2712119B1 (en) Abnormality handling method, device and client
CN113518247B (en) Video playing method, related equipment and computer readable storage medium
CN112118266B (en) Distributed state synchronization method based on cooperation of HTTP and WebSocket
WO2021051966A1 (en) Information pushing method and system
WO2010145623A1 (en) Method and system for subscription service in ip multimedia subsystem network
WO2017050006A1 (en) Remote live broadcast method and system
EP2802115B1 (en) Method, terminal and server for recovering session content transmission
CN104580376A (en) Method, device and system for constructing connection between terminals in local area network
CN111884825A (en) Fault processing method and device, terminal equipment and storage medium
CN111431964B (en) Message synchronous processing method, device and storage medium
CN104317898B (en) A kind of information processing method and server
WO2022161215A1 (en) Method and device for recovering inter-live streaming studio connection
CN107801064B (en) Self-repairing method and device for multi-screen interactive system
CN108124006B (en) Method for reproducing power-off scene of conference system
CN105516372B (en) Processing method, device and the server of filename
CN107835449B (en) Method for realizing multi-terminal synchronous screen connection based on network on Android platform
WO2018019167A1 (en) Set top box-based live sharing method and system
CN106231393B (en) Video information processing method, device and system
CN109819278B (en) Optimization method of live video
CN107333327B (en) Network access method and device
CN111290859B (en) Method for synchronizing initialization attribute of dual-system terminal and terminal
CN115713317A (en) Conference implementation method, system, storage medium and terminal equipment
CN115114112A (en) Data synchronization method and device
CN105323270A (en) Network information pushing method and system

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