CN113055747A - Cross-browser integration system based on video client - Google Patents

Cross-browser integration system based on video client Download PDF

Info

Publication number
CN113055747A
CN113055747A CN202110332581.9A CN202110332581A CN113055747A CN 113055747 A CN113055747 A CN 113055747A CN 202110332581 A CN202110332581 A CN 202110332581A CN 113055747 A CN113055747 A CN 113055747A
Authority
CN
China
Prior art keywords
browser
module
video client
client
video
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.)
Pending
Application number
CN202110332581.9A
Other languages
Chinese (zh)
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.)
Chongqing Ruiming Information Technology Co ltd
Original Assignee
Chongqing Ruiming 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 Chongqing Ruiming Information Technology Co ltd filed Critical Chongqing Ruiming Information Technology Co ltd
Priority to CN202110332581.9A priority Critical patent/CN113055747A/en
Publication of CN113055747A publication Critical patent/CN113055747A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/472End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/478Supplemental services, e.g. displaying phone caller identification, shopping application
    • H04N21/4782Web browsing, e.g. WebTV
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/81Monomedia components thereof
    • H04N21/8166Monomedia components thereof involving executable data, e.g. software
    • H04N21/8173End-user applications, e.g. Web browser, game

Abstract

The invention discloses a cross-browser integrated system based on a video client, which comprises a user side, a WebSdk side and the video client, wherein the video client comprises a Media ClientX module and a profinserver module; the external process is embedded into the browser and can be used in various browsers; the video client under the C/S architecture is fused to the browser under the B/S architecture through the JS script, most of mainstream browsers such as chrome, firfox, edge, 360 and the like are supported, the current C/S is reserved, only a bridge needs to be added between the Web and the client, the current C/S is packaged again to be embedded into the browser, and then the browser and the client are interacted through local communication. The external process is embedded in the browser and can be used in a variety of browsers.

Description

Cross-browser integration system based on video client
Technical Field
The invention relates to the field of computers, in particular to a cross-browser integration system based on a video client.
Background
C/S: Server-Client, i.e., Client-Server (C/S) architecture. The C/S structure generally takes the form of a two-layer structure. The server is responsible for data management, and the client is responsible for completing interaction tasks with the user.
B/S: the B/S architecture (Browser/Server, Browser/Server mode) is a network architecture mode after WEB is emerging, and WEB Browser is the most main application software of client. The mode unifies the client, centralizes the core part of the system function realization to the server, and simplifies the development, maintenance and use of the system. The client only needs to install a browser, such as netscape navigator or internet explorer, and the server installs databases such as SQLServer, Oracle, MYSQL and the like. And the browser performs data interaction with the database through the WebServer.
ActiveX: is Microsoft's name for a range of strategic object-oriented programming techniques and tools, the primary technique being the Component Object Model (COM). In networks with directory and other support, COM becomes distributed COM (dcom).
With the development of modern software, the requirement of business and the requirement of efficiency, more and more companies transform C/S to B/S, but many traditional companies use the C/S mode, if B/S is completely migrated, code re-development, developers and the like are changed, the cost is greatly increased, and many habits of customers are changed. Therefore, the technology is operated, the current C/S is reserved, only a bridge needs to be added between the Web and the client, the current C/S is packaged again and embedded into the browser, and then the browser interacts with the client through local communication.
ActiveX: is Microsoft's name for a range of strategic object-oriented programming techniques and tools, the primary technique being the Component Object Model (COM). In networks with directory and other support, COM has become distributed COM (dcom); the prior art has the following disadvantages: (1) the browser supports only IE; (2) registering ActiveX is cumbersome and error prone.
Disclosure of Invention
The invention aims to solve the technical problems that the traditional company uses a C/S mode, if B/S is completely migrated, code redevelopment, developers and the like are caused to change, and the cost is greatly increased, and aims to provide a cross-browser integration system based on a video client, so that the client plug-in is displayed, hidden, enlarged and reduced along with a browser; the handle of the corresponding browser is easy to find; local communication between the client and the browser is realized.
The invention is realized by the following technical scheme:
the video client-based cross-browser integration system comprises a user side, a WebSdk side and a video client side, wherein the video client side comprises a Media ClientX module and a profinserver module; the prowinserver module is responsible for starting the MediaClientX module; the MediaClientX module provides video service and blends the video service into a browser in a user side;
the client interacts with the video client, issues an instruction to initialize the video client, performs basic operation on the browser and acquires information service of the browser;
the WebSdk end is used for calling an interface at a user side, establishing communication connection between the user side and a video client side, calculating the position and the size to be displayed by the video client side in real time, and supporting the video client side and a UI (user interface) of a browser to move, zoom, display or hide together; the video client under the C/S architecture is fused with the browser under the B/S architecture, most mainstream browsers are supported,
and the video client is used for executing the instruction sent by the client.
The video client, namely the desktop client program, is used for executing instructions sent by the client and processing a cross-browser integration scheme and video services.
First, websocket is a network communication protocol, and is a communication protocol of differentiated http implemented to solve the problem of obtaining server data in real time. The WebSocket connection allows full duplex communication between the client and the server, so that any party can push data to the other end through the established connection, and the WebSocket can keep the connection state all the time only by establishing the connection once. This is clearly a significant improvement over the polling mode of continuously establishing connections. ProwinServer: the WinServer service program is mainly responsible for starting the MediaClientX; MediaClientX: desktop program for providing video service and integrating into browser
Further, after the user side installs the video client side, the proxy module of the video client side automatically starts the websoket service, and the user side starts to issue an initialization video client side instruction to the WebSdk side.
Further, the WebSdk end sends out a video client initialization command according to the user end, acquires the type of a browser in the user end after the local Web Socket service is connected in the appointed port range, generates a unique random number of the title of the browser, and calculates the initial position and size of the video client displayed in the browser; packaging the type of a browser in a user side, a unique random number of a title of the browser and initial position and size data displayed in the browser by a video client to generate a packaging instruction, and sending the packaging instruction to a propwinserver module by the WebSdk side; the current C/S is reserved, only a bridge needs to be added between the Web and the client, the current C/S is packaged again, the current C/S is embedded into the browser, and then the browser interacts with the client through local communication. The external process is embedded into the browser and can be used in various browsers
Further, after the provinserver module receives the packaging instruction, the provinserver module starts a MediaClientX module, transmits the MediaClientX module packaging instruction and service port data distributed to the MediaClientX and used for starting the WebSockt, wherein the packaging instruction comprises the type of a browser in a user side, a unique random number of a title of the browser and initial position and size data displayed in the browser by a video client, and simultaneously the provinserver module feeds back WebSdk to connect port parameters of the MediaClientX module to the WebSdk module.
Further, the MediaClientX module analyzes the packaging instruction and starts the local WebSocket service according to the analyzed instruction; meanwhile, according to the type of a browser in a user side, the unique random number of the title of the browser and the initial position and size data displayed in the browser by the video client side in the packaging instruction, a registered user of the video client side is set as a handle of a unique webpage by means of a Window Api, and the MediaClientX module is integrated into the browser in the user side.
Further, the WebSdk module is connected with a Websocket service port of the Medicilietx module in the video client.
Further, after the Medicilietx module in the video client finishes initialization, sending a finishing instruction to the WebSdk module;
further, after receiving the completion instruction, the Websdk module completes the initialization operation and sends the completion instruction to the user module, that is, the initialization is completed.
Compared with the prior art, the invention has the following advantages and beneficial effects:
according to the cross-browser integrated system based on the video client, an external process is embedded into a browser and can be used in various browsers; the video client under the C/S architecture is fused to the browser under the B/S architecture through the JS script, most of mainstream browsers such as chrome, firfox, edge, 360 and the like are supported, the current C/S is reserved, only a bridge needs to be added between the Web and the client, the current C/S is packaged again to be embedded into the browser, and then the browser and the client are interacted through local communication. The external process is embedded in the browser and can be used in a variety of browsers.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention. In the drawings:
FIG. 1 is a block diagram of the system of the present invention;
FIG. 2 is a flow chart of the system initialization of the present invention;
FIG. 3 is a flow chart of the operation of a user of the system of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to examples and accompanying drawings, and the exemplary embodiments and descriptions thereof are only used for explaining the present invention and are not meant to limit the present invention.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one of ordinary skill in the art that: it is not necessary to employ these specific details to practice the present invention. In other instances, well-known structures, circuits, materials, or methods have not been described in detail so as not to obscure the present invention.
Throughout the specification, reference to "one embodiment," "an embodiment," "one example," or "an example" means: the particular features, structures, or characteristics described in connection with the embodiment or example are included in at least one embodiment of the invention. Thus, the appearances of the phrases "one embodiment," "an embodiment," "one example" or "an example" in various places throughout this specification are not necessarily all referring to the same embodiment or example. Furthermore, the particular features, structures, or characteristics may be combined in any suitable combination and/or sub-combination in one or more embodiments or examples. Further, those of ordinary skill in the art will appreciate that the illustrations provided herein are for illustrative purposes and are not necessarily drawn to scale. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
In the description of the present invention, it is to be understood that the terms "front", "rear", "left", "right", "upper", "lower", "vertical", "horizontal", "high", "low", "inner", "outer", etc. indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience of description and simplicity of description, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed and operated in a particular orientation, and therefore, are not to be construed as limiting the scope of the present invention.
Example 1:
as shown in fig. 1, the video client-based cross-browser integrated system includes a user terminal, a WebSdk terminal and a video client, where the video client includes a Media ClientX module and a profinserver module; the WinServer module is responsible for starting the MediaClientX module; the MediaClientX module is used for providing video services and integrating the video services into a browser in a user side;
the system comprises a client, a video client, a browser and a server, wherein the client is interactive with the video client, issues an instruction to initialize the video client, performs basic operation on the browser and acquires information service of the browser;
the WebSdk end is used for calling an interface at a user side, establishing communication connection between the user side and a video client side, calculating the position and the size to be displayed by the video client side in real time, and supporting the video client side and a UI (user interface) of a browser to move, zoom, display or hide together; the video client under the C/S architecture is fused with the browser under the B/S architecture, most mainstream browsers are supported,
and the video client is used for executing the instruction sent by the client.
The video client, i.e. the desktop client program, is used for executing instructions sent by the client and is used for processing a cross-browser integration scheme and video services.
First, websocket is a network communication protocol, and is a communication protocol of differentiated http implemented to solve the problem of obtaining server data in real time. The WebSocket connection allows full duplex communication between the client and the server, so that any party can push data to the other end through the established connection, and the WebSocket can keep the connection state all the time only by establishing the connection once. This is clearly a significant improvement over the polling mode of continuously establishing connections. ProwinServer: the WinServer service program is mainly responsible for starting the MediaClientX; MediaClientX: desktop program for providing video service and integrating into browser
After the user side installs the video client side, the proxy module of the video client side automatically starts the websoket service, and the user side starts to issue an initialization video client side instruction to the WebSdk side.
The WebSdk end sends out a video client initialization command according to the user side, acquires the type of a browser in the user side after the local Web Socket service is connected in the appointed port range, generates a unique random number of the title of the browser, and calculates the initial position and size of the video client displayed in the browser; packaging the type of a browser in a user side, a unique random number of a browser title, and initial position and size data displayed in the browser by a video client side to generate a packaging instruction, and sending the packaging instruction to a proxy server module by a WebSdk side; the current C/S is reserved, only a bridge needs to be added between the Web and the client, the current C/S is packaged again, the current C/S is embedded into the browser, and then the browser interacts with the client through local communication. The external process is embedded into the browser and can be used in various browsers
After the Prowinserver module receives the packaging instruction, the Prowinserver module starts a MediaClientX module, transmits the packaging instruction of the MediaClientX module and service port data distributed to the MediaClientX to start WebSocket, the packaging instruction comprises the type of a browser in a user side, a unique random number of a title of the browser and initial position and size data displayed in the browser by a video client, and simultaneously the Prowinserver module feeds back the port parameters of the WebSdk connecting the MediaClientX module to the WebSdk module.
The MediaClientX module analyzes the packaging instruction and starts a local WebSocket service according to the analyzed instruction; meanwhile, according to the type of a browser in a user side, the unique random number of the title of the browser and the initial position and size data displayed in the browser by the video client side in the packaging instruction, a registered user of the video client side is set as a handle of a unique webpage by means of a Window Api, and the MediaClientX module is integrated into the browser in the user side.
The WebSdk module is connected with a Websocket service port of the Medicilietx module in the video client.
After the Medicilietx module in the video client finishes initialization, sending a finishing instruction to the WebSdk module;
and after receiving the completion instruction, the Websdk module completes the initialization operation and sends the completion instruction to the user module, namely the initialization is finished.
Example two
The embodiment is applied to the cross-browser integrated system based on the video client described in embodiment 1, where 1 Web corresponds to 1 Web-Sdk, one Web-Sdk corresponds to one MediaClientX, and 1 user has only one profinserver and can include multiple mediaclientxs according to the user's needs.
As shown in FIG. 2, A1-A6: for the normal operation sequence of the user, D1-D2: the client-side process is installed,
B1-B5 was processed in parallel with C1-C2, performed after A1-A6.
A1: user opens browser, issues instruction initialization video client
A2: according to a user instruction, at an appointed port [20000,20010], a connection with a local WebSocket service is tried in parallel, and the connection is finished and is indicated as an installation video client, so that installation is prompted.
D1: after the video client is installed, the client automatically performs Prowinserver service
D2: and opens the local Websocket service, the port starts an available port in the range of [20000,20010 ].
A3: WebSdk acquires the type of a browser, generates a unique random number of a browser title, and calculates the position and size of a video client displayed in the browser;
a4: same as a 2;
a5: a packaging instruction is issued to the profinserver, the browser type, the temporary random number of the browser, and the position and the size of the client to be displayed;
a6: the prowinserver receives the message and allocates a local Websocket service port which can be opened by MediaClientX;
b1: the Prowinserver starts MediaClientX and transmits the type of the browser, the temporary random number of the browser and the information of the position and the size which need to be displayed by the client;
b2: analyzing the signaling, and initializing a video client;
b3: opening a local WebSocket service according to an incoming port;
b4: the MediaClientX traverses the current user computer according to the type of the browser and the temporary random number of the browser, finds the unique webpage of the browser, acquires the handle of the current webpage, blends the current client video into the browser, and designates the owner of the client as the handle of the unique webpage by virtue of the WindowApi. (ii) a
B5: after loading is finished, the initial starting position of the client is placed to the specified position and size of the browser;
b6: after loading is finished, returning an instruction to WebSdk, and removing the temporary random number of the browser by the WebSdk;
c1: the profinserver returns the WebSocket message to WebSdk;
c2: continuously trying to connect WebSocket of MediaClientX by WebSdk, successfully connecting and ending the connection;
c3: and transmitting the position and the size of the video client to be displayed in WebSdk millisecond time.
As shown in fig. 3, for the normal operation flow of the user:
a1: dragging and zooming the browser by a user;
a2: WebSdk is responsible for calculating the position and the size of the current video client to be displayed;
a3: the video client needs to adapt to the position and the size of an incoming desktop serving as a reference object and needs to calculate the resolution conversion of a computer;
b1: the user switches the webpage, minimizes the browser and maximizes the browser;
a2: WebSdk analyzes whether the client needs to be displayed or hidden at the moment according to the situation;
a3: the video client needs to be displayed or hidden according to the received instruction;
a1: closing the browser, closing the webpage, or abnormal browser and the like by the user;
a2: WebSdk disconnects Websocket connection;
a3: the video client detects that the WebSocket connection is disconnected, and the video client is closed;
a1: a user issues a service instruction, such as opening a video and the like, and server information such as the video and the like needs to be transmitted;
a2: issuing a WebSdk packaging interface;
a3: the video client analyzes the instruction, responds according to the instruction, for example, a video is opened, and the video is required to be opened according to services such as server information connection media and the like.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (8)

1. The cross-browser integration system based on the video client is characterized by comprising a user side, a WebSdk side and the video client, wherein the video client comprises a Media ClientX module and a profinserver module; the prowinserver module is responsible for starting the MediaClientX module; the MediaClientX module provides video service and blends the video service into a browser in a user side;
the client interacts with the video client, issues an instruction to initialize the video client, performs basic operation on the browser and acquires information service of the browser;
the WebSdk end is used for calling an interface at a user side, establishing communication connection between the user side and a video client side, calculating the position and the size to be displayed by the video client side in real time, and supporting the video client side and a UI (user interface) of a browser to move, zoom, display or hide together;
and the video client is used for executing the instruction sent by the client.
2. The cross-browser integrated system based on the video client of claim 1, wherein after the video client is installed at the user side, a proxy server module of the video client starts a websoket service, and the user side starts issuing a command for initializing the video client to the WebSdk side.
3. The video client-based cross-browser integration system of claim 2, wherein the WebSdk terminal sends a video client initialization command according to a client, acquires the type of a browser in the client after connecting a local WebSocket service in an appointed port range, generates a unique random number for a title of the browser, and calculates an initial position and size of a video client displayed in the browser; and packaging the type of the browser in the user side, the unique random number of the title of the browser and the initial position and size data displayed in the browser by the video client to generate a packaging instruction, and sending the packaging instruction to the profinserver module by the WebSdk side.
4. The video client-based cross-browser integration system of claim 3, wherein after the provinserver module receives the encapsulation instruction, the provinserver module starts a MediaClientX module, transmits the MediaClientX module encapsulation instruction and service port data allocated to the MediaClientX and used for starting the WebSockt, wherein the encapsulation instruction comprises the type of a browser in the client, a unique random number of a title of the browser, initial position and size data displayed in the browser by the video client, and the provinser module feeds back WebSdk to connect the port parameters of the MediaClientX module to the WebSdk module.
5. The video client-based cross-browser integrated system according to claim 4, wherein the MediaClientX module parses a package command, and starts a local WebSocket service according to the parsed command; meanwhile, according to the type of a browser in a user side, the unique random number of the title of the browser and the initial position and size data displayed in the browser by the video client side in the packaging instruction, a registered user of the video client side is set as a handle of a unique webpage by means of a Window Api, and the MediaClientX module is integrated into the browser in the user side.
6. The video client-based cross-browser integration system of claim 5, wherein the WebSdk module is connected to a Websocket service port of a Medicilietx module in the video client.
7. The video client-based cross-browser integration system of claim 6, wherein after the Medicilietx module in the video client completes initialization, a completion instruction is sent to the WebSdk module;
8. the video-client-based cross-browser integration system of claim 7, wherein the Websdk module completes initialization operation after receiving the completion instruction, and sends the completion instruction to the user module, that is, the initialization is completed.
CN202110332581.9A 2021-03-29 2021-03-29 Cross-browser integration system based on video client Pending CN113055747A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110332581.9A CN113055747A (en) 2021-03-29 2021-03-29 Cross-browser integration system based on video client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110332581.9A CN113055747A (en) 2021-03-29 2021-03-29 Cross-browser integration system based on video client

Publications (1)

Publication Number Publication Date
CN113055747A true CN113055747A (en) 2021-06-29

Family

ID=76516348

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110332581.9A Pending CN113055747A (en) 2021-03-29 2021-03-29 Cross-browser integration system based on video client

Country Status (1)

Country Link
CN (1) CN113055747A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105471824A (en) * 2014-09-03 2016-04-06 阿里巴巴集团控股有限公司 Method, device and system for invoking local service assembly by means of browser
CN105898510A (en) * 2015-12-08 2016-08-24 乐视网信息技术(北京)股份有限公司 Method and device for configuring video player in webpage
CN109561014A (en) * 2018-10-25 2019-04-02 江苏中威科技软件系统有限公司 A kind of web instant communication method and system
CN110633156A (en) * 2018-06-22 2019-12-31 杭州海康威视系统技术有限公司 Method and device for associating application program with browser, electronic equipment and storage medium
CN111580878A (en) * 2020-04-29 2020-08-25 浙江大华技术股份有限公司 Method, device, equipment and medium for realizing linkage of page and client application
CN111831368A (en) * 2020-05-25 2020-10-27 武汉烽火众智数字技术有限责任公司 Method, system and storage medium for interaction between browser application and desktop application
CN112218168A (en) * 2020-09-16 2021-01-12 青岛海信网络科技股份有限公司 Method and device for playing video by browser
CN112422508A (en) * 2020-10-19 2021-02-26 武汉烽火众智数字技术有限责任公司 Method and system for playing video in browser webpage

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105471824A (en) * 2014-09-03 2016-04-06 阿里巴巴集团控股有限公司 Method, device and system for invoking local service assembly by means of browser
CN105898510A (en) * 2015-12-08 2016-08-24 乐视网信息技术(北京)股份有限公司 Method and device for configuring video player in webpage
CN110633156A (en) * 2018-06-22 2019-12-31 杭州海康威视系统技术有限公司 Method and device for associating application program with browser, electronic equipment and storage medium
CN109561014A (en) * 2018-10-25 2019-04-02 江苏中威科技软件系统有限公司 A kind of web instant communication method and system
CN111580878A (en) * 2020-04-29 2020-08-25 浙江大华技术股份有限公司 Method, device, equipment and medium for realizing linkage of page and client application
CN111831368A (en) * 2020-05-25 2020-10-27 武汉烽火众智数字技术有限责任公司 Method, system and storage medium for interaction between browser application and desktop application
CN112218168A (en) * 2020-09-16 2021-01-12 青岛海信网络科技股份有限公司 Method and device for playing video by browser
CN112422508A (en) * 2020-10-19 2021-02-26 武汉烽火众智数字技术有限责任公司 Method and system for playing video in browser webpage

Similar Documents

Publication Publication Date Title
CN107733922A (en) Method and apparatus for calling service
US20060179125A1 (en) System and method for exposing a J2EE application server as a web service transaction participant
WO2002103491A2 (en) Integrating enterprise support systems
CN110806934A (en) RPA technology-based intelligent all-in-one machine development and multi-service rapid processing method
CN103117960A (en) System and method of broadband user speeding up access bandwidth in self-service mode
JP2001034679A (en) Stock trade system based upon hand-held device
CN103248654B (en) The machinery of consultation of virtual desktop serve parameter, apparatus and system
CN101155174B (en) Remote subscriber interface service implementing method based on common protocol
CN114500481A (en) Service request processing method, system and device
CN113055747A (en) Cross-browser integration system based on video client
CN109814915A (en) Method for parameter configuration, device, medium and electronic equipment based on lua
CN112966833A (en) Machine learning model platform based on Kubernetes cluster
CA2692201C (en) Service delivery platform docking station
CN109981546A (en) The method and apparatus for obtaining the far call relationship between application module
CN107154942A (en) A kind of method that automation services are provided by third-party server
CN108205439A (en) Universal payment platform and its implementation
CN109542436A (en) Data processing method, device, medium and electronic equipment
CN109901936B (en) Service cooperation method and device applied to distributed system
CN111932385A (en) Internet insurance service interaction system and method
CN109309727A (en) A kind of SP remote access implementation method
WO2001037528A1 (en) Autonomously administering enhanced telephony services
KR100269250B1 (en) Testing method of test cable with the implicit send function
EP1805613A1 (en) System for calling for local services of at least one local application with a conventional messaging architecture from at least one remote application with a conventional messaging architecture
CN109981759B (en) Method for realizing cross-network management of mobile shop in decentralized e-commerce network
CN101420794B (en) Real-time file synchronization interface and implementation method

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210629