CN106937179A - The method of client and server bidirectional data transfers - Google Patents

The method of client and server bidirectional data transfers Download PDF

Info

Publication number
CN106937179A
CN106937179A CN201510996745.2A CN201510996745A CN106937179A CN 106937179 A CN106937179 A CN 106937179A CN 201510996745 A CN201510996745 A CN 201510996745A CN 106937179 A CN106937179 A CN 106937179A
Authority
CN
China
Prior art keywords
data
client
box
server
socket
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510996745.2A
Other languages
Chinese (zh)
Inventor
史凌犀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Elephant Link Technology Co Ltd
Original Assignee
Beijing Elephant Link 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 Elephant Link Technology Co Ltd filed Critical Beijing Elephant Link Technology Co Ltd
Priority to CN201510996745.2A priority Critical patent/CN106937179A/en
Publication of CN106937179A publication Critical patent/CN106937179A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client 
    • H04N21/65Transmission of management data between client and server
    • H04N21/654Transmission by server directed to the client
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/238Interfacing the downstream path of the transmission network, e.g. adapting the transmission rate of a video stream to network bandwidth; Processing of multiplex streams
    • 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/437Interfacing the upstream path of the transmission network, e.g. for transmitting client requests to a VOD server
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client 
    • H04N21/65Transmission of management data between client and server
    • H04N21/658Transmission by the client directed to the server

Abstract

A kind of method of client and server bidirectional data transfers that the present invention is provided, including the step of startup AirServer server ends;The step of client and server is matched;The step of client transmits data and receives return data;The step of server end transmits data to client.The advantage and good effect of the method for client and server bidirectional data transfers of the present invention be:By distributed clients and server end two-way interactive, support all clients based on Socket exploitations, it is a kind of efficient, flexible, reliable client-server end data interactive mode with long-time line mechanism, improve transmission efficiency and data throughout, exploitation is simple, safeguard easy, cost reduction is that distributed terminal equipment is interacted there is provided fully guarantee with AirServer data.

Description

The method of client and server bidirectional data transfers
Technical field
The present invention relates to the Internet, applications field, more particularly to a kind of method of client and server bidirectional data transfers.
Background technology
At present, common client and server data interaction has various solutions, such as the HTTP data based on WEB are passed Give, Socket, database poll, third party's integral data reception processing component etc..Wherein, the client based on HTTP and clothes The shortcoming of business device end data interaction, including transmission byte number is more, stateless, speed is slow, efficiency is low, it is necessary to largely set up WEB Main frame, the effect directly brought is high cost, and the inherent stateless of WEB allows the exploitation to become very complicated.Third party is whole Closing data handling component has not maintainable, bad fault-tolerant, it is difficult to extend, and develops dumb, the shortcomings of copyright is restricted.
Overcome these shortcomings, support the client of all basic Socket exploitations, with long-time line mechanism, design efficiently, Flexibly, reliability, the client-server end data interactive mode of high-throughput, can be handed over for Set Top Box with AirServer data Mutually provide and fully ensure, this is the trend of the art development.
The content of the invention
It is an object of the invention to overcome the deficiencies in the prior art part, there is provided a kind of client and server bidirectional data transfers Method, support the client of all basic Socket exploitations, with long-time line mechanism, realize efficiently, flexibly, it is reliable, The bi-directional data transmission of high-throughput, is that Set Top Box interacts offer fully guarantee with AirServer data,
In order to achieve the above object, the step of method of the client and server bidirectional data transfers that the present invention is provided is performed is wrapped Include:
1) AirServer server ends and Socket clients are respectively started;
2) IP at server end and port parameter, binding IP and port numbers are set;
3) client ip and port parameter are set, the server is connected;
4) server end sets up thread, starts Socket and monitors;
5) client and server carries out Socket connections;
6) judge to set up whether connection succeeds, if it is, performing next step;If not, return to step 4);
7) the client Socket lists are circulated, judges whether to need to transmit data, if it is, performing next step;If not, Return to step 4);
8) client will need the content of transmission to switch to byte stream, and data are transmitted to the server end;
9) server end returns or distributes data to the client;
10) server end judges whether the client disconnects, if it is, performing next step;If not, returning Step 8);
11) server end removes the client and return to step 1), wait the client to be restored be successfully connected next time after.
The method of client and server bidirectional data transfers of the present invention, wherein described step 8) in, the Socket client It is TV set-top box to hold, and the content of its transmission at least includes:
(1), the heartbeat data that timing is uploaded for 30 seconds, for recording live box, program request, duration, corrects box service time;
(2), box data, for detecting that account number is opened, opens and bound to box and box is replaced;
(3) reservation data, is collected, for collection channel, preserved program;
(4), program ranking data, for current, nearest program ranking list, takes first 5;
(5), horse race lamp, ad data, for obtaining horse race lamp, ad data;
(6), ballot, questionnaire data, for obtaining ballot, questionnaire data;
(7), simple control command data, performs for client background command request and transmission to box.
The method of client and server bidirectional data transfers of the present invention, wherein step 9) in, the AirServer services The content of device end transmission at least includes:
(1), timing receipt box heartbeat data and database is saved in, and the correction box time difference, with server sync;
(2), box log-on data, for carrying out new and old box replacement according to incoming data, judges whether box is open-minded, Box ID binds with user data and opens and change box MAC Address according to demand;
(3), channel collecting data, for preserving the channel information that box is collected, delete collection channel information, according to demand Return to all channel informations that box is collected;
(4), request program reservation data, for preserving box preserved program information, deletes preserved program information, returns according to demand Return all programme informations that box is preengage;
(5), request obtains ranking list table data, is used for:
A, nearest program seniority among brothers and sisters, return to nearest 7 days channel ranking datas;
B, actual program seniority among brothers and sisters, return to same day channel ranking data;
(6), horse race lamp table data, for obtaining the second screen horse race lamp website data, according to system, region, group, affiliated Client priority level (PRI) obtains correspondence ticker data;
(7) list of advertisement locations data, for obtaining correspondence advertisement ground according to system, region, group, affiliated client priority level (PRI) Location data;
(8), questionnaire, ballot table data, for obtaining correspondence and asking according to system, region, group, affiliated client priority level (PRI) Volume, polled data;
(9), simple control command data, uploads for obtaining simple control command and command result.
The advantage and good effect of the method for client and server bidirectional data transfers of the present invention be:By distributed clients With server end two-way interactive, the client of all basic Socket exploitations is supported, be a kind of height with long-time line mechanism Effect, flexible, reliable client-server end data interactive mode, improve transmission efficiency and data throughout, and exploitation is simple, Safeguard easy, cost reduction is that Set Top Box is interacted there is provided fully guarantee with AirServer data.
To make the purpose of the present invention, technical scheme and effect clearer, clear and definite, referring to the drawings to of the invention further detailed Describe in detail bright.
Brief description of the drawings
Fig. 1 is the flow chart of the method for client and server bidirectional data transfers of the present invention.
Specific embodiment
The present invention is described in more detail referring to the drawings.It should be appreciated that specific embodiment described herein is only used to solve The present invention is released, is not intended to limit the present invention.
Reference picture 1, includes the step of the method for client and server bidirectional data transfers of the present invention is performed:
1) AirServer server ends and Socket clients are respectively started;
2) IP at server end and port parameter, binding IP and port numbers are set;
3) client ip and port parameter are set, the server is connected;
4) server end sets up thread, starts Socket and monitors;
5) client and server carries out Socket connections;
6) judge to set up whether connection succeeds, if it is, performing next step;If not, return to step 4);
7) the client Socket lists are circulated, judges whether to need to transmit data, if it is, performing next step;If not, Return to step 4);
8) client will need the content of transmission to switch to byte stream, and data are transmitted to the server end;
In an embodiment of the present invention, Socket clients are TV set-top box, and the content of its transmission at least includes:
(1), the heartbeat data that timing is uploaded for 30 seconds, for recording live box, program request, duration, corrects box service time;
(2), box data, for detecting that account number is opened, opens and bound to box and box is replaced;
(3) reservation data, is collected, for collection channel, preserved program;
(4), program ranking data, for current, nearest program ranking list, takes first 5;
(5), horse race lamp, ad data, for obtaining horse race lamp, ad data;
(6), ballot, questionnaire data, for obtaining ballot, questionnaire data;
(7), simple control command data, performs for client background command request and transmission to box.
In other embodiments of the invention, the Socket clients can also be personal computer.
9) server end returns or distributes data to the client;
In an embodiment of the present invention, the content of AirServer server ends transmission at least includes:
(1), timing receipt box heartbeat data and database is saved in, and the correction box time difference, with server sync;
(2), box log-on data, for carrying out new and old box replacement according to incoming data, judges whether box is open-minded, Box ID binds with user data and opens and change box MAC Address according to demand;
(3), channel collecting data, for preserving the channel information that box is collected, delete collection channel information, according to demand Return to all channel informations that box is collected;
(4), request program reservation data, for preserving box preserved program information, deletes preserved program information, returns according to demand Return all programme informations that box is preengage;
(5), request obtains ranking list table data, is used for:
A, nearest program seniority among brothers and sisters, return to nearest 7 days channel ranking datas;
B, actual program seniority among brothers and sisters, return to same day channel ranking data;
(6), horse race lamp table data, for obtaining the second screen horse race lamp website data, according to system, region, group, affiliated Client priority level (PRI) obtains correspondence ticker data;
(7) list of advertisement locations data, for obtaining correspondence advertisement ground according to system, region, group, affiliated client priority level (PRI) Location data;
(8), questionnaire, ballot table data, for obtaining correspondence and asking according to system, region, group, affiliated client priority level (PRI) Volume, polled data;
(9), simple control command data, uploads for obtaining simple control command and command result.
10) server end judges whether the client disconnects, if it is, performing next step;If not, returning Step 8);
11) server end removes the client and return to step 1), wait the client to be restored be successfully connected next time after.
Elaborated below by embodiment.
First, AirServer server ends are started
According to the good IP at server end of software design patterns, port starts Socket and monitors:
1. define a server end and monitor Socket variables
public static Socket listener;Monitor Socket variables
Public List<Socket>OnlineSocket=new List<Socket>();Preserve client SOCKET lists
2. IP and port parameter are set:
IPAddress ip=IPAddress.Parse (SocketIP);
IPEndPoint localEndPoint=new IPEndPoint (ip, SocketPort);
3. binding IP and port numbers
Listener=new Socket (AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
listener.Bind(localEndPoint);
4. begin listening for
listener.Listen(8000);
Now server end has been in listening state, is ready to receive client connection.
2nd, client and server is matched
IP is provided according to server end, port numbers carry out Socket pairings:
1. a client Socket variable Socket clientSocket=null is defined;
2. IP and port parameter are set
IPHostEntry hostEntry=Dns.GetHostEntry (server);
IPEndPoint ipe=new IPEndPoint (IPAddress.Parse (server), port);
3. connection server SOCKET
ClientSocket=new Socket (ipe.AddressFamily, SocketType.Stream, ProtocolType.Tcp);
clientSocket.Connect(ipe);
4. client is preserved in internal memory, for sending data to client
OnlineSocket.Add(clientSocket);
Being successfully connected rear client can be used clientSocket to be interacted with server end at any time.
3rd, client transmits data and receives return data
Need the content of transmission
String request=" FMath=01 "+Ascii (01)+" CID=XXXXXXXXX "+Ascii (01) + " EST=000000000X "+Ascii (01)+" NST=0000000000 "+Ascii (01)+" FMode=0000 "+Ascii (01) + " CTime=0000 ";
Switch to byte stream
Byte [] bytesSent=Encoding.UTF8.GetBytes (request);
If (clientSocket==null) return (" Connection failed ");
Send data
ClientSocket.Send (bytesSent, bytesSent.Length, 0);
Receive data
4th, server end transmits data to client
Set up a thread and make broadcast in time for the change of monitored data database data:
Previous step one is stored in client side list in OnlineSocket variables, and newly-built thread can be directed to these clients Socket is distributed data
Thread taskThread=new Thread (new ThreadStart (ClientHeart));
taskThread.Start();
This mission thread can continually scan for database tasks change, and make corresponding distribution in time according to changing content.
Distribute data according to client SOCKET lists have been received:
Above step realizes the transmitted in both directions of data, and server end only needs to a sub- thread poll needs the task of distribution simultaneously wide Hair data, client does not need continual polling server task, effectively increases operating efficiency.
Function, the performance of the various data below by embodiment to transmitting, input, output are specifically described.
1st, heartbeat module
● function:30 seconds heartbeat datas of box timing are uploaded, and record box is live, the duration such as program request;And recoverable box is when opening Between
● performance:Directly invoked by box.
● main cuit:CID, PhoneNo, MacNo, PrgNo, BegTime, FCTime, FMode, ChkOpen.
● output project:Success:{Msg:Y }, failure:{Msg:N, Error:1001}
2nd, box function
● function:Realize that box detection is opened, opens binding account number, replaces the functions such as box.
● performance:By box request call.
● cuit:Mode, CID, MaeNo, CatMae, RCID.
● output project:Success:{Msg:Y }, failure:{Msg:N, Error:1001}.
3rd, collection reservation
● function:Realize collection channel, preserved program function.
● performance:Box request call.
● cuit:CID, PrgNo, ItemID.
● output project:{Format:Web, Item:[{Url:http://xxxx.com/abc.asmx}]}.
4th, program seniority among brothers and sisters
● function:Current, nearest program ranking list is realized, first 5 are taken.
● performance:Box request call.
● cuit:FMath, Mode.
● output project:{Format:Web, Item:[{Url:http://xxxx.com/abc.asmx}]}.
5th, horse race lamp, advertisement
● function:Realize obtaining horse race lamp, ad data function.
● performance:By box request call.
● cuit:FMath, Mode.
● output project:{Format:Web, Item:[{Url:http://xxxx.com/abc.asmx}]}.
6th, ballot, questionnaire function
● function:Realize obtaining ballot, questionnaire data function.
● performance:By box request call.
● cuit:FMath, Mode.
● output project:{Format:Web, Item:[{Url:http://xxxx.com/abc.asmx}]}.
7th, simple control command
● function:Realize that terminal background commands request Concurrency delivers to box execution.
● performance:Called by terminal background request.
● cuit:Cmd.
● output project:{Msg:Y}|{Msg:N, Error:1001}.
Embodiment described above is only that the preferred embodiment of the present invention is described, not to design of the invention and model Enclose and be defined, under the premise of design of the present invention is not departed from, ordinary skill technical staff is to technology of the invention in this area The all variations and modifications that scheme is made, all should fall into protection scope of the present invention, claimed technology contents of the invention, Through all recording in detail in the claims.

Claims (3)

1. a kind of method of client and server bidirectional data transfers, it is characterised in that:The step of the method is performed includes:
1) AirServer server ends and Socket clients are respectively started;
2) IP at server end and port parameter, binding IP and port numbers are set;
3) client ip and port parameter are set, the server is connected;
4) server end sets up thread, starts Socket and monitors;
5) client and server carries out Socket connections;
6) judge to set up whether connection succeeds, if it is, performing next step;If not, return to step 4);
7) the client Socket lists are circulated, judges whether to need to transmit data, if it is, performing next step;If not, Return to step 4);
8) client will need the content of transmission to switch to byte stream, and data are transmitted to the server end;
9) server end returns or distributes data to the client;
10) server end judges whether the client disconnects, if it is, performing next step;If not, returning Step 8);
11) server end removes the client and return to step 1), wait the client to be restored be successfully connected next time after.
2. the method for client and server bidirectional data transfers according to claim 1, it is characterised in that:Wherein The step 8) in, the Socket clients are TV set-top box, and the content of its transmission at least includes:
(1), the heartbeat data that timing is uploaded for 30 seconds, for recording live box, program request, duration, corrects box service time;
(2), box data, for detecting that account number is opened, opens and bound to box and box is replaced;
(3) reservation data, is collected, for collection channel, preserved program;
(4), program ranking data, for current, nearest program ranking list, takes first 5;
(5), horse race lamp, ad data, for obtaining horse race lamp, ad data;
(6), ballot, questionnaire data, for obtaining ballot, questionnaire data;
(7), simple control command data, performs for client background command request and transmission to box.
3. the method for client and server bidirectional data transfers according to claim 1 and 2, it is characterised in that: Wherein step 9) in, the content of the AirServer server ends transmission at least includes:
(1), timing receipt box heartbeat data and database is saved in, and the correction box time difference, with server sync;
(2), box log-on data, for carrying out new and old box replacement according to incoming data, judges whether box is open-minded, Box ID binds with user data and opens and change box MAC Address according to demand;
(3), channel collecting data, for preserving the channel information that box is collected, delete collection channel information, according to demand Return to all channel informations that box is collected;
(4), request program reservation data, for preserving box preserved program information, deletes preserved program information, returns according to demand Return all programme informations that box is preengage;
(5), request obtains ranking list table data, is used for:
A, nearest program seniority among brothers and sisters, return to nearest 7 days channel ranking datas;
B, actual program seniority among brothers and sisters, return to same day channel ranking data;
(6), horse race lamp table data, for obtaining the second screen horse race lamp website data, according to system, region, group, affiliated Client priority level (PRI) obtains correspondence ticker data;
(7) list of advertisement locations data, for obtaining correspondence advertisement ground according to system, region, group, affiliated client priority level (PRI) Location data;
(8), questionnaire, ballot table data, for obtaining correspondence and asking according to system, region, group, affiliated client priority level (PRI) Volume, polled data;
(9), simple control command data, uploads for obtaining simple control command and command result.
CN201510996745.2A 2015-12-29 2015-12-29 The method of client and server bidirectional data transfers Pending CN106937179A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510996745.2A CN106937179A (en) 2015-12-29 2015-12-29 The method of client and server bidirectional data transfers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510996745.2A CN106937179A (en) 2015-12-29 2015-12-29 The method of client and server bidirectional data transfers

Publications (1)

Publication Number Publication Date
CN106937179A true CN106937179A (en) 2017-07-07

Family

ID=59456960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510996745.2A Pending CN106937179A (en) 2015-12-29 2015-12-29 The method of client and server bidirectional data transfers

Country Status (1)

Country Link
CN (1) CN106937179A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110446079A (en) * 2019-07-03 2019-11-12 北京达佳互联信息技术有限公司 Obtain method, apparatus, electronic equipment and the storage medium of viewing duration
CN112328685A (en) * 2020-11-05 2021-02-05 浪潮云信息技术股份公司 Full-peer distributed database data synchronization method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100226428A1 (en) * 2009-03-09 2010-09-09 Telephoto Technologies Inc. Encoder and decoder configuration for addressing latency of communications over a packet based network
CN102802051A (en) * 2012-08-08 2012-11-28 青岛海信宽带多媒体技术有限公司 Method for managing programs based on cloud computing, and method for updating programs of set top box

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100226428A1 (en) * 2009-03-09 2010-09-09 Telephoto Technologies Inc. Encoder and decoder configuration for addressing latency of communications over a packet based network
CN102802051A (en) * 2012-08-08 2012-11-28 青岛海信宽带多媒体技术有限公司 Method for managing programs based on cloud computing, and method for updating programs of set top box

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
大连海事大学教务处编: "《2005届陆上专业本科优秀毕业设计(论文)摘要选编》", 31 October 2005 *
蒋朝惠: "《信息安全综合实验》", 31 August 2010, 中国铁道出版社 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110446079A (en) * 2019-07-03 2019-11-12 北京达佳互联信息技术有限公司 Obtain method, apparatus, electronic equipment and the storage medium of viewing duration
CN112328685A (en) * 2020-11-05 2021-02-05 浪潮云信息技术股份公司 Full-peer distributed database data synchronization method

Similar Documents

Publication Publication Date Title
US7228349B2 (en) System and method for interacting with users over a communications network
US6421706B1 (en) Multicast and unicast internet protocol content distribution having a feedback mechanism for real-time and store and forward information transfer
CN102571726B (en) Method, system and the state judgment server that multi-medium data is shared
US8903916B2 (en) Method, system, and computer-readable medium to render repeatable data objects streamed over a network
CN105872453A (en) Web camera monitoring method and system as well as server
WO2018166415A1 (en) Cloud storage system, media data storage method and system
CN101872555A (en) Real-time interactive teaching system based on application-layer multicast services
CN107135417A (en) A kind of throwing screen method and system of HLS protocol
CN105165019B (en) Method and apparatus for sending and receiving additional information in broadcast communication system
US9172594B1 (en) IPv6 to web architecture
CN101600089A (en) The implementation method of the advertising business in the network television system and device
CN106572382A (en) Multi-screen interaction method and system and extensible messaging and presence protocol (XMPP) system
CN104079597A (en) Transfer method of media stream and user equipment
CN105530553A (en) RTMP (Real Time Messaging Protocol) and RUDP (Reliable User Data Protocol) combined real-time media streaming live broadcasting system
US20210288735A1 (en) Information processing apparatus, client apparatus, and data processing method
CN107547517B (en) Audio and video program recording method, network equipment and computer device
JP2012521736A (en) P2p video communication method realized on web page
CN104301400B (en) Multi-screen collaboration and resource share method based on Samba agreements
US20080141320A1 (en) System and method of providing public video content
CN106937179A (en) The method of client and server bidirectional data transfers
KR102460356B1 (en) Reception device, transmission device, and data processing method
CN101163230A (en) Method of performing on-site living broadcast and client terminal node preparation through network camera
CN105933798A (en) Method and device for playing live program based on Internet protocol television
CN102026028A (en) Audience rating investigation method, related terminal and system
US20090157893A1 (en) Personal media relay for rebroadcasting streaming data

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170707