在具有与视频相关的路径(例如“ H:/testing/1.mp4”)的数据库中,这些是用户上传的视频,因此当用户登录他的帐户时,我想用弹簧引导在胸腺上播放这些视频,我写下了所有内容,直到获得用户相关数据“问题是如何播放胸腺视频标签上的视频”
控制器代码:
List<Postings> findByUserVideos = postingService.findByUserVideos(Id);
model.addAttribute("data", findByUserVideos);
胸腺代码:
<video th:each="file : ${data}" width="100%" controls poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg">
<source th:src="${file.preview}" type="video/mp4">
</video>
错误:
不允许加载本地资源:file:/// H:/testing/1.mp4