Skip to content
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

Closed
5 tasks done
fluidog opened this issue May 19, 2024 · 14 comments
Closed
5 tasks done

切换下一句导致几率性卡死 #36

fluidog opened this issue May 19, 2024 · 14 comments
Labels
bug Something isn't working

Comments

@fluidog
Copy link

fluidog commented May 19, 2024

Prerequisites

mac 平台安装最新版 dashplayer,播放包含 rst 文件的本地英文视频

  • Using npm
  • Using an up-to-date main branch
  • Using latest version of devtools. Check the docs for how to update
  • Tried solutions mentioned in #400
  • For issue in production release, add devtools output of DEBUG_PROD=true npm run build && npm start

Expected Behavior

切换下一句不会导致视频卡死

Current Behavior

视频卡死

Steps to Reproduce

1.点击有方向键或者 d 键切换下一句时,会偶发视频卡死的现象。切换其他视频后,可正常播放。

Possible Solution (Not obligatory)

Context

Your Environment

  • Node version :
  • electron-react-boilerplate version or branch :
  • Operating System and version :
  • Link to your project :
@fluidog fluidog added the bug Something isn't working label May 19, 2024
@fluidog fluidog changed the title 下一句导致几率性卡死 切换下一句导致几率性卡死 May 19, 2024
@solidSpoon
Copy link
Owner

solidSpoon commented May 19, 2024

你的意思是软件的其他地方还可以点击,只是视频卡住了吗?

@fluidog
Copy link
Author

fluidog commented May 19, 2024

你的意思是软件的其他地方还可以点击,只是视频卡住了吗?

是的,可以点击播放其他视频,刚才发现不仅下一句会触发,下方向键和左方向键都会触发, 只要多按左右键

@fluidog
Copy link
Author

fluidog commented May 19, 2024

显示的是播放状态,但是视频是暂停的,按空格也没用
image

@solidSpoon
Copy link
Owner

我这复现不出来啊,方便给我分享一集你那个视频吗

@fluidog
Copy link
Author

fluidog commented May 19, 2024

Screen.Recording.2024-05-19.at.20.08.49.mov

这个是复现的视频,好像与具体视频没关系,随机视频卡死,原视频比较大,怎么分享给你

@fluidog
Copy link
Author

fluidog commented May 19, 2024

我这复现不出来啊,方便给我分享一集你那个视频吗

复现视频拍给你了,原视频比较大,咋分享给你

@fluidog
Copy link
Author

fluidog commented May 19, 2024

我这复现不出来啊,方便给我分享一集你那个视频吗

复现视频拍给你了,原视频比较大,咋分享给你
好像与具体视频没关系,是随机视频卡死

@fluidog
Copy link
Author

fluidog commented May 19, 2024

原视频第三集复现过卡死问题,已上传附件

Archive.zip

@fluidog
Copy link
Author

fluidog commented May 19, 2024

我这复现不出来啊,方便给我分享一集你那个视频吗

已上传

@solidSpoon
Copy link
Owner

好的,谢谢你

@solidSpoon
Copy link
Owner

您好,用你的视频确实复现出来了。

我把那个视频拖到 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'

@fluidog
Copy link
Author

fluidog commented May 19, 2024

您好,用你的视频确实复现出来了。

我把那个视频拖到 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'

哦哦,我之后试一下,辛苦你了哈。顺便夸一句你开发的软件对英语学习者的帮助真的很大

@solidSpoon
Copy link
Owner

谢谢您夸奖 🙏

@fluidog
Copy link
Author

fluidog commented May 19, 2024

您好,用你的视频确实复现出来了。
我把那个视频拖到 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'

哦哦,我之后试一下,辛苦你了哈。顺便夸一句你开发的软件对英语学习者的帮助真的很大

试了一下,确实是视频的问题,多谢大佬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants