whycxzp
2021-04-19 3ce5138c7cb230c531c3e0ee43a6e9cb361719a1
src/main/java/com/whyc/video/RtspController.java
@@ -13,7 +13,6 @@
@Controller
@RequestMapping("/rtsp")
@Scope("prototype")
public class RtspController {
    @Autowired
@@ -24,7 +23,7 @@
    public String receive(HttpServletRequest request, Object response) {
        //String ipSession = request.getParameter("ipSession");
        String ip = request.getParameter("ip");
        System.out.println("method:" + request.getMethod());
        //System.out.println("method:" + request.getMethod());
        try {
            ServletInputStream inputStream = request.getInputStream();
            int len = -1;