-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
切换下一句导致几率性卡死 #36
Comments
你的意思是软件的其他地方还可以点击,只是视频卡住了吗? |
是的,可以点击播放其他视频,刚才发现不仅下一句会触发,下方向键和左方向键都会触发, 只要多按左右键 |
我这复现不出来啊,方便给我分享一集你那个视频吗 |
Screen.Recording.2024-05-19.at.20.08.49.mov这个是复现的视频,好像与具体视频没关系,随机视频卡死,原视频比较大,怎么分享给你 |
复现视频拍给你了,原视频比较大,咋分享给你 |
|
原视频第三集复现过卡死问题,已上传附件 |
已上传 |
好的,谢谢你 |
您好,用你的视频确实复现出来了。 我把那个视频拖到 Chrome 浏览器里按左右键跳转一会也会卡死,应该是视频有点问题,建议你重新编码一下: ffmpeg -i '003_Wizard and Cat 3_Into the Dark Forest.mp4' -c:v libx264 -preset fast -crf 22 -c:a copy '003_Wizard and Cat 3_Into the Dark Forest-n.mp4' |
哦哦,我之后试一下,辛苦你了哈。顺便夸一句你开发的软件对英语学习者的帮助真的很大 |
谢谢您夸奖 🙏 |
试了一下,确实是视频的问题,多谢大佬 |
Prerequisites
mac 平台安装最新版 dashplayer,播放包含 rst 文件的本地英文视频
main
branchDEBUG_PROD=true npm run build && npm start
Expected Behavior
切换下一句不会导致视频卡死
Current Behavior
视频卡死
Steps to Reproduce
1.点击有方向键或者 d 键切换下一句时,会偶发视频卡死的现象。切换其他视频后,可正常播放。
Possible Solution (Not obligatory)
Context
Your Environment
The text was updated successfully, but these errors were encountered: