RockyLarm

Results 3 issues of RockyLarm

my java code is simple like this: `@GetMapping("/fetch/{path}")` @ResponseBody public Object fetch(@PathVariable("path")String path, HttpServletRequest request, HttpServletResponse response)throws Exception{ File downloadFile = new File("C:/"+path+".mp4"); ServletContext context = request.getServletContext(); // get MIME...

I have successed make connection on webrtc ,and it played sound from audio track. But the video track sink interface never invoke the method. **Expected behavior** I hope the video...

enhancement

After invoke scheduler.rescheduleJob(xx,xx),all triggers are failed to synchronize under two machines.