- 基于之前的file_pass项目,进一步简单学习一下图片流输出和视频流输出。
- 图片流输出: 是读取本地图片文件流,写入http的response的输出流outputStream
- 视频流输出: http使用request和response,先是request设置好访问文件路径和类型,然后使用config/MediaHttpRequestHandler的handler函数。 handler(request,response)即可。
- no thinking, 准备润去看看webpack
- 访问图片: http://localhost:8081/getImage
- 访问视频: http://localhost:8081/getVideo