【发布时间】:2014-07-09 13:24:38
【问题描述】:
我正在尝试编写一个简单的 TCP 服务器,用于通过 http 发送 MJPEG 流。 发给我的客户:
GET / HTTP/1.0
CSeq: 1
User-Agent: LIVE555 Streaming Media v2013.02.11
x-sessioncookie: fc0538d3fd5b797ec31b54e
Accept: application/x-rtsp-tunnelled
Pragma: no-cache
Cache-Control: no-cache
或
GET / HTTP/1.0
User-Agent: CmRtspClient 1291
x-sessioncookie: 29953
Accept: application/x-rtsp-tunnelled
Connection: Keep-Alive
Cache-Control: no-cache
请问我发送多个 jpeg 需要什么回复?
谢谢 PF
【问题讨论】: