CN110545471B - Playing control method and device based on offline conversion and storage medium - Google Patents

Playing control method and device based on offline conversion and storage medium Download PDF

Info

Publication number
CN110545471B
CN110545471B CN201810533528.3A CN201810533528A CN110545471B CN 110545471 B CN110545471 B CN 110545471B CN 201810533528 A CN201810533528 A CN 201810533528A CN 110545471 B CN110545471 B CN 110545471B
Authority
CN
China
Prior art keywords
media
media file
file
metadata
capacity
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
CN201810533528.3A
Other languages
Chinese (zh)
Other versions
CN110545471A (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.)
Douyin Vision Co Ltd
Douyin Vision Beijing Co Ltd
Original Assignee
Beijing ByteDance Network 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201810533528.3A priority Critical patent/CN110545471B/en
Publication of CN110545471A publication Critical patent/CN110545471A/en
Application granted granted Critical
Publication of CN110545471B publication Critical patent/CN110545471B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/44Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
    • H04N21/4402Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display
    • H04N21/440218Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The present disclosure provides a play control method, device and storage medium based on offline conversion, the method includes: acquiring media data in a media file through a player embedded in a webpage, wherein the player plays the media file in the webpage, and the media file adopts a non-streaming media format; sending the media data to an offline conversion component through the player, wherein the player and the offline conversion component operate in the same host device; receiving a segmented media file which is constructed based on the media data and returned by the offline conversion component; and sending the segmented media file to the media element of the webpage for playing through a media source expansion interface of the webpage.

Description

Playing control method and device based on offline conversion and storage medium
Technical Field
The present disclosure relates to media playing technologies, and in particular, to a playing control method and apparatus based on offline conversion, and a storage medium.
Background
The player embedded in the web page plays the media file in the web page by using HyperText Markup Language (HTML) 5 media elements of the web page, however, the related art can only provide support for playing the Streaming media file (such as HTTP Live Streaming (HLS)), and for playing the non-Streaming media format media file in the network (such as Moving Picture Experts Group (MPEG) -4 file), since the related art does not support Streaming media playing, the player cannot play the non-Streaming media format media file through the web page unless format conversion is performed in advance.
Related technologies adopt MP4 file conversion into streaming media formats, such as flv (flash video), HLS, etc., however, Content service providers still store original MP4 files, so as to trace back in time when streaming media format files are played, and store MP4 files and transcoding files at the same time, and need to deploy storage services (to store converted streaming media files) and Content Delivery Network (CDN) nodes (for delivering streaming media files), and complexity and implementation cost of service background topology will increase with the number of video files.
Disclosure of Invention
In view of this, the embodiments of the present disclosure provide a playing control method and apparatus based on offline conversion, and a storage medium, which can implement conversion from a media file in a non-streaming media format to a segmented media file by using an offline conversion component whose front end is independent of a player, thereby implementing playing of the media file in the non-streaming media format through a web page, so that a service party does not need to deploy storage and CDN of FMP4, and the system architecture of the service party is simple and the implementation cost is low.
The technical scheme of the embodiment of the disclosure is realized as follows:
in a first aspect, an embodiment of the present disclosure provides a play control method based on offline conversion, including:
acquiring media data in a media file through a player embedded in a webpage, wherein the player plays the media file in the webpage, and the media file adopts a non-streaming media format; sending the media data to an offline conversion component through the player, wherein the player and the offline conversion component operate in the same host device; receiving a segmented media file which is constructed based on the media data and returned by the offline conversion component; and sending the segmented media file to the media element of the webpage for playing through a media source expansion interface of the webpage.
In a second aspect, an embodiment of the present disclosure provides a play control apparatus based on offline conversion, including:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring media data in a media file through a player embedded in a webpage, the player plays the media file in the webpage, and the media file adopts a non-streaming media format;
a sending unit, configured to send the media data to an offline conversion component through the player, where the player and the offline conversion component operate in the same host device;
the receiving unit is used for receiving a segmented media file which is constructed based on the media data and returned by the offline conversion component;
and the processing unit is used for sending the segmented media file to the media element of the webpage for playing through a media source expansion interface of the webpage.
In a third aspect, an embodiment of the present disclosure provides a play control device based on offline conversion, including:
a memory for storing executable instructions;
and the processor is used for realizing the playing control method based on the offline conversion in the embodiment of the disclosure when the executable instruction is executed. The executable instructions may be, among others, installation packages, programs, code, plug-ins, libraries (dynamic/static libraries).
In a fourth aspect, the present disclosure provides a storage medium storing executable instructions, where the executable instructions, when executed, implement the offline conversion-based play control method according to the present disclosure.
The application of the embodiment of the disclosure has the following beneficial effects:
1) and converting the media data in the media file in the non-streaming media format into a segmented media file, and sending the segmented media file to the media element of the webpage for decoding and playing through the media source expansion interface of the webpage, so that the media file in the non-streaming media format is played through the webpage, and the limitation that the file in the non-streaming media packaging format can be independently played after being completely downloaded is overcome.
2) The offline conversion component independent of the player in the front end converts the media data to construct the segmented media file, so that on one hand, the functional topology of the player is simplified, the resource consumption of the player is effectively reduced, and the smooth playing of a plurality of platforms can be adapted; on the other hand, a service party playing the media file does not need to deploy a storage and Content Delivery Network (CDN) of the segmented media file to correspondingly store and push the conversion data, and the system architecture of the service party is simple and has low implementation cost.
Drawings
FIG. 1 is a schematic view of an alternative construction of a container provided in accordance with an embodiment of the present disclosure;
fig. 2 is a schematic diagram of an alternative package structure of an MP4 file according to an embodiment of the disclosure;
fig. 3 is a schematic structural diagram of a media data container storing media data in a media file according to an embodiment of the present disclosure;
FIG. 4 is a schematic diagram of an alternative package structure of a segmented MP4 file according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of a composition of a play control device based on offline conversion according to an embodiment of the present disclosure;
fig. 6 is a first flowchart illustrating a play control method based on offline conversion according to an embodiment of the present disclosure;
FIG. 7 is a schematic flow chart illustrating packaging of a segmented media file according to an embodiment of the present disclosure;
fig. 8 is a schematic diagram of a player playing a segmented media file through a media source extension interface of a web page according to an embodiment of the present disclosure;
FIG. 9 is a schematic diagram of converting an MP4 file into an FMP4 file and playing the file through a media source extension interface according to an embodiment of the present disclosure;
fig. 10 is a second flowchart illustrating a playing control method based on offline conversion according to an embodiment of the present disclosure;
fig. 11 is a schematic structural diagram of a second composition of the playback control apparatus based on offline conversion according to the embodiment of the present disclosure.
Detailed Description
The present disclosure will be described in further detail below with reference to the accompanying drawings and examples. It is to be understood that the examples provided herein are merely illustrative of the present disclosure and are not intended to limit the present disclosure. In addition, the embodiments provided below are some embodiments for implementing the disclosure, not all embodiments for implementing the disclosure, and the technical solutions described in the embodiments of the disclosure may be implemented in any combination without conflict.
It should be noted that, in the embodiments of the present disclosure, the terms "comprises," "comprising," or any other variation thereof are intended to cover a non-exclusive inclusion, so that a method or apparatus including a series of elements includes not only the explicitly recited elements but also other elements not explicitly listed or inherent to the method or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other related elements in a method or apparatus including the element (e.g., steps in a method or elements in an apparatus, such as units that may be part of a circuit, part of a processor, part of a program or software, etc.).
For example, the playback control method based on offline conversion provided by the embodiment of the present disclosure includes a series of steps, but the playback control method based on offline conversion provided by the embodiment of the present disclosure is not limited to the described steps, and similarly, the playback control device based on offline conversion provided by the embodiment of the present disclosure includes a series of units, but the device provided by the embodiment of the present disclosure is not limited to include the explicitly described units, and may also include units that are required to be provided for acquiring relevant information or performing processing based on the information.
Before further detailed description of the embodiments of the present disclosure, terms and expressions referred to in the embodiments of the present disclosure are explained, and the terms and expressions referred to in the embodiments of the present disclosure are applied to the following explanations.
1) A media file, a file storing encoded media data (e.g., at least one of audio data and video data) in a container (Box), includes metadata, i.e., data describing the media data, and carries media information to ensure that the media data is decoded correctly.
For example, a media file formed by packaging multimedia data in a Moving Picture Experts Group (MPEG) -4 packaging format is called an MP4 file, and typically, the MP4 file stores therein Video data encoded by Advanced Video Coding (AVC, h.264) or MPEG-4(Part 2) specification and Audio data encoded by Advanced Audio Coding (AAC), without excluding other encoding modes of Video and Audio.
2) The container (Box), also called a Box, an object-oriented component defined by a unique type identifier and a length, see fig. 1, is an optional structural diagram of the container provided by the embodiment of the present disclosure, and includes a container Header (Box Header) and container Data (Box Data), which are filled with binary Data to express various information.
The container header includes a size (size) and a type (type), the size indicates a size (also referred to as a capacity or a length herein) of a storage space occupied by the container, the type indicates a type of the container, and fig. 2 is a schematic diagram of an alternative package structure of an MP4 file provided by an embodiment of the present disclosure, and basic container types referred to in an MP4 file include a file type container (ftyp box), a metadata container (moov box), and a media data container (mdat box).
The container data portion may store specific data, where the container is referred to as a "data container," and may further encapsulate other types of containers, where the container is referred to as a "container of a container.
3) A Track (Track), also called a Stream (Stream), a time-ordered sequence of related samples (Sample) in a container of media data, a Track representing a sequence of video frames or a sequence of audio frames for media data, and possibly a subtitle Track synchronized with the sequence of video frames, a set of consecutive samples in the same Track being called a Chunk (Chunk).
4) A file type container, a container for storing the capacity (i.e. length of occupied bytes) and type of a file in a media file, as shown in fig. 2, binary data stored in the file type container describes the type and capacity of the container according to the specified byte length.
5) A metadata container, a container in a media file for storing metadata (i.e., data describing multimedia data stored in the media data container), and information expressed by binary data stored in the metadata container in the MP4 file are referred to as media information.
As shown in fig. 2, the header of the metadata container represents the type of the container as "moov box" using binary data, and the container data part encapsulates an mvhd container for storing general information of an MP4 file, is independent of an MP4 file, and is related to the playing of an MP4 file, including a time length, a creation time, a modification time, and the like.
The media data container of the media file may include sub-containers corresponding to a plurality of tracks, such as an audio track container (audio track box) and a video track container (video track box), in which references and descriptions of media data of the corresponding tracks are included, and the necessary sub-containers include: a container (denoted tkhd box) for describing the characteristics and overall information of the track (e.g. duration, width, height), and a container (denoted mdia box) for recording media information of the track (e.g. information of media type and sample).
As for the sub-containers packaged in the mdia box, it may include: recording the relevant attributes and content of the track (denoted mdhd box), recording the playing procedure information of the media (denoted hdlr box), describing the media information of the media data in the track (denoted minf box); the minf box in turn has a sub-container (denoted as dinf box) for explaining how to locate the media information, and a sub-container (denoted as stbl box) for recording all the time information (decoding time/display time), position information, codec etc. of the samples in the track.
Referring to fig. 3, which is a schematic structural diagram of a media data container in a media file for storing media data according to an embodiment of the present disclosure, the time, type, capacity and location of a sample in the media data container can be interpreted by using media information identified from binary data in a stbl box container, and each sub-container in the stbl box is described below.
The stsd box contains a sample description (sample description) table, and there may be one or more description tables in each media file according to different coding schemes and the number of files storing data, and the description information of each sample can be found through the description tables, and the description information can ensure correct decoding of the sample, and different media types store different description information, for example, the description information is the structure of the image in the case of video media.
The stts box stores the duration information of the samples and provides a table to map time (decoding time) and the serial numbers of the samples, and the samples at any time in the media file can be located through the sttx box; the stts box also uses other tables to map the sample size and pointers, where each entry in the table provides the serial number of consecutive samples within the same time offset and the offset of the sample, and increments these offsets to build a complete time-sample mapping table, and the calculation formula is as follows:
DT(n+1)=DT(n)+STTS(n) (1)
where STTS (n) is the nth item of information of the STTS without compression, DT is the display time of the nth sample, the arrangement of samples is ordered according to the time sequence, so that the offset is always non-negative, DT generally starts with 0, and DT is calculated as follows:
DT(i)=SUM(for j=0to i-1of delta(j)) (2)
the sum of all offsets is the duration of the media data in the track.
The stss box records the sequence number of the key frame in the media file.
The stsc box records the mapping relation between the samples and the blocks for storing the samples, the relation between the serial numbers of the samples and the serial numbers of the blocks is mapped through a table, and the blocks containing the specified samples can be found through table lookup.
The stco box defines the position of each block in the track, expressed in terms of the offset of the starting byte in the media data container, and the length (i.e., the size) relative to the starting byte.
The stsz box records the size (i.e., size) of each sample in the media file.
6) A media data container, a container for storing multimedia data in a media file, for example, a media data container in an MP4 file, as shown in fig. 3, a sample is a unit stored in the media data container, and is stored in a block of the media file, and the lengths of the block and the sample may be different from each other.
7) And segmenting the media files, wherein the media files are divided into subfiles, and each segmented media file can be independently decoded.
Taking an MP4 file as an example, media data in an MP4 file is divided according to key frames, the divided media data and corresponding metadata are packaged to form a segmented MP4(FMP4, Fragmented MP4) file, and metadata in each FMP4 file can ensure that the media data is correctly decoded.
For example, when the MP4 file shown in fig. 2 is converted into multiple FMP4 files, referring to fig. 4, which is an optional packaging structure diagram of a segmented MP4(FMP4) file provided in the embodiment of the present disclosure, one MP4 file may be converted into multiple FMP4 files, and each FMP4 file includes three basic containers: moov containers, moof containers, and mdat containers.
The moov container includes MP4 file level metadata describing all media data in the MP4 file from which the FMP4 file is derived, such as the duration, creation time, and modification time of the MP4 file.
The moof container stores segment-level metadata describing media data packaged in the FMP4 file where it is located, ensuring that the media data in the FMP4 can be decoded.
The 1 moof container and the 1 mdat container constitute 1 segment of the segment MP4 file, and 1 or more such segments may be included in the 1 segment MP4 file, and the metadata encapsulated in each segment ensures that the media data encapsulated in the segment can be independently decoded.
8) Media resource Extensions (MSE) interface, player-oriented interface implemented in web pages, interpreted by the browser's interpreter during loading in the web page, implemented by executing a front-end programming language (e.g., JavaScript), provides the player with the functionality to call the play Media stream of hypertext markup language (HTML) Media elements (Media elements), for example, to implement the play functionality of video/audio using video Element < video > and audio Element < audio >.
9) The streaming media format encapsulates media data into a media file of the streaming media, and the media file can be decoded and played without complete downloading and extra transcoding, namely, native support is provided for an encapsulation technology of downloading and playing simultaneously. A typical file in streaming media format includes: TS media file fragments based on HTTP Live Streaming (HLS, HTTP Live Streaming) technology, FLV (flash video) files, and the like.
10) Non-streaming media format, which is a packaging technique that packages media data into media files and the media files can be decoded and played after being completely downloaded, a typical file in non-streaming media format includes: MP4 files, Windows Media Video (WMV) files, MKV file formats (MKV, MKV file formats), Advanced Streaming Format (ASF) files, and the like.
It should be noted that the MP4 file does not natively support streaming media format playback, but the technical effect of filling invalid binary data in the transcoded media stream of the player after online transcoding or the missing part of the partially downloaded MP4 file (for example, in the case of full download of ftyp container and moov container, the missing part of the filled mdat container is replaced by invalid binary data) can also be achieved in one-download one-pass playback, and the package format of such file that natively does not support streaming media is referred to as non-streaming media format herein.
First, a play control device based on offline conversion is described, which can be provided as hardware, software, or a combination of hardware and software to implement the embodiment of the present disclosure.
The following describes an implementation of software and hardware combination of the playing control device based on offline conversion, referring to fig. 5, fig. 5 is a schematic diagram of an optional component structure of the playing control device based on offline conversion according to the embodiment of the present disclosure, and the playing control device based on offline conversion according to the embodiment of the present disclosure may be implemented in various forms, such as: the method is implemented independently by terminals such as a smart phone, a tablet computer and a desktop computer, or implemented cooperatively by the terminals and a server. In the following, a detailed description is given of a hardware structure of the playing control device based on the offline conversion according to the embodiment of the present disclosure, it is understood that fig. 5 only shows an exemplary structure of the playing control device based on the offline conversion, and not a whole structure, and a part of or a whole structure shown in fig. 5 may be implemented as needed.
The playing control device 100 based on offline conversion provided by the embodiment of the present disclosure includes: at least one processor 101, memory 102, a user interface 103, and at least one network interface 104. The components of the off-line conversion based playback control apparatus 100 are coupled together by a bus system 105. It will be appreciated that the bus system 105 is used to enable communications among the components of the connection. The bus system 105 includes a power bus, a control bus, and a status signal bus in addition to a data bus. For clarity of illustration, however, the various buses are labeled as bus system 105 in fig. 5.
The user interface 103 may include, among other things, a display, a keyboard, a mouse, a trackball, a click wheel, a key, a button, a touch pad, or a touch screen.
It will be appreciated that the memory 102 can be either volatile memory or nonvolatile memory, and can include both volatile and nonvolatile memory.
The memory 102 in the embodiment of the present disclosure is used to store various types of data to support the operation of the play control apparatus 100 based on offline conversion. Examples of such data include: any executable instructions for operating on the off-line conversion-based play control apparatus 100, such as executable instructions 1021, may be included in the executable instructions 1021, where the program implementing the media file playing method according to the embodiment of the present disclosure is embodied in the executable instructions 1021.
The media file playing method disclosed by the embodiment of the disclosure can be applied to the processor 101, or implemented by the processor 101. The processor 101 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the media file playing method may be implemented by integrated logic circuits of hardware or instructions in the form of software in the processor 101. The Processor 101 may be a general purpose Processor, a Digital Signal Processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The processor 101 may implement or perform the methods, steps, and logic blocks disclosed in the embodiments of the present disclosure. A general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the method disclosed in the embodiments of the present disclosure may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in a storage medium located in the memory 102, and the processor 101 reads the information in the memory 102, and completes the steps of the media file playing method provided by the disclosed embodiment in combination with the hardware thereof.
The off-line conversion-based playback control apparatus according to the embodiments of the present disclosure may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processing (DSPs), Programmable Logic Devices (PLDs), Complex Programmable Logic Devices (CPLDs), Field Programmable Gate Arrays (FPGAs), or other electronic components, and is configured to implement the media file playback method according to the embodiments of the present disclosure.
The following describes a pure software implementation of the off-line conversion-based play control device, and the off-line conversion-based play control device according to the embodiment of the present disclosure may be an application program or a plug-in, or may be implemented in a manner of combining the application program and the plug-in.
As an example, the application program may be a client dedicated to playing the media file, or may be a client that takes the media file playing function as an optional function, and is implemented by installing a corresponding plug-in.
As an example, the plug-in may be implemented as a function upgrade installation package of an application program, superimposing the function of media file playing in a specific application program; or elements in a webpage played by the media are realized by adopting a front-end language, and the function of playing the media file in the webpage is realized by directly interpreting and executing the elements by the webpage.
Next, taking an example that the player is embedded in a web page, and the player plays a media file by using an HTML5 media element of the web page, a description is given to the offline conversion-based play control method provided in the embodiment of the present disclosure, where the web page in the embodiment of the present disclosure may be a web page of a browser, or a web page of an Application (APP, Application) embedded in a browser kernel, and the web page implements a player example by parsing and executing js (javascript) codes of the player.
Fig. 6 shows an optional flowchart of the offline conversion-based play control method according to the embodiment of the present disclosure, and referring to fig. 6, the offline conversion-based play control method according to the embodiment of the present disclosure involves steps 201 to 204, which are described below respectively.
Step 201: the method comprises the steps that media data in a media file are obtained through a player embedded in a webpage, the player plays the media file in the webpage, and the media file adopts a non-streaming media format.
In practical application, the non-streaming media format may be an MP4/MKV/WMV/ASF or other packaging format, and the media data in the embodiment of the present disclosure refers to: at least one of a video frame and an audio frame in a media data container of the media file.
In one embodiment, the media data in the media file may be obtained by: determining two key frames in the media file to be played based on real-time playing points in the playing process of the media file; and sending a network request to a server, wherein the network request is used for requesting to acquire the media data between the two key frames in the media file.
The determination of two key frames based on the play point is explained. In the process of playing the media file, the player loads the data between the key frames to realize the playing of the media file, namely, the player takes the media data between the two key frames as a playing loading unit. As for the play point, it may be a play time that is reached by continuously playing the media file (i.e., naturally playing without user intervention), for example, from a play point of 30 th minute to a play point of 40 th minute; or, the media file may reach the playing time of the media file by means of jumping (i.e., the user clicks the progress bar through the cursor to realize page jumping), where for example, the original playing point is 20% of the playing progress, and the jumping playing point is 30% of the playing progress.
In practical applications, the two key frames determined based on the playing point may be two adjacent key frames in the media file, or one or more other key frames exist between the two key frames, and the number of the key frames between the two key frames may be determined according to the cache performance (such as the available cache capacity) of the browser, the network performance (network bandwidth), and the like, and may also be set according to actual needs.
In one embodiment, a manner of determining two key frames (a first key frame and a second key frame after the first key frame in decoding time) is described according to a case where a video frame corresponding to a playback point is a normal frame or a key frame, in a case where the playback point is a playback time that arrives by continuously playing a media file.
Case 1) the video frame corresponding to the playing point is a normal frame, and since the player uses the media data between two key frames as a basic playing loading unit, the media data after the playing point and before the first key frame (the key frame whose decoding time is later than the decoding time of the key frame of the playing point and closest to the playing point) after the playing point is the loaded media data, and in order to avoid repeatedly acquiring the loaded media data, the first key frame in the two key frames at a given time interval is: the first key frame of the media file with the decoding time after the playing point; the second key frame of the two key frames is: key frames in the media file that are decoded later in time than the first key frame.
Case 2) the video frame corresponding to the playing point is a key frame, and the first key frame of the two key frames is: the key frame corresponding to the playing point, namely the key frame aligned with the playing point in time; the second key frame of the two key frames is: key frames in the media file that are decoded later in time than the first key frame.
In case 1), the key frame crossing the playing point is used as the end point of the media data, so that it can be ensured that the video frame corresponding to the playing point has enough information for correct decoding, and frame skipping due to lack of decoded data (i.e. key frame) does not occur.
In another embodiment, the manner of determining two key frames (a first key frame and a second key frame after the first key frame in decoding time) is described according to the case that the video frame corresponding to the play point is a normal frame or a key frame, for the case that the play point is the play time that arrives by means of jumping.
Case 1) the video frame corresponding to the play point is a normal frame, and since the play point is reached by jumping, the first key frame before the play point and the media data between the play point are not loaded, and the first key frame is: searching a key frame with decoding time earlier than the starting time of a given period and closest to the starting time in the first key frame before a playing point in the media file, namely the time of media data (namely, the corresponding relation between the sequence number represented by the media information and the decoding time of the frame); the second key frame of the two key frames is: key frames in the media file that are decoded later in time than the first key frame. The media data between the extra request playing point and the key frame before the playing point can ensure that the jumping to any playing point can be decoded normally, and the condition that the frame jumping occurs because the frame can not be decoded when the playing point corresponds to the common frame is avoided.
Case 2) the video frame corresponding to the play point is a key frame, and the first key frame is: a key frame corresponding to the play point, that is, a key frame whose decoding time is aligned with the play point time, which is searched from the time of the media data (that is, a corresponding relationship between the sequence number represented by the media information and the decoding time of the frame); the second key frame of the two key frames is: key frames in the media file that are decoded later in time than the first key frame.
In case 1), the key frame crossing the playing point is used as the end point of the media data, so that it can be ensured that the video frame corresponding to the playing point has enough information for correct decoding, and frame skipping due to lack of decoded data (i.e. key frame) does not occur.
In case 2), the media data to be acquired is defined by aligning the key frames of the playing points, so that on the premise that the playing points can be correctly decoded, unnecessary media data acquisition is reduced to the greatest extent, occupation of connection and traffic is reduced, and real-time performance of non-media playing services in the webpage is ensured.
In one embodiment, the network request sent by the player to the server carries the offset and the capacity of the media data between the two requested key frames, so that the server extracts the media data which starts from the offset and conforms to the capacity from the media file, and returns the media data to the player. Therefore, before sending the network request, the player needs to determine the offset and capacity of the media data in the media file according to the media information (i.e. the position of the video/audio frame, the offset, the decoding time, etc.) identified from the metadata of the media file. And media information is first identified from the metadata of the media file before determining the offset and the size.
Next, the player identification media information will be explained. In one embodiment, the player may identify media information from the media file by: and according to the set offset and the set capacity, requesting data in the media file corresponding to the set offset and the set capacity (namely data requesting fixed capacity) from the server, identifying metadata in a metadata container from the data returned by the server, and analyzing the identified metadata to obtain media information for describing the media data packaged in the media data container of the media file.
The set capacity can be obtained according to the statistics of the capacities of the file type container and the metadata container of the existing media file, so that the set capacity can cover the sum of the capacities of the file type container and the metadata container of the set proportion (such as all) media files, and when the packaging structure of the media files is the file type container, the metadata container and the media data container which are packaged in sequence, the metadata packaged in the complete metadata container can be obtained through one request, the occupation condition of connection during network transmission is saved, and the condition that the response is delayed due to the fact that connection cannot be used in non-media playing services in a webpage due to connection occupation is avoided.
Taking an example that a media file is an MP4 file, metadata packaged in a metadata container acquired by a player is binary data packaged in a moov box in an MP4 file, and when a package structure of an MP4 file is a fytp box, a moov box, and an mdat box packaged in sequence, a set capacity can be obtained by statistics according to the ftyp box and moov box capacities of an existing MP4 file, so that the set capacity can cover the sum of the binary data of the ftyp box and the moov box of the MP4 file with a set proportion (such as all), and it is ensured that complete binary data can be included in the moov box requested from a server at one time in most cases.
In one embodiment, the player obtains the capacity of the file type container by reading the container header, knows the type and the capacity of the next container by reading the second container header, and indicates that the binary data requested from the server by the set offset and the set capacity contains the metadata packaged in the metadata container when the second container type is the metadata container and the returned binary data capacity is not less than the sum of the file type container capacity and the metadata container capacity; when the type of the second container is the metadata container and the volume of the returned binary data is smaller than the sum of the volume of the file type container and the volume of the metadata container, it indicates that the binary data requested from the server by the set offset and volume does not contain the metadata packaged in the metadata container. When the binary data requested by the player from the server through the set offset and the set capacity does not contain the metadata in the complete metadata container, the player needs to read the capacity of the container from the binary data returned by the server, calculate the offset and the capacity of the metadata container according to the head of the metadata container, carry the calculated offset and the calculated capacity in a network request to request the metadata from the server, and the server starts to read the binary data from the offset calculated in the media file according to the request, wherein the read binary data conforms to the calculated capacity, and returns the data to the player.
For example, the player reads the volume of the container from the binary data returned by the server, and calculates the offset and the volume of the metadata container according to the header of the metadata container, which involves the following two cases:
case 1) when the type of a container read from the remaining binary data (i.e., data other than the binary data of the file type container among the returned binary data) is a metadata container and the capacity of the remaining binary data is smaller than the capacity of the metadata container, calculating a difference between the capacity of the metadata container and the capacity of the remaining binary data as a new capacity of a secondary request, and requesting the binary data from the server a second time with the sum of the offset and the capacity of the primary request as a new offset;
case 2) when the type of the container read from the remaining binary data is a media data container, the sum of the capacity of the media data container and the file type container capacity is calculated as a new offset of the secondary request, and the binary data is requested for the second time from the server at a set capacity (which may be an empirical value capable of covering the capacity of the metadata container).
Taking the media file as an MP4 file as an example, the binary data requested by the player from the server through the set offset and capacity does not include the binary data of the complete moov box, at this time, the player needs to read the type and capacity of the container from the binary data returned by the server, and determine the offset and capacity of the moov box in the MP4 file;
the binary data of the MP4 file, the initial byte always corresponds to the ftyp box, the binary data of the fytp box is identified from the returned binary data, the length of the ftypbox can be known from the header of the ftypbox, so that the binary data of the next box is read from the rest binary data according to the specified length of the header, and the following cases are included according to the type of the container represented by the header:
1) when the type of the container read from the remaining binary data (i.e., the data of the returned binary data excluding the binary data of the fytp box) is moov box and the capacity of the remaining binary data is not less than the capacity of the moov box, obtaining, from the server, moov data in the MP4 file starting with the offset of the moov box in the MP4 file and conforming to the capacity of the moov box in the MP4 file, according to the determined offset and capacity;
2) when the type of the container read from the remaining binary data is moov box and the capacity of the remaining binary data is less than the capacity of the moov box, calculating a difference value between the capacity of the moov box and the capacity of the remaining binary data as a new capacity of a secondary request, and requesting the binary data for a second time from the server with the sum of the offset and the capacity of the first request as the new offset of the secondary request;
3) when the type of the container read from the remaining binary data is the mdat box, the sum of the capacity of the mdat box and the capacity of the ftyp box is calculated as a new offset of the secondary request, and the binary data is requested for the second time from the server at the set capacity.
Therefore, no matter what packaging structure the media file is, namely, no matter what packaging sequence of the file type container, the metadata container and the media data container in the media file is, the player can be guaranteed to obtain the metadata in the metadata container from the server by two requests at most, and the metadata obtaining efficiency is improved.
For example, for an MP4 file, the binary data returned by the server, according to the package specification of the MP4 file, a piece of binary data starting from zero bytes corresponds to the ftyp box, and according to the package specification of the header of the box, the size (i.e., length) of the ftyp box and the size of the complete MP4 file can be read from the header of the ftyp box; assuming that the capacity of the ftyp box is a (in bytes), reading the header information of the subsequent container from a +1 to obtain the type and capacity of the subsequent container, and if the ftyp box is followed by the moov box by reading and the capacity of the remaining binary data (the capacity of the set capacity-ftyp box) is greater than the capacity of the moov box, indicating that the complete binary data of the moov box has been retrieved, extracting the metadata in the moov box from the remaining binary data according to the offset and capacity of the moov box.
After the player obtains the metadata encapsulated in the metadata container from the server, analyzing the nested structure of the child container in the metadata container, and reading the binary data in each child container according to the nested structure of the child container; and analyzing the media information of the media data represented by each sub-container from the read binary data. In practical applications, the media information may include information such as offset, capacity, decoding time, etc. of video frames and/or audio frames in the media file.
Taking a media file as an MP4 file as an example, the metadata container is a moov box, as shown in fig. 2, it can be seen that mvhd box and track box are encapsulated in the moov box, wherein information such as creation time, modification time, time measurement scale, playable time length, default volume, etc. of the MP4 file can be obtained by analyzing binary data of the mvhd box; the moov box includes a plurality of track boxes, records description information specific to each media track, for example, for a video track, a plurality of sub-containers are nested in multiple layers in the video track, and based on the nested structure of the video track, the corresponding binary data is parsed to obtain video frame information of the MP4 file and corresponding picture information.
In one embodiment, the player may parse the acquired metadata to obtain the media information as follows: sequentially analyzing binary data corresponding to the standard length of the container head in the binary data of the metadata container to obtain the container type of a sub-container in the metadata container and the length of the container data of the sub-container; and calling a parser with a type corresponding to the container type of the sub-container, and sequentially parsing binary data corresponding to the length of the container data in the unresolved data to obtain the media information represented by the container data.
The player is used for solving the problem that a plurality of sub-containers are nested in the metadata container, the offset of each reading of binary data is the sum of the lengths of the identified sub-containers, and the length of the read binary data conforms to the standard length of the container header, so that the type and the length of the currently processed sub-container can be analyzed.
For example, when reading for the first time, the binary data is read from zero bytes of the binary data of the metadata container, and the length of the read binary data conforms to the specified length of the container header, so that the type and length of the first sub-container can be parsed; and in the second reading, the binary data is read by taking the length of the first read sub-container as an offset, and the length of the read binary data conforms to the specified length of the container header, so that the type and the length of the second sub-container can be analyzed.
The binary data is read in the mode, the condition of backspacing caused by multi-reading can not occur, the condition of secondary reading caused by less reading can not occur, and the analysis efficiency and the accuracy can be ensured.
In one embodiment, a typical container type nested in the metadata container is pre-marked for indicating whether the container is directly used for packaging binary data or is further packaged with a container, for example, a container is further packaged with a mark such as mvhd box, audio track box and video track box shown in fig. 2, and a container is directly packaged with binary data with a mark such as stts box, stsd box shown in fig. 2.
Setting parsers corresponding to the container types one by one for the container types marked as directly encapsulating the binary data, wherein the parsers are used for parsing the represented media information according to the binary data; comparing the container type of the parsed sub-container with the container type of the pre-marked sub-container involves the following two cases.
Case 1) when it is determined through comparison that the container type of the child container is pre-marked and is pre-marked for directly encapsulating binary data, invoking a parser corresponding to the container type of the child container, and parsing the container data in the child container through the parser to obtain the media information represented by the container data.
Case 2) when it is determined through comparison that the container type of the sub-container is pre-marked and is pre-marked for continuously packaging containers, recursively analyzing the binary data corresponding to the sub-container according to the canonical length of the container header in the media file until the container type of the container packaged in the sub-container is pre-marked and is pre-marked for directly packaging the binary data, invoking an analyzer corresponding to the container type of the container packaged in the sub-container, analyzing the binary data byte by byte, where the length of the analyzed binary data corresponds to the length of the container data of the container packaged in the sub-container, to obtain the media information represented by the container data of the container packaged in the sub-container.
In one embodiment, a method for recording media information in a process of parsing a metadata container is described, when binary data corresponding to a standard length of a container header in binary data of the metadata container is sequentially parsed to obtain a container type of a child container in the metadata container, an object is established according to a nesting relationship between the child container and an attributed container and a nesting relationship between the child container and an encapsulated container, when the container type of the child container is pre-marked to be used for directly encapsulating the binary data, an array including the media information is stored in the object established corresponding to the child container, and the stored media information is represented by the container data of the child container.
For example, in fig. 2, when the type of the parsed sub-container is stts box, since the stts box is pre-marked as direct package binary data, an array including media information is stored in an object created corresponding to the stts box, where the media information is duration information represented by container data of the stts box.
In an embodiment, a manner of recording a nesting relationship between child containers in a process of parsing a metadata container is described, when binary data corresponding to a canonical length of a container header in binary data of the metadata container is sequentially parsed to obtain a container type of a child container in the metadata container, if the container type is pre-marked as directly encapsulating binary data, recording the parsed child container in the invoked parser; setting the recorded instances of the child containers into child container attributes, wherein the child container attributes are included in the containers to which the child containers belong, and are used for describing the nesting relationship between the child containers and the belonged containers.
For example, in fig. 2, when the type of the parsed sub-container is stsd box, since stsd box is pre-marked as directly encapsulating binary data, stsd box is recorded in the parser corresponding to the stsd box, an instance of stsd box is set to the stbl box sub-container attribute, and so on, and finally a plurality of sub-containers nested in stbl box, such as stsd box, stts box, stsc box, etc., are recorded in the sub-container attribute of stsd box.
In one embodiment, when it is determined through comparison that the container type of the sub-container is not pre-marked, or the container type of the sub-container is pre-marked to directly package binary data but a parser of a corresponding type is not called, the binary data corresponding to the parsed sub-container is ignored, and according to the length of the sub-container, a part of the binary data corresponding to a next sub-container is skipped to continue parsing.
In practical application, a user-defined container type can appear in a media file, the progress of the overall analysis of a metadata container can not be influenced in a skipping mode, and meanwhile, when the container type of the metadata container changes, the latest metadata container can be compatible and analyzed quickly by adding, deleting and modifying analyzers of corresponding types, and the media file has the advantages of being flexible and quick to upgrade.
Based on the above description of media information identification, the following description is provided for determining the offset and capacity of the media data in the media file based on the identified media information, and in one embodiment, the player may determine the offset and capacity of the media data in the media file by: determining, based on the identified media information, an offset and a capacity in the media file of video frames of the media data (i.e., video frames between the first key frame and the second key frame), and an offset and a capacity in the media file of audio frames aligned with the video frames; determining the offset and the capacity of a target interval (an interval consisting of the minimum offset and the maximum capacity) including the video frame and the audio frame according to the determined offset and the capacity; the target interval comprises the video frame and the audio frame.
Here, the alignment manner of the audio frame and the video frame in the embodiment of the present disclosure is explained: the method comprises the steps of positioning audio frames with synchronous time at video frames by taking the video frames as a reference according to the starting time and the duration of media data, ensuring that the decoding starting time of the first audio frame in the media data is not later than that of the first video frame, and the decoding time of the last audio frame is not earlier than that of the last video frame, so that the problem of inconsistent video and audio durations in media files can be solved, synchronous audio playing can be ensured when each frame of video is played, and the phenomenon that the existing picture has no sound can be avoided.
Next, the offset amount and the capacity of the determination target section will be explained: the method comprises the steps that the position of a video frame in a metadata container is located through the offset and the capacity of the video frame between a first key frame and a second key frame in two key frames in a media file, the position of an audio frame in the metadata container is located through the offset and the capacity of the audio frame aligned with the video frame in the media file, and an interval formed by the upper limit and the lower limit of the position is taken as a target interval, namely an interval formed by the minimum offset and the maximum capacity; the offset and the capacity corresponding to the upper limit of the position are the offset and the capacity corresponding to the upper limit of the target interval, and the offset and the capacity corresponding to the lower limit of the position are the offset and the capacity corresponding to the lower limit of the target interval. In practical applications, the target interval is the minimum interval for storing video frames and audio frames in the media data container of the target resolution media file, for example: and the offset of the video frame between the first key frame and the second key frame at the position of the target resolution media file corresponds to [ a, b ] (addresses are in ascending order), the offset of the audio frame at the position of the target resolution media file corresponds to [ c, d ] (addresses are in ascending order), and then the interval formed by the upper limit and the lower limit of the position is [ min (a, c), max (b, d) ]. Therefore, the player sends a network request carrying the offset and the capacity of the target interval to the server to request the media data of the target interval, the server extracts the media data in the media file based on the offset and the capacity of the target interval and then returns the media data of the target interval at one time, secondary acquisition is not needed, the request times of the player are reduced, and the processing efficiency is improved.
In one embodiment, the network request may also carry authentication information (e.g., username and password); and when the server authenticates that the user passes the legality based on the authentication information carried by the request, the server returns the media data requested by the player to the player.
In an embodiment, after extracting corresponding media data from a media file based on a network request sent by a player, the server may also encrypt the media data by using a key (such as a symmetric key) negotiated with the player, and then return the encrypted media data to the player, and the player decrypts the media data based on the key agreed with the server to obtain the media data; in this way, protection of the media file is achieved.
In an embodiment, the player can also request the media data from the server through a specific interface, correspondingly, the player encapsulates the network request into corresponding parameters, the parameters formed by encapsulation are sent to the server, and the server extracts the media data in the media file and returns the media data after analyzing the parameters; thus, the real address protection of the media file is realized.
Step 202: and sending the media data to the offline conversion component through the player, wherein the player and the offline conversion component operate in the same host device.
Here, an offline conversion component is described, and the offline conversion component is an example running in the host device and independent of the player and the web page, and may be implemented by an application running in the host device or JavaScript code embedded in the web page and running, for example. In practical applications, the offline conversion component may be in an active state during the operation of the web page or player, exit the active state when the player is turned off, or remain in an active state during the operation of the hosting device. The number of the offline conversion components may be one or more, for example, one offline conversion component is run for each page of the webpage in which the player runs the playing window, or one offline conversion component is set for each playing window of the webpage.
In an embodiment of the present disclosure, the offline conversion component is configured to convert a media file in a non-streaming media format into a segmented media file supporting streaming media playback. In actual implementation, after the offline conversion component receives the media data sent by the player, the construction of the segmented media file can be implemented as follows: receiving media information corresponding to media data sent by a player, and calculating metadata of a corresponding segmented media file level according to the media information corresponding to the acquired media data; and filling the calculated metadata and the acquired media data based on the packaging format of the segmented media file to obtain the corresponding segmented media file.
In an embodiment of the present disclosure, referring to fig. 7, fig. 7 is an alternative flow chart of packaging a segmented media file provided by an example of the present disclosure, which will be described with reference to the steps shown in fig. 7.
Step 301, filling data representing the type and compatibility of the segmented media file into a file type container of the segmented media file.
For example, taking as an example an FMP4 file packaged to form a package structure as shown in fig. 4, the type and length of a container (representing the entire length of the ftyp box) are filled in the header of the file type container of the FMP4 file, that is, the ftyp box, and data (binary data) representing that the file type is FMP4 and a compatible protocol is generated by filling in the data portion of the ftyp box.
Step 302 fills metadata representing the file level of the segmented media file into a metadata container of the segmented media file.
In one embodiment, the metadata describing the media data required to fill the nested structure is calculated from the nested structure of the metadata container in the segmented media file, based on the media data to be filled into the encapsulation structure of the segmented media file.
Still taking fig. 4 as an example, metadata representing the file level of the FMP4 file is calculated and filled into a metadata container (i.e., moov box) of the FMP4, in which three containers of mvhd, track, and video extension (mvex) are nested.
Wherein, the metadata packaged in the mvhd container is used for representing the media information related to the playing of the segmented media file, including the position, the duration, the creation time, the modification time, and the like; the sub-containers nested in the track container represent references and descriptions of corresponding tracks in the media data, for example, a container (denoted as tkhd box) in which characteristics and overall information (such as duration and width) describing the tracks, and a container (denoted as mdia box) in which media information (such as information of media type and sample) of the tracks are nested in the track container.
Step 303, correspondingly filling the extracted media data and the metadata describing the media data into a media data container and a metadata container at a segment level in a segment container of the segmented media file.
In one embodiment, one or more segments (fragments) may be encapsulated in a segmented media file, and for media data to be filled, one or more segmented media data containers (i.e., mdat boxes) of the segmented media file may be filled, and a segment-level metadata container (denoted as moof box) is encapsulated in each segment, wherein the filled metadata is used to describe the media data filled in the segment, so that the segments can be independently decoded.
In conjunction with fig. 4, for example, the media data to be filled is filled into 2 segments of the packaging structure of the FMP4 file, and each segment is filled with the media data; the metadata that needs to be filled into the metadata container (i.e., moof box) of the segmentation level of the corresponding segment is calculated and correspondingly filled into the child containers nested in the moof box, wherein the head of the moof box is called moof box, and the filled binary data is used to indicate the type of the container as "moof box" and the length of the moof box.
In one embodiment of filling data into the corresponding container in steps 301 to 303, when the filling operation is performed, a write operation function of the calling class completes writing and merging of binary data in the memory buffer of the child container, and returns an instance of the class, where the returned instance is used for merging the child container and the child container having the nested relationship.
As an example of the stuffing data, a class MP4 for implementing a package function is established, and each sub-container in the segmented media file is packaged as a static method of class Stream; establishing class streams for realizing binary data operation functions, wherein each class Stream is provided with a memory buffer area for storing binary data to be filled; converting multi-byte decimal data to be padded into binary data by a static method provided by Stream; merging and filling binary data to be filled into the sub-containers in the memory buffer area through a write operation function provided by the Stream-like instance; the static method provided by Stream returns a new Stream instance, and the merging of the current child container and other child containers with nested relation can be realized.
Step 203: and receiving a segmented media file constructed based on the media data returned by the offline conversion component.
The off-line conversion component converts the partial media data requested by the player into a segmented media file which is suitable for network transmission, has independent decoding function and is smaller in size relative to the media file, so that the player can realize streaming media playing of the media file.
Step 204: and sending the segmented media file to the media element of the webpage for playing through a media source expansion interface of the webpage.
In an embodiment, the sending, by the player through the media source extension interface of the web page, the segmented media file to the media element of the web page for playing may include: the player adds the segmented media file to the media source object in the MSE interface; calling MSE to create a virtual address corresponding to the media source object; and transmitting a virtual address to the media element of the webpage, wherein the virtual address is used for playing the media element by taking the media source object as a data source. The media element may be a Video element and/or an Audio element of a web page, and the media element acquires the media source object through the virtual address to play.
Referring to fig. 8, fig. 8 is an optional schematic diagram of a player playing a segmented Media file through a Media Source extended interface of a web page according to the embodiment of the present disclosure, where when the player receives a play event of the Media file in a play window (corresponding to the play window) of the web page, the player creates a Media Source object by performing a Media Source method through MSE; executing an addSource buffer method packaged in a media source expansion interface to create a buffer of a MediaSource object, namely a Source buffer (Source buffer) object, wherein one MediaSource object has one or more Source buffer objects, and each Source buffer object can be used for corresponding to a playing window in a webpage and is used for receiving a segmented media file to be played in the window.
In the process of playing the media file, a Parser (Parser) in the player continuously constructs a new segmented media file by parsing newly acquired media data, and adds the segmented media file to a SourceBuffer object of the same MediaSource object by executing an appdbuffer method of the SourceBuffer object.
And after the player adds the constructed segmented media file to the media source object in the media resource expansion interface, calling the media resource expansion interface to create a virtual address corresponding to the media source object. For example, the player executes the createObjectURL method encapsulated in the media source extension interface, and creates a virtual address, i.e. a virtual Uniform Resource Locator (URL), of the corresponding media source object, in which the Blob-type segmented media file is encapsulated.
In addition, the player sets the MediaSource object as the source (src) attribute of the virtual URL, i.e., binds the virtual URL with a media element in the web page, such as a video/audio element, which is also referred to as associating the media source object to the media element in the web page.
In the embodiments of the present disclosure, the segmented media file added to the media source object is also: a currently playing segmented media file. For example, when the segmented media file 1 is played currently, and the subsequent segmented media files 2 and 3 are already constructed, the constructed segmented media files 2 and 3 are added to the Source Buffer of the MSE for preloading, and correspondingly, the first key frame of the two key frames corresponding to the media data acquired by the player is the first key frame appearing after the segmented media file 1.
For the virtual address passed by the player to the media element of the web page, the player includes a statement for calling the media element to play the virtual URL, for example: < audio > virtual URL. When the webpage explains the corresponding statement in the player embedded in the webpage, the media element of the webpage reads the segmented media file from the SourceBuffer object bound by the virtual URL, and the segmented media file is decoded and played.
The following describes a process in which the player converts the MP4 file into the FMP4 file and plays the web page through the media source extension interface.
Referring to fig. 9, fig. 9 is a schematic diagram of converting an MP4 file provided by the embodiment of the present disclosure into an FMP4 file and playing the file through a media source extension interface, where the player requests to obtain partial media data in an MP4 file from a server based on a real address (http:// www.toutiao.com/a/b. MP4) of the media file, for example, data with a decoding time in a given time period for a subsequent playing point.
The player constructs an FMP4 file based on the acquired media data, and then adds the FMP4 file to a Source buffer object corresponding to the MediaSource object, because the virtual URL is bound to the MediaSource object, when the player calls the code of the audio/video element to be executed, the audio/video element reads a new FMP4 file which is added continuously from the Source buffer object of the MediaSource object, decodes the new FMP4 file, and realizes the continuous playing of the media file. The media elements of the webpage are used for acquiring the media source object based on the virtual URL, so that the media file is played, and the media data is not acquired based on the real address of the media file, so that the real address of the media file is protected.
Next, taking an example that the player is embedded in the web page, and the player plays the MP4 file using the HTML5Video element + Audio element of the web page, the playing control method based on offline conversion according to the embodiment of the present disclosure will be described, and according to the implementation of the MP4, the method can be easily applied to other non-streaming media formats. Fig. 10 is a schematic flow chart illustrating an optional process of the offline conversion-based play control method according to the embodiment of the present disclosure, and referring to fig. 10, the offline conversion-based play control method according to the embodiment of the present disclosure includes:
step 401: the player requests the data in the fixed-capacity MP4 file from the server according to the set offset and capacity.
The player sends a data request carrying the set offset and capacity to the server to obtain binary data which starts from zero bytes in the MP4 file and conforms to the set capacity. Taking the case that the MP4 file package structure includes fytp box, moov box and mdat box packaged in sequence as an example, the set capacity may be obtained by statistics of the ftyp box and moov box capacities of the existing MP4 file, so that the set capacity can cover the sum of the ftyp box and the moov box of the MP4 file with a set ratio (e.g., all), and it is ensured that complete moov box binary data can be requested from the server at one time. And if the complete moov data is not obtained through the primary request, recalculating the offset and the capacity, and further performing secondary request.
Step 402: the player receives the data returned by the server and identifies the media information of the MP4 file from the data returned by the server.
The media information of the MP4 file includes information of offset, capacity, decoding time, etc. of video/audio frames in the MP4 file.
In one embodiment, the player may implement the identification of the media information of the MP4 file by: recognizing binary data of the fytp box from the data returned by the server, and reading the type and the capacity of the container from the rest binary data; when the type of the read container is moov box and the capacity of the remaining binary data is not less than that of the moov box, the media information is parsed from the remaining binary data. Here, for the binary data returned by the server, the first piece of binary data is necessarily corresponding to the ftyp box, and according to the package specification of the ftyp box, the capacity (i.e. length) of the ftyp box and the capacity of the complete MP4 file can be read; for example, the capacity a (in bytes) of the ftyp box, the header information of the subsequent container is read from a +1 to obtain the type and capacity of the container, if the container is a moov box and the capacity (set to be the capacity of the ftyp box) is greater than the capacity of the moov box, which indicates that the complete binary data of the moov box has been retrieved, the binary data can be parsed according to the packaging structure to restore the media information.
In one embodiment, when the binary data returned by the server does not include complete moov data, reading the capacity of the container from the acquired binary data, and determining the offset and the capacity of the moov box in the MP4 file; according to the determined offset and capacity, when the type of the container read from the remaining binary data is moov box and the capacity of the remaining binary data is not less than the capacity of the moov box, obtaining, from the server, moov data in the MP4 file, starting with the offset of the moov box in the MP4 file and conforming to the capacity of the moov box in the MP4 file; when the type of the container read from the remaining binary data is moov box and the capacity of the remaining binary data is less than the capacity of the moov box, calculating a difference between the capacity of the moov box and the capacity of the remaining binary data as a new capacity of the secondary request, and requesting the binary data to the server a second time with the sum of the offset and the capacity of the primary request as a new offset.
In practical applications, there are cases where the packaging structure of the MP4 file is fytp box, mdat box, moov box packaged sequentially, and when the type of the container read from the remaining binary data is mdat box, the sum of the capacity of mdat box and the capacity of moov box is calculated as a new offset of the secondary request, and the binary data is requested for the second time from the server at the set capacity.
Step 403: during the playing process of the MP4 file by the player through the web page, two key frames in the MP4 file are positioned according to the identified media information and the current playing point.
In the embodiment of the present disclosure, the player plays with the media data (including at least video data, and may further include audio data) between two key frames as a loading unit, that is, the player plays the MP4 file by loading the media data between two key frames, there may be only a common frame between two key frames, that is, two key frames are adjacent key frames, and there may also be other key frames between two key frames.
Taking the example of reaching the playing point of the MP4 file by jumping, the player locates the first key frame as follows: the first key frame of the MP4 file with decoding time before the playing point locates the second key frame as: key frames in the MP4 file that are decoded later in time than the first key frame. Here, the video frame of the media file corresponding to the playing point includes two cases, i.e., a normal frame and a key frame, and when the video frame corresponding to the playing point is just the key frame, the first key frame of the MP4 file whose decoding time is before the playing point is the key frame corresponding to the playing point, i.e., the first key frame in the media data requested by the player at this time is the key frame corresponding to the playing point.
Two key frames in the player location MP4 file include: and determining the offset and the capacity of the first key frame and the second key frame based on the identified media information and the current playing point, and further requesting the media data between the first key frame and the second key frame from the server based on the offset and the capacity.
Step 404: media data between two located key frames is requested from the server.
In actual implementation, the player sends a network request to the server to request media data between two key frames located in the MP4 file, where the network request carries an offset and a capacity of a target interval corresponding to the two key frames.
Here, the player locates the position of the video frame in mdat by the offset and the capacity of the video frame between the first key frame and the second key frame in the MP4 file, locates the position of the audio frame in mdat by the offset and the capacity of the audio frame aligned with the video frame in the MP4 file, takes a section formed by an upper limit and a lower limit of the position as a target section, the offset and the capacity corresponding to the upper limit of the position as the offset and the capacity corresponding to the upper limit of the target section, and the offset and the capacity corresponding to the lower limit of the position as the offset and the capacity corresponding to the lower limit of the target section.
Step 405: the player receives the media data returned by the server and sends the media data to the offline conversion component.
Here, the player runs on the same host device as the offline conversion component, i.e., the offline conversion component runs locally on the player. In practical applications, the offline conversion component may be in an active state during the operation of the web page or player, exit the active state when the player is turned off, or remain in an active state during the operation of the hosting device.
Step 406: the offline conversion component constructs a segmented media file in FMP4 format based on the received media data.
In one embodiment, the offline conversion component may implement the construction of the segmented media file by: receiving metadata of a corresponding segmented media file level calculated by a player based on media information corresponding to the media data; and filling the metadata and the acquired media data based on the packaging format of the FMP4 file to obtain a corresponding segmented media file in FMP4 format.
Step 407: the player receives the segmented media file returned by the offline conversion component.
Step 408: the player adds the segmented media file to the media source object in the MSE interface.
Step 409: the player passes the virtual address to the media element of the web page.
The virtual address is used for the media element (video element + Audio element) to play video by using the media source object as a data source.
Continuing with the description of the offline conversion-based playback control apparatus, in practical implementation, the offline conversion-based playback control apparatus may also adopt a software implementation manner, as a software implementation example of the offline conversion-based playback control apparatus, fig. 11 is a schematic structural diagram of a composition of the offline conversion-based playback control apparatus provided in the embodiment of the present disclosure, and referring to fig. 11, the offline conversion-based playback control apparatus 800 includes:
an obtaining unit 81, configured to obtain media data in a media file through a player embedded in a web page, where the player plays the media file in the web page, and the media file adopts a non-streaming media format;
a sending unit 82, configured to send the media data to an offline conversion component through the player, where the player and the offline conversion component operate in the same host device;
a receiving unit 83, configured to receive a segmented media file constructed based on the media data returned by the offline conversion component;
and the processing unit 84 is configured to send the segmented media file to the media element of the web page for playing through the media source extension interface of the web page.
In an embodiment, the processing unit is further configured to calculate metadata at a segmented media file level according to media information identified from the metadata of the media file;
and sending the metadata at the level of the segmented media file to the offline conversion component, wherein the metadata at the level of the segmented media file is used for the offline conversion component to fill the metadata at the level of the segmented media file and the media data based on the packaging format of the segmented media file to obtain the segmented media file.
In an embodiment, the obtaining unit is further configured to determine two key frames in the media file to be played based on a real-time playing point in a playing process of the media file;
and sending a network request, wherein the network request is used for requesting to acquire the media data between the two key frames in the media file.
In one embodiment, when the playing point of the media file is reached by continuous playing,
the first key frame of the two key frames is: the first key frame in the media file whose decoding time is after the play point,
the second key frame of the two key frames is: key frames in the media file that are decoded later than the first key frame.
In one embodiment, when the play point of the media file is reached by jumping,
the first key frame of the two key frames is: the first key frame in the media file whose decoding time precedes the play point,
the second key frame of the two key frames is: key frames in the media file that are decoded later than the first key frame.
In an embodiment, the obtaining unit is further configured to determine an offset and a capacity of the media data in the media file;
based on the offset and the capacity, sending a network request to a server; the network requests that the media data requested to be retrieved begin at the offset and conform to the capacity in a media data container of the media file.
In an embodiment, the obtaining unit is further configured to determine, according to media information identified from metadata of the media file, an offset and a capacity of a video frame of the media data in the media file, and an offset and a capacity of an audio frame aligned with the video frame in the media file;
and determining the offset and the capacity of the interval comprising the video frame and the audio frame according to the determined offset and the capacity.
In an embodiment, the obtaining unit is further configured to obtain metadata in the media file based on a set offset and a set capacity, where the metadata starts from the offset in the multimedia file and conforms to the set capacity;
identifying media information from the acquired metadata;
the media information is used to locate the offset and volume of the media data in the media file.
In an embodiment, the obtaining unit is further configured to calculate an offset and a volume of the metadata container according to a header of the metadata container when complete media information is not identified from the metadata through the set offset and volume;
acquiring metadata in the metadata container based on the calculated offset and capacity;
and identifying and obtaining corresponding media information from the acquired metadata in the metadata container.
In an embodiment, the processing unit is further configured to add the received segmented media file to a media source object in a media resource extension interface;
creating a virtual address corresponding to the media source object;
and transmitting the virtual address to the media element of the webpage, wherein the virtual address is used for playing the media element by taking the media source object as a data source.
In an embodiment, the obtaining unit is further configured to send a network request corresponding to the media data to the server, where the network request carries authentication information;
and when the server passes the legality of the user authenticated based on the authentication information, receiving the media data returned by the server.
In an embodiment, the obtaining unit is further configured to send, to the server, a parameter formed by encapsulating a network request for the media data, where the network request carries an offset and a capacity of the media data in the media file;
and receiving the media data returned by the server through analyzing the parameters.
In an embodiment, the obtaining unit is further configured to send a network request corresponding to the media data;
receiving the returned encrypted media data.
By applying the embodiment of the present disclosure, the following beneficial effects are achieved:
1) and converting the media data in the media file in the non-streaming media format into a segmented media file, and sending the segmented media file to the media element of the webpage for decoding and playing through the media source expansion interface of the webpage, so that the media file in the non-streaming media format is played through the webpage, and the limitation that the file in the non-streaming media packaging format can be independently played after being completely downloaded is overcome.
2) The front end is independent of an offline conversion component of the player, so that conversion from the media file in the non-streaming media format to the segmented media file is realized, the media file in the non-streaming media format is played through a webpage, a service party does not need to deploy FMP4 storage and CDN, the system architecture of the service party is simple, and the implementation cost is low.
3) And the media elements of the webpage acquire the segmented media file through the media source expansion interface to be decoded and played, rather than acquiring media data based on the real address of the media file and then playing, so that the real address of the media file is protected.
The disclosed embodiment also provides a readable storage medium, which may include: various media that can store program codes, such as a removable Memory device, a Random Access Memory (RAM), a Read-Only Memory (ROM), a magnetic disk, and an optical disk. The readable storage medium stores executable instructions;
the executable instruction is used for realizing the playing control method based on the offline conversion when being executed by the processor.
The above description is only for the specific embodiments of the present disclosure, but the scope of the present disclosure is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present disclosure, and all the changes or substitutions should be covered within the scope of the present disclosure. Therefore, the protection scope of the present disclosure shall be subject to the protection scope of the claims.

Claims (24)

1. A playing control method based on off-line conversion is characterized by comprising the following steps:
determining two key frames in a media file to be played based on a real-time playing point in the playing process of the media file through a player embedded in a webpage;
sending a network request, wherein the network request is used for requesting to acquire media data between the two key frames in the media file, the player plays the media file in the webpage, and the media file adopts a non-streaming media format;
sending the media data to an offline conversion component through the player, wherein the player and the offline conversion component operate in the same host device;
receiving a segmented media file which is constructed based on the media data and returned by the offline conversion component; the segmented media file is obtained by filling metadata at a segmented file level and the media data based on the packaging format of the segmented media file by the offline conversion component;
adding the received segmented media file to a media source object in a media source extension interface;
creating a virtual address corresponding to the media source object;
and transmitting the virtual address to the media element of the webpage, wherein the virtual address is used for playing the media element by taking the media source object as a data source.
2. The method of claim 1, further comprising:
calculating metadata at a segmented media file level according to media information identified from the metadata of the media file;
and sending the metadata at the level of the segmented media file to the offline conversion component, wherein the metadata at the level of the segmented media file is used for the offline conversion component to fill the metadata at the level of the segmented media file and the media data based on the packaging format of the segmented media file to obtain the segmented media file.
3. The method of claim 1,
when the playing point of the media file is reached by means of continuous playing,
the first key frame of the two key frames is: the first key frame in the media file whose decoding time is after the play point,
the second key frame of the two key frames is: key frames in the media file that are decoded later than the first key frame.
4. The method of claim 1,
when the play point of the media file is reached by jumping,
the first key frame of the two key frames is: the first key frame in the media file whose decoding time precedes the play point,
the second key frame of the two key frames is: key frames in the media file that are decoded later than the first key frame.
5. The method of claim 1, wherein sending the network request comprises:
determining the offset and the capacity of the media data in the media file;
based on the offset and the capacity, sending a network request to a server; the network requests that the media data requested to be retrieved begin at the offset and conform to the capacity in a media data container of the media file.
6. The method of claim 5, wherein determining the offset and the size of the media data in the media file comprises:
determining the offset and the capacity of a video frame of the media data in the media file and the offset and the capacity of an audio frame aligned with the video frame in the media file according to the media information identified from the metadata of the media file;
and determining the offset and the capacity of the interval comprising the video frame and the audio frame according to the determined offset and the capacity.
7. The method of claim 1, further comprising:
acquiring metadata in the media file based on the set offset and the set capacity, wherein the metadata starts from the offset in the media file and conforms to the capacity;
identifying media information from the acquired metadata;
the media information is used to locate the offset and volume of the media data in the media file.
8. The method of claim 7, further comprising:
when complete media information is not identified from the metadata through the set offset and capacity, calculating the offset and the capacity of the metadata container according to the header of the metadata container;
acquiring metadata in the metadata container based on the calculated offset and capacity;
and identifying and obtaining corresponding media information from the acquired metadata in the metadata container.
9. The method of claim 1, wherein sending the network request comprises:
sending a network request corresponding to the media data to a server, wherein the network request carries authentication information;
and when the server passes the legality of the user authenticated based on the authentication information, receiving the media data returned by the server.
10. The method of claim 1, wherein sending the network request comprises:
sending parameters formed by encapsulating a network request for the media data to a server, wherein the network request carries the offset and the capacity of the media data in the media file;
and receiving the media data returned by the server through analyzing the parameters.
11. The method of claim 1, wherein sending the network request comprises:
sending a network request corresponding to the media data;
receiving the returned encrypted media data.
12. A play control device based on off-line conversion is characterized by comprising:
the device comprises an acquisition unit, a display unit and a display unit, wherein the acquisition unit is used for determining two key frames in a media file to be played based on a real-time playing point in the playing process of the media file through a player embedded in a webpage; sending a network request, wherein the network request is used for requesting to acquire media data between the two key frames in the media file, the player plays the media file in the webpage, and the media file adopts a non-streaming media format;
a sending unit, configured to send the media data to an offline conversion component through the player, where the player and the offline conversion component operate in the same host device;
the receiving unit is used for receiving a segmented media file which is constructed based on the media data and returned by the offline conversion component; the segmented media file is obtained by filling metadata at a segmented file level and the media data based on the packaging format of the segmented media file by the offline conversion component;
the processing unit is used for adding the received segmented media files to media source objects in a media source expansion interface; creating a virtual address corresponding to the media source object; and transmitting the virtual address to the media element of the webpage, wherein the virtual address is used for playing the media element by taking the media source object as a data source.
13. The apparatus of claim 12,
the processing unit is further used for calculating metadata of a segmented media file level according to the media information identified from the metadata of the media file;
and sending the metadata at the level of the segmented media file to the offline conversion component, wherein the metadata at the level of the segmented media file is used for the offline conversion component to fill the metadata at the level of the segmented media file and the media data based on the packaging format of the segmented media file to obtain the segmented media file.
14. The apparatus of claim 12,
when the playing point of the media file is reached by means of continuous playing,
the first key frame of the two key frames is: the first key frame in the media file whose decoding time is after the play point,
the second key frame of the two key frames is: key frames in the media file that are decoded later than the first key frame.
15. The apparatus of claim 12,
when the play point of the media file is reached by jumping,
the first key frame of the two key frames is: the first key frame in the media file whose decoding time precedes the play point,
the second key frame of the two key frames is: key frames in the media file that are decoded later than the first key frame.
16. The apparatus of claim 12,
the acquiring unit is further configured to determine an offset and a capacity of the media data in the media file;
based on the offset and the capacity, sending a network request to a server; the network requests that the media data requested to be retrieved begin at the offset and conform to the capacity in a media data container of the media file.
17. The apparatus of claim 16,
the acquiring unit is further configured to determine, according to media information identified from the metadata of the media file, an offset and a capacity of a video frame of the media data in the media file, and an offset and a capacity of an audio frame aligned with the video frame in the media file;
and determining the offset and the capacity of the interval comprising the video frame and the audio frame according to the determined offset and the capacity.
18. The apparatus of claim 12,
the acquiring unit is further configured to acquire metadata in the media file based on a set offset and a set capacity, where the metadata starts from the offset in the media file and conforms to the set capacity;
identifying media information from the acquired metadata;
the media information is used to locate the offset and volume of the media data in the media file.
19. The apparatus of claim 18,
the acquiring unit is further used for calculating the offset and the capacity of the metadata container according to the header of the metadata container when the complete media information is not identified from the metadata through the set offset and the set capacity;
acquiring metadata in the metadata container based on the calculated offset and capacity;
and identifying and obtaining corresponding media information from the acquired metadata in the metadata container.
20. The apparatus of claim 12,
the acquiring unit is further configured to send a network request corresponding to the media data to a server, where the network request carries authentication information;
and when the server passes the legality of the user authenticated based on the authentication information, receiving the media data returned by the server.
21. The apparatus of claim 12,
the obtaining unit is further configured to send a parameter formed by encapsulating a network request for the media data to a server, where the network request carries an offset and a capacity of the media data in the media file;
and receiving the media data returned by the server through analyzing the parameters.
22. The apparatus of claim 12,
the acquiring unit is further configured to send a network request corresponding to the media data;
receiving the returned encrypted media data.
23. A play control device based on off-line conversion is characterized by comprising:
a memory for storing executable instructions;
a processor, configured to execute the executable instructions stored in the memory to implement the offline conversion-based playback control method according to any one of claims 1 to 11.
24. A storage medium storing executable instructions for implementing the offline conversion-based playback control method according to any one of claims 1 to 11 when executed by a computer.
CN201810533528.3A 2018-05-29 2018-05-29 Playing control method and device based on offline conversion and storage medium Active CN110545471B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810533528.3A CN110545471B (en) 2018-05-29 2018-05-29 Playing control method and device based on offline conversion and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810533528.3A CN110545471B (en) 2018-05-29 2018-05-29 Playing control method and device based on offline conversion and storage medium

Publications (2)

Publication Number Publication Date
CN110545471A CN110545471A (en) 2019-12-06
CN110545471B true CN110545471B (en) 2021-12-14

Family

ID=68701041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810533528.3A Active CN110545471B (en) 2018-05-29 2018-05-29 Playing control method and device based on offline conversion and storage medium

Country Status (1)

Country Link
CN (1) CN110545471B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111083410B (en) * 2019-12-30 2022-02-25 珠海全志科技股份有限公司 Audio and video stream processing method and device for DVR

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102611690A (en) * 2011-12-22 2012-07-25 南京邮电大学 Container format conversion method on basis of hypertext transfer protocol (HTTP) streaming
CN103428527A (en) * 2013-08-08 2013-12-04 北京宽客网络技术有限公司 Real-time data source media stream transformation method and breakpoint switching play method
WO2014175148A1 (en) * 2013-04-26 2014-10-30 ソニー株式会社 Reception device, information processing method in reception device, transmission device, information processing device, and information processing method
CN105453582A (en) * 2013-08-06 2016-03-30 虚拟电缆有限责任公司 A method for playing a media stream in a browser application
CN107613029A (en) * 2017-11-05 2018-01-19 深圳市青葡萄科技有限公司 A kind of virtual desktop remote method and system suitable for mobile terminal or Web ends
CN107645491A (en) * 2016-07-21 2018-01-30 韩华泰科株式会社 Media flow transmission equipment and media serving device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102611690A (en) * 2011-12-22 2012-07-25 南京邮电大学 Container format conversion method on basis of hypertext transfer protocol (HTTP) streaming
WO2014175148A1 (en) * 2013-04-26 2014-10-30 ソニー株式会社 Reception device, information processing method in reception device, transmission device, information processing device, and information processing method
CN105453582A (en) * 2013-08-06 2016-03-30 虚拟电缆有限责任公司 A method for playing a media stream in a browser application
CN103428527A (en) * 2013-08-08 2013-12-04 北京宽客网络技术有限公司 Real-time data source media stream transformation method and breakpoint switching play method
CN107645491A (en) * 2016-07-21 2018-01-30 韩华泰科株式会社 Media flow transmission equipment and media serving device
CN107613029A (en) * 2017-11-05 2018-01-19 深圳市青葡萄科技有限公司 A kind of virtual desktop remote method and system suitable for mobile terminal or Web ends

Also Published As

Publication number Publication date
CN110545471A (en) 2019-12-06

Similar Documents

Publication Publication Date Title
CN110545466B (en) Webpage-based media file playing method and device and storage medium
CN110545483B (en) Method, device and storage medium for playing media file by switching resolution in webpage
CN110545456B (en) Synchronous playing method and device of media files and storage medium
CN110545490B (en) Media file conversion method, device and storage medium
CN110545491B (en) Network playing method, device and storage medium of media file
CN110545479B (en) Loading control method and device for media playing and storage medium
CN110545469B (en) Webpage playing method, device and storage medium of non-streaming media file
CN110545448B (en) Media playing method and device based on data encryption and storage medium
JP2021510991A5 (en)
CN110545460B (en) Media file preloading method and device and storage medium
CN110545254B (en) Method and device for analyzing metadata container and storage medium
CN110545471B (en) Playing control method and device based on offline conversion and storage medium
CN110545463B (en) Play control method and device based on media file conversion and storage medium
CN110545468B (en) Media file playing method and device based on parameter encapsulation and storage medium
CN110545461A (en) Resolution switching method and device of media file and storage medium
CN110545464A (en) Media file resolution switching method and device and storage medium
CN110545467A (en) Media file loading control method and device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Patentee after: Douyin Vision Co.,Ltd.

Address before: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Patentee before: Tiktok vision (Beijing) Co.,Ltd.

Address after: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Patentee after: Tiktok vision (Beijing) Co.,Ltd.

Address before: 100041 B-0035, 2 floor, 3 building, 30 Shixing street, Shijingshan District, Beijing.

Patentee before: BEIJING BYTEDANCE NETWORK TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder