[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN103458318A - Media data transmission method and system - Google Patents

Media data transmission method and system Download PDF

Info

Publication number
CN103458318A
CN103458318A CN2013103208064A CN201310320806A CN103458318A CN 103458318 A CN103458318 A CN 103458318A CN 2013103208064 A CN2013103208064 A CN 2013103208064A CN 201310320806 A CN201310320806 A CN 201310320806A CN 103458318 A CN103458318 A CN 103458318A
Authority
CN
China
Prior art keywords
server
media
client
resource
media server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2013103208064A
Other languages
Chinese (zh)
Other versions
CN103458318B (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.)
World (Shanghai) Technology Development Co., Ltd.
Original Assignee
Shenzhen Temobi Science and 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 Shenzhen Temobi Science and Technology Co Ltd filed Critical Shenzhen Temobi Science and Technology Co Ltd
Priority to CN201310320806.4A priority Critical patent/CN103458318B/en
Publication of CN103458318A publication Critical patent/CN103458318A/en
Application granted granted Critical
Publication of CN103458318B publication Critical patent/CN103458318B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

Disclosed is a media data transmission method. The method includes the steps that an SIP server receives a media-on-demand request initiated by a client-side and extracts a resource identifier according to the media media-on-demand request; the SIP server acquires a corresponding media server and a corresponding resource server according to the resource identifier and sends the resource identifier to the media server; the resource server acquires the resource identifier and address information of the media server through the SIP server, establishes a UDT link with the media server according to the address information and sends media data corresponding to the resource identifier to the media server through the UDT link; the media server establishes a link with the client-side through the SIP server and sends the media data corresponding to the resource identifier to the client-side. The invention further provides a media data transmission system. The media data transmission method and method can improve system response speed and media data transmission quality.

Description

Media data transmission method and system
Technical field
The present invention relates to Internet technical field, particularly relate to a kind of media data transmission method and system.
Background technology
Along with the development of Internet technology, the media-on-demand systems such as video request program also are used widely.Media-on-demand system in conventional art, based on Session Initiation Protocol (Session Initiation Protocol, session initiation protocol), comprises sip server, media server and Resource Server.Sip server is responsible for setting up session, and the media server media data that responsible forwarding is sent by Resource Server is to client.
Yet, the inventor finds that at least there is following problem in the forwarding media stream method in conventional art after deliberation: the sip server in conventional art adopts UDP(User Datagram Protocol when setting up session, User Datagram Protoco (UDP)) connect, make sip server to come to transmit address and port information to client, media server and Resource Server by initiating a large amount of session requests, make interaction flow more complicated, from having reduced response speed.
Summary of the invention
Based on this, be necessary to provide a kind of media data transmission method that can improve response speed.
A kind of media data transmission method comprises:
Sip server receives the media-on-demand request that client is initiated, and extracts resource identification according to described media-on-demand request;
Described sip server obtains corresponding media server and Resource Server according to described resource identification, and described resource identification is sent to described media server;
Described Resource Server obtains the address information of described resource identification and described media server by sip server, and set up UDT according to described address information with described media server and be connected, and connect the media data corresponding with described resource identification sent to media server by described UDT;
Described media server connects by sip server and described client, and the media data corresponding with described resource identification is transmitted to described client.
In embodiment, the step that described Resource Server obtains the address information of described media server by described sip server comprises therein:
Described media server receives the backward described sip server of described resource identification and returns to its address information;
Described sip server sends to described Resource Server by the address information of described media server.
In embodiment, the step that described media server connects by sip server and described client is therein:
Media server is set up UDT by sip server with described client and is connected.
Therein in embodiment, described media server is set up by sip server and described client the step that UDT is connected and is comprised:
The address information that described sip server returns to described media server sends to described client;
Described client sends the UDT connection request according to described address information to described media server, sets up UDT and connects.
Therein in embodiment, the step that described media server will the media data corresponding with described resource identification be transmitted to described client comprises;
Described media server connects the media data corresponding with described resource identification is transmitted to described client by described UDT.
In addition, also be necessary to provide a kind of media data transmission system that can improve response speed.
A kind of media data transmission system, comprise client, sip server, media server and Resource Server, wherein:
The media-on-demand request that sip server is initiated for receiving client, and extract resource identification according to described media-on-demand request, obtain corresponding media server and Resource Server according to described resource identification, and described resource identification is sent to described media server;
Resource Server is for obtaining the address information of described resource identification and described media server by sip server, and set up UDT according to described address information with described media server and be connected, and connect the media data corresponding with described resource identification sent to media server by described UDT;
Media server is used for connecting by sip server and described client, and the media data corresponding with described resource identification is transmitted to described client.
In embodiment, described media server also returns to its address information for receiving the backward described sip server of described resource identification therein;
Described sip server also sends to described Resource Server for the address information by described media server.
In embodiment, described media server also is connected for by sip server, with described client, setting up UDT therein.
In embodiment, described sip server also sends to described client for the address information that described media server is returned therein;
Described client, also for according to described address information, to described media server, sending the UDT connection request, is set up UDT and is connected.
In embodiment, described media server is also for connecting the media data corresponding with described resource identification is transmitted to described client by described UDT therein.
In above-mentioned media data transmission method and system, owing to adopting UDT to be connected between Resource Server and media server, therefore, sip server can only need send to Resource Server by the address information of resource identification and media server, Resource Server can be set up with the UDT of media server and be connected, and connect to media server and send data by this UDT, thereby simplified reciprocal process, improved response speed.And the reliability that UDT connects, higher than traditional udp protocol transmission means, has therefore also improved the mass transfer amount of media data.
Simultaneously, owing to adopting UDT to connect, make media server can only use single port can realize being connected with a plurality of Resource Servers with a plurality of clients (in conventional art due to the restriction of UDP transmission means, need to use a plurality of port numbers), thereby reduced necessary port number, saved computer resource.
The accompanying drawing explanation
The flow chart that Fig. 1 is media data transmission method in an embodiment;
Fig. 2 is the mutual sequential chart of media data transmission in the video/audio demand (telecommunication) service in conventional art;
Fig. 3 is the mutual sequential chart of media data transmission in the video/audio demand (telecommunication) service in an embodiment;
The structural representation that Fig. 4 is media data transmission system in an embodiment.
Embodiment
In one embodiment, as shown in Figure 1, a kind of media data transmission method, the method computer program that places one's entire reliance upon, this computer program can run on the computer system based on the Feng Luoyiman system.The video/audio VOD system of this computer system based on being formed by client, sip server, media server and Resource Server in prior art.
Media data transmission method based on the video/audio VOD system of the prior art can be with reference to figure 2, as shown in Figure 2, and complete video request-program process mutual following (with reference to GB GBT28181) in prior art:
A1. client sends subsidiary SDP(Session Description Protocol, Session Description Protocol to sip server) the session request.Include the resource identification (MD5 value as corresponding as video resource) of media data of user request and the terminal iidentification (as IP address or the user account of client) of client in this SDP.
The A2.SIP server sends the session request to its forwarding address information of media server request to media server.
A3. media server returns to the response of subsidiary SDP.The forwarding address information such as IP address, port information that includes media server in this SDP.
The A4.SIP server sends the session request of subsidiary SDP to Resource Server.Include forwarding address information and resource identification that aforementioned media server returns in this SDP.
A5. Resource Server sends the response of subsidiary SDP to sip server.The resource address information such as IP address, port information that includes Resource Server in this SDP.
The A6.SIP server sends the ACK of subsidiary SDP to media server.ACK is for connecting confirmation.Include resource address information and the resource identification of Resource Server in this SDP, sip server sends to media server by resource address information and resource identification.
The A7.SIP server sends ACK to Resource Server.Resource Server is that the presentation medium server is ready after receiving ACK.
A8. Resource Server sends media data to media server.Resource Server and media server are crossed UDP message bag transmission of media data according to forwarding address information and resource address information exchange separately.
The A9.SIP server is initiated the session request of subsidiary SDP to media server.The terminal address information such as IP address, port information that includes client in this SDP.This request is for notifying media server to client forwarding media data.
A10. media server returns to the response of subsidiary SDP to sip server.The forwarding address information such as IP address, port information (can be different from the port information in the SDP returned in A3) that includes media server in this SDP.
The A11.SIP server returns to the response of subsidiary SDP to client.Comprise the forwarding address information that the A10 media server returns in this SDP.
A12. client is returned to ACK to sip server.
The A13.SIP server returns to ACK to media server.
A14. client and media server are crossed UDP message bag transmission of media data according to terminal address information and forwarding address information exchange separately.
And in the present embodiment, media data transmission method comprises the following steps:
Step S102, sip server receives the media-on-demand request that client is initiated, and extracts resource identification according to the media-on-demand request.
In the present embodiment, as shown in Figure 3, in reciprocal process A1, client can be passed through SDP protocol encapsulation terminal iidentification and the resource identification corresponding with terminal iidentification, and sends it to sip server.Terminal iidentification can be IP address, machine name or the user name of client.Resource identification is the identification information of the video/audio resource of user's program request, can be MD5 value of resource name, resource etc.
For example, in an application scenarios, user's client user name now logs in, then click the program request link that video resource is corresponding on the program request interface, client is obtained program request and is linked corresponding resource identification, then resource identification and user name is sent it to sip server after by the SDP protocol encapsulation.
Step S104, sip server obtains corresponding media server and Resource Server according to resource identification, and resource identification is sent to this media server.
In the present embodiment, store the resource identification locating information on sip server, can search according to resource identification the Resource Server of the media data that this resource identification of storage is corresponding in the resource identification locating information; Also store the media server state information on sip server, can search according to the media server state information media server of the free time corresponding with resource identification or terminal iidentification.That is to say, media server and Resource Server each can have a plurality ofly, and sip server can obtain suitable media server and Resource Server according to terminal iidentification and/or resource identification.
Step S106, Resource Server is by the address information of sip server Gains resources sign and media server, set up UDT according to address information and media server and be connected, and by UDT connect will be corresponding with resource identification media data send to media server.
In the present embodiment, Resource Server comprises by the step of the address information of sip server Gains resources sign and media server:
Media server receives the backward sip server of resource identification and returns to its address information, and sip server sends to Resource Server by the address information of resource identification and media server.
As shown in Figure 3, in reciprocal process A2, A3, A4 and B1, sip server first sends to resource identification media server (reciprocal process A2), and media server returns to the response (reciprocal process A3) of subsidiary SDP.The address information such as IP address, port information that includes media server in this SDP.Then sip server sends to Resource Server (reciprocal process A4) by this address information and resource identification again, returns to response (reciprocal process B1) after Resource Server receives.
In the present embodiment, as shown in Figure 3, Resource Server is set up before UDT is connected according to address information and media server, media server and Resource Server are accepted respectively the connection confirmation (with reference to reciprocal process B2 and A7 in figure 3) that sip server sends, after Resource Server and media server receive ACK, can confirm that the other side is ready, can initiate UDT and connect.
In the present embodiment, because Resource Server and media server are set up UDT and are connected, make media server not need to know the address information of Resource Server, therefore, reciprocal process B1 and B2 are compared to reciprocal process A5 of the prior art and A6, and Resource Server is without the address informations such as its ip address, port information are sent to media server by sip server.
Step S108, media server connects by sip server and client, and media data that will be corresponding with resource identification is transmitted to client.
In the present embodiment, media server is set up UDT by sip server and client and is connected, and can be specially:
Sip server will be corresponding with resource identification the address information returned of media server send to client.
Client sends the UDT connection request according to address information to media server, sets up UDT and connects.
Further, the step that the media data that media server will be corresponding with resource identification is transmitted to client is: media server by UDT connect will be corresponding with resource identification media data be transmitted to client.
In the present embodiment, sip server can send to the address information of media server client (with reference to the reciprocal process A11 in figure 3) after to Resource Server, sending the connection acknowledge message.Client is after returning to the connection confirmation (with reference to the reciprocal process A12 in figure 3) to sip server, can send UDT connection request (with reference to the reciprocal process B4 in figure 3) to media server, after UDT connects foundation, media server can connect media data is sent to client (with reference to reciprocal process A14 in figure 3) by this UDT.
Owing to adopting UDT to be connected between client and media server, therefore, sip server can only need send to client by the address information of media server, client can be set up with the UDT of media server and be connected, and connect by this UDT the media data corresponding with resource identification that the receiving media server forwards, compared with prior art, simplified reciprocal process (as shown in Figure 3, simplified reciprocal process A9 and A10), thus response speed improved further.
It should be noted that, when a plurality of clients are carried out a sowing time simultaneously, as shown in Figure 3, in reciprocal process A2, can comprise the terminal iidentification corresponding with resource identification, terminal iidentification can be IP address or the user name of client.Media server is to client forwarding media data the time, connect and obtain terminal iidentification according to UDT, then obtain corresponding resource identification according to terminal iidentification, more corresponding media data connects and is transmitted to corresponding client by this resource identification by this UDT, thereby can avoid the mistake of data to send out.
In one embodiment, as shown in Figure 4, a kind of media data transmission system, is characterized in that, comprises client 10, sip server 20, media server 30 and Resource Server 40, wherein:
The media-on-demand request that sip server 20 is initiated for receiving client 10, and extract resource identification according to the media-on-demand request, obtain corresponding media server 30 and Resource Server 40 according to resource identification, and resource identification is sent to media server 30;
Resource Server 40 is for the address information by sip server 20 Gains resources signs and media server 30, and set up UDT according to address information with media server 30 and be connected, and by UDT connect will be corresponding with resource identification media data send to media server 30;
Media server 30 is for connecting by sip server 20 and client 10, and media data that will be corresponding with resource identification is transmitted to client 10.
In the present embodiment, media server 30 also returns to its address information for receiving the backward sip server 20 of resource identification;
Sip server 20 also sends to Resource Server 40 for the address information by media server 30.
In the present embodiment, media server 30 also is connected for by sip server 20, with client 10, setting up UDT.
In the present embodiment, sip server 20 also sends to client 10 for the address information that media server 30 is returned;
Client 10 also, for according to address information, to media server 30, sending the UDT connection request, is set up UDT and is connected.
In the present embodiment, media server 30 also for by UDT, connect will be corresponding with resource identification media data be transmitted to client 10.
In above-mentioned media data transmission method and system, owing to adopting UDT to be connected between Resource Server and media server, therefore, sip server can only need send to Resource Server by the address information of resource identification and media server, Resource Server can be set up with the UDT of media server and be connected, and connect to media server and send data by this UDT, thereby simplified reciprocal process, improved response speed.And the reliability that UDT connects, higher than traditional udp protocol transmission means, has therefore also improved the transmission quality of media data.
Simultaneously, owing to adopting UDT to connect, make media server can only use single port can realize being connected with a plurality of Resource Servers with a plurality of clients (in conventional art due to the restriction of UDP transmission means, need to use a plurality of port numbers), thereby reduced necessary port number, saved computer resource.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, to come the hardware that instruction is relevant to complete by computer program, described program can be stored in a computer read/write memory medium, this program, when carrying out, can comprise the flow process as the embodiment of above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.

Claims (10)

1. a media data transmission method comprises:
Sip server receives the media-on-demand request that client is initiated, and extracts resource identification according to described media-on-demand request;
Described sip server obtains corresponding media server and Resource Server according to described resource identification, and described resource identification is sent to described media server;
Described Resource Server obtains the address information of described resource identification and described media server by sip server, and set up UDT according to described address information with described media server and be connected, and connect the media data corresponding with described resource identification sent to media server by described UDT;
Described media server connects by sip server and described client, and the media data corresponding with described resource identification is transmitted to described client.
2. media data transmission method according to claim 1, is characterized in that, the step that described Resource Server obtains the address information of described media server by described sip server comprises:
Described media server receives the backward described sip server of described resource identification and returns to its address information;
Described sip server sends to described Resource Server by the address information of described media server.
3. media data transmission method according to claim 2, is characterized in that, the step that described media server connects by sip server and described client is:
Media server is set up UDT by sip server with described client and is connected.
4. media data transmission method according to claim 3, is characterized in that, described media server is set up by sip server and described client the step that UDT is connected and comprised:
The address information that described sip server returns to described media server sends to described client;
Described client sends the UDT connection request according to described address information to described media server, sets up UDT and connects.
5. media data transmission method according to claim 4, is characterized in that, the step that described media server will the media data corresponding with described resource identification be transmitted to described client comprises;
Described media server connects the media data corresponding with described resource identification is transmitted to described client by described UDT.
6. a media data transmission system, is characterized in that, comprises client, sip server, media server and Resource Server, wherein:
The media-on-demand request that sip server is initiated for receiving client, and extract resource identification according to described media-on-demand request, obtain corresponding media server and Resource Server according to described resource identification, and described resource identification is sent to described media server;
Resource Server is for obtaining the address information of described resource identification and described media server by sip server, and set up UDT according to described address information with described media server and be connected, and connect the media data corresponding with described resource identification sent to media server by described UDT;
Media server is used for connecting by sip server and described client, and the media data corresponding with described resource identification is transmitted to described client.
7. media data transmission system according to claim 6, is characterized in that, described media server also returns to its address information for receiving the backward described sip server of described resource identification;
Described sip server also sends to described Resource Server for the address information by described media server.
8. media data transmission system according to claim 7, is characterized in that, described media server also is connected for by sip server, with described client, setting up UDT.
9. media data transmission system according to claim 8, is characterized in that, described sip server also sends to described client for the address information that described media server is returned;
Described client, also for according to described address information, to described media server, sending the UDT connection request, is set up UDT and is connected.
10. media data transmission system according to claim 9, is characterized in that, described media server is also for connecting the media data corresponding with described resource identification is transmitted to described client by described UDT.
CN201310320806.4A 2013-07-26 2013-07-26 media data transmission method and system Expired - Fee Related CN103458318B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310320806.4A CN103458318B (en) 2013-07-26 2013-07-26 media data transmission method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310320806.4A CN103458318B (en) 2013-07-26 2013-07-26 media data transmission method and system

Publications (2)

Publication Number Publication Date
CN103458318A true CN103458318A (en) 2013-12-18
CN103458318B CN103458318B (en) 2016-12-28

Family

ID=49740205

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310320806.4A Expired - Fee Related CN103458318B (en) 2013-07-26 2013-07-26 media data transmission method and system

Country Status (1)

Country Link
CN (1) CN103458318B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105933728A (en) * 2016-04-20 2016-09-07 乐视控股(北京)有限公司 Playing request method, device, and system
CN107734284A (en) * 2017-09-18 2018-02-23 深圳市麦斯杰网络有限公司 Media session method for building up, device and computer-readable recording medium
CN111818360A (en) * 2020-09-14 2020-10-23 平安国际智慧城市科技股份有限公司 Media on-demand method, system and device
CN113381990A (en) * 2021-06-03 2021-09-10 湖南快乐阳光互动娱乐传媒有限公司 Method and system for intercommunication between on-demand terminals

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1816053A (en) * 2006-03-10 2006-08-09 清华大学 Flow-media direct-broadcasting P2P network method based on conversation initialization protocol
CN101123718A (en) * 2007-09-13 2008-02-13 华为技术有限公司 Multi-media ordering method and system and multimedia terminal
CN101977236A (en) * 2010-11-05 2011-02-16 北京云快线软件服务有限公司 Large-file multipoint distribution system
US20120173740A1 (en) * 2010-12-29 2012-07-05 Anjini Shukla Method and apparatus of performing peer-to-peer communication establishment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1816053A (en) * 2006-03-10 2006-08-09 清华大学 Flow-media direct-broadcasting P2P network method based on conversation initialization protocol
CN101123718A (en) * 2007-09-13 2008-02-13 华为技术有限公司 Multi-media ordering method and system and multimedia terminal
CN101977236A (en) * 2010-11-05 2011-02-16 北京云快线软件服务有限公司 Large-file multipoint distribution system
US20120173740A1 (en) * 2010-12-29 2012-07-05 Anjini Shukla Method and apparatus of performing peer-to-peer communication establishment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王艳芳: "基于UDP的数据可靠传输技术研究与应用", 《计算机工程与应用》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105933728A (en) * 2016-04-20 2016-09-07 乐视控股(北京)有限公司 Playing request method, device, and system
WO2017181602A1 (en) * 2016-04-20 2017-10-26 乐视控股(北京)有限公司 On-demand playback method, device, electronic equipment and system
CN107734284A (en) * 2017-09-18 2018-02-23 深圳市麦斯杰网络有限公司 Media session method for building up, device and computer-readable recording medium
CN111818360A (en) * 2020-09-14 2020-10-23 平安国际智慧城市科技股份有限公司 Media on-demand method, system and device
CN111818360B (en) * 2020-09-14 2021-04-27 平安国际智慧城市科技股份有限公司 Media on-demand method, system and device
CN113381990A (en) * 2021-06-03 2021-09-10 湖南快乐阳光互动娱乐传媒有限公司 Method and system for intercommunication between on-demand terminals
CN113381990B (en) * 2021-06-03 2022-06-10 湖南快乐阳光互动娱乐传媒有限公司 Method and system for intercommunication between on-demand terminals

Also Published As

Publication number Publication date
CN103458318B (en) 2016-12-28

Similar Documents

Publication Publication Date Title
US9722806B2 (en) Service discovery across different networks
US9282448B2 (en) Method, system and apparatus for providing streaming media service
CN109151497B (en) Live wheat-connecting method and device, electronic equipment and storage medium
CN103475638B (en) A kind of media data transmission method and system
WO2015165395A1 (en) Video playback method and apparatus
US11171998B2 (en) Set-up of media stream transmission and server and client for media stream transmission
CN101960822A (en) SIP-HTTP application correlator
CN109327435B (en) Media resource acquisition method and device and gateway equipment
CN103944994A (en) Distributed resource obtaining method and device
CN103813185B (en) A kind of method that segment programs are quickly distributed, server and client
US10681115B2 (en) Multimedia data transmission method and device
CN103428168A (en) Method, system and signaling gateway for SIP client side to visit RTSP media resource
US10412123B2 (en) Session initiation for multimedia services
CN109640113A (en) A kind of processing method and proxy server of dilatory video data
WO2016090995A1 (en) Method of communication between page and long-connection server, and client end
CN103458318A (en) Media data transmission method and system
CN104735400A (en) Method and gateway equipment for SIP client side in video monitoring system to have access to RTSP media equipment
US20150026123A1 (en) Size-based data synchronization
CN103414836B (en) Access processing method and the device of IP-based videoconference
CN106612307B (en) A kind of implementation method and device of always online business
CN105634911B (en) Session establishing method and device
US10171545B2 (en) System for transferring real-time audio/video stream
CN108616760B (en) Live broadcasting method based on browser, server, anchor terminal and user terminal
CN104869133A (en) Data recording method, system and access server
FR3068852A1 (en) METHOD FOR MANAGING THE RIGHT OF ACCESS TO DIGITAL CONTENT

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent of invention or patent application
CB02 Change of applicant information

Address after: 19, 01-11 building, 518000 / F, Changhong technology building, 18 South twelve Road, Nanshan District, Guangdong, Shenzhen

Applicant after: SHENZHEN TEMOBI TECHNOLOGY CO., LTD.

Address before: 19, 01-11 building, 518000 / F, Changhong technology building, 18 South twelve Road, Nanshan District, Guangdong, Shenzhen

Applicant before: Shenzhen Temobi Science & Tech Development Co.,Ltd.

COR Change of bibliographic data

Free format text: CORRECT: APPLICANT; FROM: SHENZHEN TEMOBI SCIENCE + TECHNOLOGY CO., LTD. TO: SHENZHEN RONGCHANG TIANXIA TECHNOLOGY CO., LTD.

ASS Succession or assignment of patent right

Owner name: RONGCHUANG TIANXIA (SHANGHAI) TECHNOLOGY DEVELOPME

Free format text: FORMER OWNER: SHENZHEN RONGCHANG TIANXIA TECHNOLOGY CO., LTD.

Effective date: 20150602

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20150602

Address after: The island No. 2500 building, 200433 Shanghai city Yangpu District Siping Road, room 2001

Applicant after: World (Shanghai) Technology Development Co., Ltd.

Address before: 19, 01-11 building, 518000 / F, Changhong technology building, 18 South twelve Road, Nanshan District, Guangdong, Shenzhen

Applicant before: SHENZHEN TEMOBI TECHNOLOGY CO., LTD.

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20161228

Termination date: 20170726

CF01 Termination of patent right due to non-payment of annual fee