java获取音频流,视频流,返回前台
通过java再服务器上访问视频,音频,以流的形式返回页面

JAVA代码片段
package com.ustcinfo.gktest.controller;
import org.apache.tomcat.util.http.fileupload.IOUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet