CN101562721A - Method for displaying hierarchy of participants and participation device in multipoint video - Google Patents

Method for displaying hierarchy of participants and participation device in multipoint video Download PDF

Info

Publication number
CN101562721A
CN101562721A CNA200910051424XA CN200910051424A CN101562721A CN 101562721 A CN101562721 A CN 101562721A CN A200910051424X A CNA200910051424X A CN A200910051424XA CN 200910051424 A CN200910051424 A CN 200910051424A CN 101562721 A CN101562721 A CN 101562721A
Authority
CN
China
Prior art keywords
online
information
data
equipment
channel
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.)
Granted
Application number
CNA200910051424XA
Other languages
Chinese (zh)
Other versions
CN101562721B (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.)
Information Technology Co., Ltd. Shanghai Avcon
Original Assignee
SHANGHAI AVCON 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 SHANGHAI AVCON INFORMATION TECHNOLOGY Co Ltd filed Critical SHANGHAI AVCON INFORMATION TECHNOLOGY Co Ltd
Priority to CN200910051424XA priority Critical patent/CN101562721B/en
Publication of CN101562721A publication Critical patent/CN101562721A/en
Application granted granted Critical
Publication of CN101562721B publication Critical patent/CN101562721B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention relates to a method for displaying hierarchy of a participant and a participation device in multipoint video, which comprises the following steps: firstly, setting the same data structure in a server of a participation video and each terminal respectively, wherein the data structure comprises area information, device information and device video-audio channel information; secondly, recording source information of a participant or a device requesting for registration, online information of a log-on person, online information of a video-audio channel and the like by the server; thirdly, editing the information according to the data structure mode so as to form registration data, person online data and channel online data; fourthly, sending the data to each terminal; and fifthly, after receiving the registration data, the person online data and the channel online data, analyzing the data according to the data structure mode by each terminal, then displaying the data in a hierarchy mode of an area, a device contained in the area, and the channel information contained in the device, and marking online persons, online devices and online channels at the same time so that the display is more stereoscopical and intuitional.

Description

The method for displaying hierarchy of participant and participation device in the multipoint video
Technical field
The present invention relates to the method for displaying hierarchy of participant and participation device in a kind of multipoint video.
Background technology
In current video conference and video monitoring industry software systems, mainly come demonstration personnel and equipment, can't show intuitively personnel and equipment are from which zone and whether online a certain zone be provided with which kind of equipment, each equipment and be equipped with how many video cameras and connect or the like the information of the video camera established by the mode of tabulation.Therefore, for the video monitoring industry, be difficult to manage effectively in time, and for video conferencing system, the personnel of conference participation are difficult to understand at a glance the information such as scale of meeting.Although existing minority research staff is improved to this, for example adopt the binary tree mode to show, still be difficult to demonstration directly perceived, and when carrying out data statistics, also be traditional recurrence, in case when node quantity reaches thousands of, just can see obviously that efficient is low excessively.
Therefore, how to solve the problems that exist in the demonstration of existing multipoint video, become the technical task that those skilled in the art need to be resolved hurrily in fact.
Summary of the invention
The object of the present invention is to provide the method for displaying hierarchy of participant and participation device in a kind of multipoint video, make distributed areas that the participant can open-and-shut each equipment of understanding, information such as online whether.
Reach other purposes in order to achieve the above object, the method for displaying hierarchy of participant and participation device in the multipoint video provided by the invention, comprise step: 1) in the server that participates in video and each terminal same data structure body is set respectively, described data structure body comprises area information, facility information, reaches the audio channel and video channel information of equipment; 2) described server is in the process of transmitting-receiving log-on message, the participant of record request registration or the source-information of equipment, wherein, described source-information comprises affiliated area (being area information), personnel or facility information, and the channel information of equipment, and in the process of transmitting-receiving logon information, record lands personnel's online information, in the process of transmitting-receiving video/audio, the online information of record respective channel, and with the participant of registration or the source-information of equipment, land personnel's the online information and the online information of respective channel and edited the formation log-on data according to described data structure bodily form formula, personnel's online data and passage online data, and with described log-on data, personnel's online data and passage online data transmit to each terminal; 3) after each terminal receives described log-on data, personnel's online data and passage online data, after according to data structure body mode described log-on data, personnel's online data and passage online data being resolved, the level form of the channel information that comprises according to zone, the regional equipment that comprises, equipment is shown, is marked for line personnel, online equipment, online passage simultaneously.
In addition, the method for displaying hierarchy of participant and participation device also can comprise step in the described multipoint video: (1) each terminal will be resolved the post-registration data, and the level form of the channel information that comprises according to zone, the regional equipment that comprises, equipment forms electronic chart and line personnel, online equipment, online passage are marked on described electronic chart; (2) each terminal is added up for line personnel, online equipment, online passage.
Preferable, described audio channel and video channel can comprise: one or more in audio amplifier passage, microphone channel or the camera chin.
In sum, the method for displaying hierarchy of participant and participation device is by the setting of same data structure body in the multipoint video of the present invention, the information such as passage that the data that each terminal is transmitted according to server give three-dimensional demonstration participant directly perceived or participation device region, comprised make the participant come into plain view to the distribution of equipment.
Description of drawings
Fig. 1 is the method for displaying hierarchy operating process schematic diagram of participant and participation device in the multipoint video of the present invention.
Fig. 2 is that the level of the method for displaying hierarchy of participant and participation device in the multipoint video of the present invention shows schematic diagram.
Fig. 3 is that the personnel of the method for displaying hierarchy of participant and participation device in the multipoint video of the present invention are at the wire tag schematic diagram.
Fig. 4 is that the passage of the method for displaying hierarchy of participant and participation device in the multipoint video of the present invention is at the wire tag schematic diagram.
Embodiment
Below will describe in the multipoint video of the present invention participant's and participation device method for displaying hierarchy in detail by specific embodiment uses in video conferencing system.
See also Fig. 1, the method for displaying hierarchy of participant and participation device may further comprise the steps at least in the multipoint video of the present invention:
The first step: in the server that participates in video conference and each terminal, same data structure body is set respectively, described data structure body comprises area information, facility information, reaches the audio channel and video channel information of equipment, wherein, audio channel and video channel can be camera chin, audio amplifier passage or microphone channel etc.Described same data structure body can be following form:
// area information
typedef?struct?tagGroupInfo
{
std::string?groupid;
std::string?groupname;
std::string?parentid;
unsigned?long?onlinenum;
unsigned?long?totalnum;
}GROUPINFO,*PGROUPINFO;
// facility information
typedef?struct?tagDevInfo
{
std::string?devid;
std::string?devname;
std::string?parentid;
unsigned?long?onlinenum;
unsigned?long?totalnum;
int?type;
}DEVINFO,*PDEVINFO;
// channel information
typedef?struct?tagChannelInfo
{
std::string?channelid;
std::string?channelname;
std::string?devid;
unsigned?short?status;
}CHANNELINFO,*PCHANNELINFO;
Second step: described server is in the process of transmitting-receiving log-on message, the participant of record request registration or the source-information of participation device, wherein, described source-information comprises affiliated area (being area information), personnel or facility information, reaches the channel information of equipment etc.For example, described server record participate in the first of video conference source-information comprise: user name: first, area information are branch Henan, and channel information comprises audio amplifier passage and microphone channel; Having write down the source-information that participates in the second of video conference comprises: user name: second, area information are general headquarters Beijing, and channel information comprises audio amplifier passage and microphone channel; Having write down third the source-information that participates in video conference comprises: user name: the third, and area information is branch Shanghai, channel information comprises audio amplifier passage and microphone channel.
The 3rd step: described server is edited the formation log-on data with first, the second of record and the source-information of the third gradegrade C according to data structure bodily form formula, and described log-on data is sent to first, second and third gradegrade C terminal.
In the 4th step, first, second and third gradegrade C terminal are resolved it according to data structure body mode after receiving described log-on data, and the data structure body after will resolving is kept in the internal memory with the form of MAP table, and MAP shows can be as follows:
typedef?std::map<unsigned?long,GROUPINFO*>MapMonGroupItem;
typedef?std::map<std::string,DEVINFO*>MapMonDevItem;
typedef?std::map<std::string,CHANNELINFO*>MapMonChannelItem;
Then, the level form of the channel information that comprises according to zone, the regional personnel that comprise or equipment, equipment is shown, its display mode as shown in Figure 2, in shown hierarchical structure, the visible first order that comes into plain view is general headquarters Beijing, and it shows participant's second down, channel information comprises microphone and audio amplifier, the second level is branch Henan and branch Shanghai, and the subordinate showed participant's first and the third respectively in two minutes, and both channel informations have microphone and audio amplifier.
The 5th step: described server is in the process of transmitting-receiving logon information, and record lands personnel's online information.For example, described server has been received the logon information of first and second, (for example promptly write down first and second and all be presence, it is online to adopt status=1 to represent), and all be that the data of presence are edited formation personnel online data according to described data structure bodily form formula with first and second, and be sent to first, second and third gradegrade C terminal, then first, second and third gradegrade C terminal are resolved it according to data structure body mode after receiving described personnel's online data, then its mark is shown (being the grey mark), as shown in Figure 3.Be, the mark mode is not to exceed with present embodiment with noting, for example, can adopt modes such as flicker.
The 6th step: described server is in the process of transmitting-receiving video/audio, the online information of record respective channel, for example, described server has been received the audiovisual information that first sends, it is online then writing down and looking audio frequency two channel informations, and two passage online information are edited according to described data structure bodily form formula formed the passage online data, be sent to first, second and third gradegrade C terminal, first, second and third gradegrade C terminal are resolved it according to data structure body mode after receiving described passage online data, then its mark is shown (being the grey mark), as shown in Figure 4.Be, the mark mode is not to exceed with present embodiment with noting, for example, can adopt modes such as flicker.
The 7th step: first, second and third gradegrade C terminal will be resolved the post-registration data, and the level form formation electronic chart of the channel information that comprises according to zone, the regional equipment that comprises, equipment is also marked line personnel, online equipment, online passage on described electronic chart.The mode that forms electronic chart is: the hierarchical structure map that deposits this video conference in advance in first, second and third gradegrade C terminal in, the relevant position that zone, equipment and channel information are inserted described hierarchical structure map then, and online personnel and passage marked get final product.In addition, formed electronic chart also can provide and enter function, and promptly the participant can enter another zone by the regional icon of clicking in the map, and for example, the icon that first is clicked the branch Henan in the electronic chart can enter the zone, Henan.
The 8th step: first, second and third gradegrade C terminal are added up for line personnel, online equipment, online passage, also can add up information such as accredited personnel, device registration, available channel.In the time period of statistics,, carry out data statistics for avoiding to make first, second and third gradegrade C terminal open one 2000 milliseconds timer because of the reaching the standard grade or roll off the production line to cause adding up and be interfered or cause adding up the problem that needs frequently of personnel or equipment.For example, statistics can travel through each devid among the MAP table MapMonDevItem during equipment, and the quantity of this devid is arranged in MapMonChannelItem, and to add up corresponding status be online quantity, and sum and online number on this moment equipment just can be determined; During statistical regions, can travel through each groupid among the MAP table MapMonGroupItem, find the parentid that group equates in MapMonDevItem, and take out onlinenum and carry out add operation mutually with totalnum, sum in this time domain and online number also just can have been determined.The statistics of passage also can similarly be carried out.
Be noted that, because the demonstration of each terminal or statistics etc. all can be carried out in real time, so those skilled in the art can give corresponding change to operating process of the present invention according to actual needs, for example, can after receiving log-on message, promptly add up etc., also log-on message and online information can be transmitted etc. simultaneously.In addition, when the present invention was applied to supervisory control system, equipment can be display device, and passage can be camera passage etc.
In sum, the method for displaying hierarchy of participant and participation device is by being provided with same data structure body at server and each terminal in the multipoint video of the present invention, making each terminal give layering to the personnel that participate in video conference and equipment according to data that server provided shows step by step, make the origin of the personnel of conference participation to the personnel of conference participation, the hardware configuration in each meeting-place etc. come into plain view, make demonstration more directly perceived and three-dimensional, and make each terminal also can add up the participant more efficiently, the whether online information of equipment and passage has promoted the quality of video conferencing system.
The foregoing description just lists expressivity principle of the present invention and effect is described, but not is used to limit the present invention.Any personnel that are familiar with this technology all can make amendment to the foregoing description under spirit of the present invention and scope.Therefore, the scope of the present invention should be listed as claims.

Claims (4)

1. the method for displaying hierarchy of participant and participation device in the multipoint video is characterized in that comprising step:
1) in the server that participates in video and each terminal same data structure body is set respectively, described data structure body comprises area information, facility information, reaches the audio channel and video channel information of equipment;
2) described server is in the process of transmitting-receiving log-on message, the participant of record request registration or the source-information of equipment, wherein, described source-information comprises affiliated area (being area information), personnel or facility information, and the channel information of equipment, and in the process of transmitting-receiving logon information, record lands personnel's online information, in the process of transmitting-receiving video/audio, the online information of record respective channel, and with the participant of registration or the source-information of equipment, land personnel's the online information and the online information of respective channel and edited the formation log-on data according to described data structure bodily form formula, personnel's online data and passage online data, and with described log-on data, personnel's online data and passage online data transmit to each terminal;
3) after each terminal receives described log-on data, personnel's online data and passage online data, after according to data structure body mode described log-on data, personnel's online data and passage online data being resolved, the level form of the channel information that comprises according to zone, the regional equipment that comprises, equipment is shown, is marked for line personnel, online equipment, online passage simultaneously.
2. the method for displaying hierarchy of participant and participation device in the multipoint video as claimed in claim 1, it is characterized in that also comprising that each terminal will resolve the post-registration data, the step that the level form of the channel information that comprises according to zone, the regional equipment that comprises, equipment forms electronic chart and line personnel, online equipment, online passage are marked on described electronic chart.
3. the method for displaying hierarchy of participant and participation device in the multipoint video as claimed in claim 1 is characterized in that also comprising the step of being added up for line personnel, online equipment, online passage.
4. the method for displaying hierarchy of participant and participation device in the multipoint video as claimed in claim 1, it is characterized in that: described audio channel and video channel comprises: audio amplifier passage, microphone channel, and camera chin in one or more.
CN200910051424XA 2009-05-18 2009-05-18 Method for displaying hierarchy of participants and participation device in multipoint video Active CN101562721B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910051424XA CN101562721B (en) 2009-05-18 2009-05-18 Method for displaying hierarchy of participants and participation device in multipoint video

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910051424XA CN101562721B (en) 2009-05-18 2009-05-18 Method for displaying hierarchy of participants and participation device in multipoint video

Publications (2)

Publication Number Publication Date
CN101562721A true CN101562721A (en) 2009-10-21
CN101562721B CN101562721B (en) 2011-05-04

Family

ID=41221311

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910051424XA Active CN101562721B (en) 2009-05-18 2009-05-18 Method for displaying hierarchy of participants and participation device in multipoint video

Country Status (1)

Country Link
CN (1) CN101562721B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016074534A1 (en) * 2014-11-12 2016-05-19 中兴通讯股份有限公司 Method, device, and system for signing in to video conference

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016074534A1 (en) * 2014-11-12 2016-05-19 中兴通讯股份有限公司 Method, device, and system for signing in to video conference

Also Published As

Publication number Publication date
CN101562721B (en) 2011-05-04

Similar Documents

Publication Publication Date Title
Moores The doubling of place: Electronic media, time-space arrangements and social relationships
CN103338348B (en) Implementation method, system and the server of a kind of network audio-video meeting
CN103973742B (en) Long-range control method and system, the control for supporting remote control and feedback device
DE60212724T2 (en) METHOD AND DEVICE FOR DISTRIBUTING ADVERTISEMENTS TO A COMMUNICATION TERMINAL
US9485542B2 (en) Method and apparatus for adding and displaying an inline reply within a video message
US8112490B2 (en) System and method for providing a virtual environment with shared video on demand
CN100562095C (en) A kind of method and system that realize video conference with immediate news systems
CN102938834B (en) A kind of multiple-screen multiple-video micro-view dispatching patcher and scheduling operation method
CN104346689A (en) Campus network service platform
US7468738B2 (en) Method and system of multilocation video conferencing
CN104427293A (en) Method and device for establishing video conference interface and video terminal
CN106301811A (en) Realize the method and device of multimedia conferencing
CN105939485A (en) System and method for monitoring bullet screen service availability based on user bullet screen behaviors
CN105530535A (en) Method and system capable of realizing multi-person video watching and real-time interaction
CN106385603A (en) Message transmission method and device for media file
CN106231372A (en) The synchronous broadcast method of a kind of Online Video and device
CN103414868B (en) A kind of video conference list conference terminal number expansion method based on H323 agreement
CN108521584A (en) Interactive information processing method, device, main broadcaster&#39;s side apparatus and medium
CN105975233A (en) One-screen multi-party demonstration method and device
CN103297858A (en) Smart television user state displaying system and smart television user state displaying method
CA3067190A1 (en) An interactive broadcast management system
CN101562721B (en) Method for displaying hierarchy of participants and participation device in multipoint video
Park et al. IoT smart bell notification system: Design and implementation
CN104427295A (en) Method for processing video in video conference and terminal
CN103220576A (en) Audio signal processing method and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: AVCON INFORMATION TECHNOLOGY CO., LTD.

Free format text: FORMER NAME: SHANGHAI AVCON INFORMATION TECHNOLOGY CO., LTD.

CP01 Change in the name or title of a patent holder

Address after: 200433 Shanghai City, Yangpu District National Road No. 335

Patentee after: Information Technology Co., Ltd. Shanghai Avcon

Address before: 200433 Shanghai City, Yangpu District National Road No. 335

Patentee before: Shanghai Avcon Information Technology Co., Ltd.