Mjpeg
IE 不支援 唉~~
http://developer.51cto.com/art/201308/407795_all.htm
//流頭部
public void WriteHeader()
{
return
"HTTP/1.1 200 OK\r\n" +
"Content-Type: multipart/x-mixed-replace; boundary=" +
this.Boundary +
"\r\n";
}
http://developer.51cto.com/art/201308/407795_all.htm
//流頭部
public void WriteHeader()
{
return
"HTTP/1.1 200 OK\r\n" +
"Content-Type: multipart/x-mixed-replace; boundary=" +
this.Boundary +
"\r\n";
}
- /// 图片头部
- /// </summary>
- public string PayloadHeader
- {
- get
- {
- return "\r\n" +
- this.Boundary +
- "\r\n" +
- "Content-Type: image/jpeg" +
- "\r\n" +
- "Content-Length: " + _contentLengthString +
- "\r\n\r\n";
- }
- }
留言
張貼留言