CN114007146B - Interactive method and device of interactive video, storage medium and electronic equipment - Google Patents

Interactive method and device of interactive video, storage medium and electronic equipment Download PDF

Info

Publication number
CN114007146B
CN114007146B CN202111276940.XA CN202111276940A CN114007146B CN 114007146 B CN114007146 B CN 114007146B CN 202111276940 A CN202111276940 A CN 202111276940A CN 114007146 B CN114007146 B CN 114007146B
Authority
CN
China
Prior art keywords
interactive
interaction
video
script
component
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
CN202111276940.XA
Other languages
Chinese (zh)
Other versions
CN114007146A (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.)
Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Original Assignee
Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Filing date
Publication date
Application filed by Hunan Happly Sunshine Interactive Entertainment Media Co Ltd filed Critical Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Priority to CN202111276940.XA priority Critical patent/CN114007146B/en
Publication of CN114007146A publication Critical patent/CN114007146A/en
Application granted granted Critical
Publication of CN114007146B publication Critical patent/CN114007146B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The application provides an interactive method, an interactive device, a storage medium and electronic equipment of an interactive video, wherein an externally hung component is added in an episode of an interactive video platform and an interactive configuration file is generated, and the externally hung component is an interactive component realized by a loading developer through coding; the interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained; when an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, so that interaction of the interaction video is realized. The application can realize complex video interaction through the developer, promote interactivity and expansibility of the interactive video, and timely respond to various new requirements.

Description

Interactive method and device of interactive video, storage medium and electronic equipment
Technical Field
The present application relates to the field of interactive video playing technologies, and in particular, to an interactive video interaction method, device, storage medium, and electronic apparatus.
Background
In the current interactive video, interaction actions such as single point, continuous click, long press, dragging and the like are built in. Other more complex interactions are not built-in quickly due to insufficient versatility and the day-to-day and month-to-day demands.
Therefore, how to realize the complex interaction of the user demands, according to the demand scene, an interaction method of the interactive video is urgently needed to be provided, so as to promote the interactivity and expansibility of the interactive video and timely respond to various new demands.
Disclosure of Invention
In view of the above, the present application provides an interactive method, an apparatus, a storage medium and an electronic device for an interactive video, which are used for improving interactivity and expansibility of the interactive video and responding to various new demands in time.
In order to achieve the above object, the present application provides the following technical solutions:
an interactive method of an interactive video, comprising:
adding an externally hung component in an episode of an interactive video platform, and generating an interactive configuration file, wherein the externally hung component is an interactive component realized by a loading developer through coding;
The interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained;
When an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, so that interaction of the interaction video is realized.
Preferably, the issuing the interaction configuration file through the interaction video platform to obtain an interaction script includes:
compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform;
Decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously;
And delivering the CDN to obtain the corresponding interaction script.
Preferably, the accessing the interactive video platform by calling the interactive script when the interactive request sent by the user is received includes:
when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe;
When the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe;
When the interactive video is accessed, preloading the zip compression package resource files of all plug-in components, and decompressing to the local;
and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
An interactive apparatus for interactive video, comprising:
The system comprises a first processing unit, a second processing unit and a third processing unit, wherein the first processing unit is used for adding an externally hung component in an episode of an interactive video platform and generating an interactive configuration file, and the externally hung component is an interactive component realized by a loading developer through coding;
the second processing unit is used for publishing the interaction configuration file through the interaction video platform to obtain an interaction script;
and the third processing unit is used for accessing the interactive video platform by calling the interactive script when receiving an interactive request sent by a user so as to realize the interaction of the interactive video.
Preferably, the second processing unit is specifically configured to:
compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform;
Decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously;
And delivering the CDN to obtain the corresponding interaction script.
Preferably, the third processing unit is specifically configured to:
when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe;
When the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe;
When the interactive video is accessed, preloading the zip compression package resource files of all plug-in components, and decompressing to the local;
and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
A storage medium comprising a stored program, wherein the program, when run, controls a device in which the storage medium is located to perform an interactive method of interactive video as described above.
An electronic device comprising at least one processor, and at least one memory, bus connected to the processor; the processor and the memory complete communication with each other through the bus; the processor is configured to call the program instructions in the memory to execute the interactive method of the interactive video as described above.
According to the interactive video interaction method, the interactive video interaction device, the storage medium and the electronic equipment, plug-in components are added in the episode of the interactive video platform, and an interactive configuration file is generated, wherein the plug-in components are interactive components realized by loading developers through coding; the interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained; when an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, so that interaction of the interaction video is realized. The application can realize complex video interaction through the developer, promote interactivity and expansibility of the interactive video, and timely respond to various new requirements.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of an interactive method of an interactive video according to an embodiment of the present application;
FIG. 2 is a flowchart of an interactive method for interactive video according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of an interactive device for interactive video according to an embodiment of the present application;
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Referring to fig. 1, a flow chart of an interactive method of an interactive video according to an embodiment of the application is shown. As shown in fig. 1, an embodiment of the present application provides an interactive method of an interactive video, which includes the following steps:
S101: adding an externally hung component in an episode of an interactive video platform, and generating an interactive configuration file, wherein the externally hung component is an interactive component realized by a loading developer through coding;
in the embodiment of the application, as shown in fig. 2, an interactive method flowchart of an interactive video is shown. The file directory structure of the plug-in component is as follows:
s102: the interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained;
in the embodiment of the present application, the step of publishing the interaction configuration file through the interaction video platform to obtain an interaction script includes: compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform; decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously; and delivering the CDN to obtain the corresponding interaction script.
It should be noted that, the zip compression package file is used by the Phone end, and the file directory is used by the PC end.
S103: when an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, so that interaction of the interaction video is realized.
In the embodiment of the present application, when receiving an interaction request sent by a user, accessing the interactive video platform by calling the interaction script includes: when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe; when the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe; when the interactive video is accessed, preloading the zip compression package resource files of all plug-in components, and decompressing to the local; and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
It should be noted that, the interactive event automatically generates a corresponding number of feedback results according to the number of feedbak values defined in the component developed by the developer, and the user can configure the scenario trend corresponding to the feedback results on the feedback results; after the interactive video platform is configured with the plug-in component, the interactive script is produced and injected into the CDN; and the interactive video player renders the interactive component at the video time point marked in the script according to the interactive script.
In the embodiment of the application, 3 seconds before the video is played to the script triggering time point, the player opens the hidden iframe to start preloading the plug-in component, and disables js logic execution of the iframe; when the video is played to a script triggering time point, releasing js execution of the iframe, and displaying the iframe; preloading zip package resource files of all plug-in components when the interactive video is accessed, and decompressing to the local; when the video is played to the script triggering time point, webview is opened and a plug-in component decompressed to the local of the mobile phone is loaded.
It should be noted that, the plug-in component feeds back the interactive execution result to the interactive player through the interface method 'feedBackResult' provided by the interactive player to webview/iframe, and the interactive player provides multiple interfaces for the plug-in component to interact with the interactive player, for example: acquiring device information getDeviceInfo (); acquiring story line node information getBranchInfo (); acquiring interactive video information getVideoInfo (); acquiring user information getUserInfo (); acquiring factor information getFactorInfo (); changing the factor value changeFactor (); informing the user interaction feedback feedbackResult (); evoked page jumpPage (); informing branch switch switchBranch (); the client switches to the background switchBackground (); the client switches to the foreground switchForeground (); obtaining a container size getSize (); opening a system browser interface openBrowser (); closing the container closeWebView (); play the next album playNext (); invoking a platform login component showLogin (); invoking a platform checkout counter component showCasherDialog (); invoking a platform sharing component showShareMenus (); sharing to a designated platform interface shareTo (); acquiring a common folder interface getBaseFolder (); acquiring a configuration list getPluginConfig (); a data reporting interface postADMonitor (); acquiring a media resource address getMediaUrl (); acquiring component interaction authentication checkAuth (); component charging point query pointQuery ().
According to the interactive method of the interactive video, disclosed by the embodiment of the application, plug-in components are added in an episode of an interactive video platform, and an interactive configuration file is generated, wherein the plug-in components are interactive components realized by loading developers through coding; the interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained; when an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, so that interaction of the interaction video is realized. The embodiment of the application can realize complex video interaction through a developer, promote interactivity and expansibility of the interactive video and timely respond to various new requirements.
Referring to fig. 3, an interactive method of an interactive video disclosed based on the above embodiment correspondingly discloses an interactive device of an interactive video, which includes:
the first processing unit 301 is configured to add an add-on component to an episode of the interactive video platform, and generate an interactive configuration file, where the add-on component is an interactive component implemented by a loading developer through encoding;
the second processing unit 302 is configured to issue the interaction configuration file through the interaction video platform to obtain an interaction script;
and the third processing unit 303 is configured to access the interactive video platform by calling the interactive script when receiving an interaction request sent by the user, so as to implement interaction of the interactive video.
Further, the second processing unit 302 is specifically configured to:
compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform;
Decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously;
And delivering the CDN to obtain the corresponding interaction script.
Further, the third processing unit 303 is specifically configured to:
when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe;
When the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe;
When the interactive video is accessed, preloading the zip compression package resource files of all plug-in components, and decompressing to the local;
and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
The interactive device of the interactive video comprises a processor and a memory, wherein the first processing unit, the second processing unit, the third processing unit and the like are all stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor includes a kernel, and the kernel fetches the corresponding program unit from the memory. The kernel can be provided with one or more than one, and the interactivity and expansibility of the interactive video are improved and various new requirements are responded in time by adjusting kernel parameters.
The embodiment of the application provides a storage medium, wherein a program is stored on the storage medium, and the program realizes the interaction method of the interaction video when being executed by a processor.
The embodiment of the application provides a processor which is used for running a program, wherein the program runs to execute an interaction method of an interaction video.
An embodiment of the present application provides an electronic device, as shown in fig. 4, where the electronic device 40 includes at least one processor 401, and at least one memory 402 and a bus 403 connected to the processor; wherein the processor 401 and the memory 402 complete communication with each other through the bus 403; the processor 401 is configured to call the program instructions in the memory 402 to execute the interactive method of the interactive video.
The electronic device herein may be a server, a PC, a PAD, a mobile phone, etc.
The application also provides a computer program product adapted to perform, when executed on a data processing device, a program initialized with the method steps of:
adding an externally hung component in an episode of an interactive video platform, and generating an interactive configuration file, wherein the externally hung component is an interactive component realized by a loading developer through coding;
The interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained;
When an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, so that interaction of the interaction video is realized.
Further, the step of publishing the interaction configuration file through the interaction video platform to obtain an interaction script includes:
compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform;
Decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously;
And delivering the CDN to obtain the corresponding interaction script.
Further, when the interaction request sent by the user is received, the interaction script is called to access the interaction video platform, which includes:
when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe;
When the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe;
When the interactive video is accessed, preloading the zip compression package resource files of all plug-in components, and decompressing to the local;
and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
The present application is described in terms of methods, apparatus (systems), computer program products, flowcharts, and/or block diagrams in accordance with embodiments of the present application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations 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 apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, the device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory, random Access Memory (RAM), and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), among other forms in computer readable media, the memory including at least one memory chip. Memory is an example of a computer-readable medium.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises an element.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and variations of the present application will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. which come within the spirit and principles of the application are to be included in the scope of the claims of the present application.

Claims (6)

1. An interactive method of an interactive video, comprising:
adding an externally hung component in an episode of an interactive video platform, and generating an interactive configuration file, wherein the externally hung component is an interactive component realized by a loading developer through coding;
The interactive configuration file is issued through the interactive video platform, so that an interactive script is obtained;
when an interaction request sent by a user is received, the interaction script is called to access the interaction video platform so as to realize interaction of the interaction video;
When an interaction request sent by a user is received, the interaction script is called to access the interaction video platform, and the method comprises the following steps:
when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe;
When the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe;
when the interactive video is accessed, the zip compression package resource files of all plug-in components are preloaded and decompressed to the local;
and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
2. The method of claim 1, wherein the publishing the interaction profile through the interaction video platform to obtain an interaction script comprises:
compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform;
Decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously;
And delivering the CDN to obtain the corresponding interaction script.
3. An interactive apparatus for interactive video, comprising:
The system comprises a first processing unit, a second processing unit and a third processing unit, wherein the first processing unit is used for adding an externally hung component in an episode of an interactive video platform and generating an interactive configuration file, and the externally hung component is an interactive component realized by a loading developer through coding;
the second processing unit is used for publishing the interaction configuration file through the interaction video platform to obtain an interaction script;
The third processing unit is used for accessing the interactive video platform by calling the interactive script when receiving an interactive request sent by a user so as to realize the interaction of the interactive video;
The third processing unit is specifically configured to:
when an interaction request sent by a user is received and n seconds before a trigger time point of the video playing to the interaction script is detected, opening a hidden iframe to start preloading the plug-in component, and disabling js logic execution of the iframe;
When the triggering time point of the video playing to the interaction script is detected, releasing js execution of the iframe, and displaying the iframe;
when the interactive video is accessed, the zip compression package resource files of all plug-in components are preloaded and decompressed to the local;
and when the trigger time point of the video playing to the interactive script is detected, opening webview and loading and decompressing to the local plug-in component.
4. A device according to claim 3, characterized in that the second processing unit is specifically configured to:
compressing the interactive configuration file into a zip compression package, and uploading the zip compression package to a video player through the interactive video platform;
Decompressing the zip compression packet into a same name directory, and injecting the zip compression packet and the zip compression packet into a CDN simultaneously;
And delivering the CDN to obtain the corresponding interaction script.
5. A storage medium comprising a stored program, wherein the program, when run, controls a device in which the storage medium is located to perform the interactive method of interactive video according to any one of claims 1 to 2.
6. An electronic device comprising at least one processor, and at least one memory, bus coupled to the processor; the processor and the memory complete communication with each other through the bus; the processor is configured to invoke program instructions in the memory to perform the interactive method of interactive video according to any of claims 1 to 2.
CN202111276940.XA 2021-10-29 Interactive method and device of interactive video, storage medium and electronic equipment Active CN114007146B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111276940.XA CN114007146B (en) 2021-10-29 Interactive method and device of interactive video, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111276940.XA CN114007146B (en) 2021-10-29 Interactive method and device of interactive video, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN114007146A CN114007146A (en) 2022-02-01
CN114007146B true CN114007146B (en) 2024-06-25

Family

ID=

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110825383A (en) * 2019-10-14 2020-02-21 北京奇艺世纪科技有限公司 Video interaction method and device and computer readable storage medium
CN112987936A (en) * 2021-05-06 2021-06-18 北京新唐思创教育科技有限公司 Interactive processing method, system, device, equipment and medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110825383A (en) * 2019-10-14 2020-02-21 北京奇艺世纪科技有限公司 Video interaction method and device and computer readable storage medium
CN112987936A (en) * 2021-05-06 2021-06-18 北京新唐思创教育科技有限公司 Interactive processing method, system, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN108664331B (en) Distributed data processing method and device, electronic equipment and storage medium
JP2019520624A (en) Page component dynamic layout
US9778942B2 (en) Generating a replacement binary for emulation of an application
US11722555B2 (en) Application control method and apparatus, electronic device, and storage medium
CN110941500A (en) Interface display method and device
CN111897623B (en) Cluster management method, device, equipment and storage medium
CN107479868B (en) Interface loading method, device and equipment
CN110362547A (en) Coding, parsing, storage method and the device of journal file
US10579229B2 (en) Customizable media player framework
CN114547569A (en) Account login processing method and device
CN110442407B (en) Application program processing method and device
CN114007146B (en) Interactive method and device of interactive video, storage medium and electronic equipment
CN109213534A (en) A kind of method and device of extension live streaming software function
CN116974676A (en) Page content sending method, device and equipment
CN113835748B (en) Packaging method, system and readable medium for application program based on HTML5
US9230022B1 (en) Customizable result sets for application program interfaces
CN111479140B (en) Data acquisition method, data acquisition device, computer device and storage medium
CN116795673A (en) System testing method and device, electronic equipment and storage medium
CN114007146A (en) Interactive method and device of interactive video, storage medium and electronic equipment
Joselli et al. A content adaptation architecture for games
CN110120963A (en) A kind of data processing method, device, equipment and machine readable media
CN114037503A (en) Order processing method and device
CN109286510B (en) Method and device for collecting log data
CN110955847B (en) Information processing method, device, storage medium and processor
WO2023217106A1 (en) Video playback method and apparatus

Legal Events

Date Code Title Description
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant