wzhs
Results
1
comments of
wzhs
@xeinebiu u need to return VideoStreamBody AND Resize the stream length . Just Like Bellow: ` @GetMapping("/video/show") public StreamBody showVideo(@RequestParam("filename") String fname, HttpRequest request, HttpResponse response) { try{ FileInputStream stream=...