longtran84

Results 16 comments of longtran84

@smaharj1 can you help me resolve this issue?

@kokorin i mean, i have rtsp link, so how to stream to front-end from spring boot

@kokorin this is my code, it not work @RestController @RequestMapping("/video") @Log4j2 public class VideoController { @GetMapping(value = "/live.mp4") @ResponseBody public ResponseEntity video() { return ResponseEntity.ok() .contentType(MediaType.APPLICATION_OCTET_STREAM) .body(os -> { Path...

HLS Player - play m3u8 HTTP Live Streaming (HLS) body { background-color: black; } #video { position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; bottom: 0px; left: 0px;...

@kokorin got it i have fixed as your suggestion , how to reduce .ts . file size ?

@jorge-1409 can you help me on this issue?