ShareScreenClient
1.0.0
Klien berbagi layar memerlukan penggunaan program server dan decoding keras kode H264. Fungsi kontrol layar terbalik saat ini tidak didukung.
struktur permintaan METODE Panjang CSeq Konten CRLF
struktur respons STATUS Panjang CSeq Konten CRLF
Daftar METODE
port kontrol adalah Angka Ganjil seperti PORT%2 = 1
Port video adalah Angka Genap seperti PORT%2 = 0
sample:
/******************** C->S **********************/
// /
// METHOD /
// | /
// | CSeq /
// | | /
// | |Length /
// | | | /
// | | | Content /
// | | | | /
// | | | | CRLF /
// | | | | | /
// | | | | | /
// SETUP 1 17 client-port=60001 rn /
// /
/************************************************/
/********************************* S->C *********************************/
/ /
/ STATUS /
/ | CSeq /
/ | |Length /
/ | | | Content /
/ | | | | CRLF /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | --------------------------------- | /
/ 200 1 33 client-port=60001;server-port=999 rn /
/ /
/************************************************************************/
/****************** C->S *****************/
// /
// METHOD /
// | /
// | CSeq /
// | | /
// | |Length /
// | | | /
// | | | Content /
// | | | | /
// | | | | CRLF /
// | | | | | /
// | | | | | /
// VOLUME 1 17 set=up;type=alarm rn /
// /
/*****************************************/
/********************* S->C ******************/
/ /
/ STATUS /
/ | CSeq /
/ | |Length /
/ | | | Content /
/ | | | | CRLF /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | -------- | /
/ 200 1 8 alarm=ok rn /
/ /
/*********************************************/
/********************** C->S **********************/
// /
// METHOD /
// | /
// | CSeq /
// | | /
// | |Length /
// | | | /
// | | | Content /
// | | | | /
// | | | | CRLF /
// | | | | | /
// | | | | | /
// CLICK 1 8 src=1280,720;order=200,250 rn /
// /
/**************************************************/
/********************* S->C ******************/
/ /
/ STATUS /
/ | CSeq /
/ | |Length /
/ | | | Content /
/ | | | | CRLF /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | -------- | /
/ 200 1 8 click=ok rn /
/ /
/*********************************************/
/************************** C->S **************************/
// /
// METHOD /
// | /
// | CSeq /
// | | /
// | |Length /
// | | | /
// | | | Content /
// | | | | /
// | | | | CRLF /
// | | | | | /
// | | | | | /
// TOUCH 1 8 src=1280,720;order=200,250,200,300 rn /
// /
/**********************************************************/
/********************* S->C ******************/
/ /
/ STATUS /
/ | CSeq /
/ | |Length /
/ | | | Content /
/ | | | | CRLF /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | | | /
/ | | | -------- | /
/ 200 1 8 touch=ok rn /
/ /
/*********************************************/