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

Always crashed when process some video files #30

Open
xlc opened this issue Jan 18, 2017 · 0 comments
Open

Always crashed when process some video files #30

xlc opened this issue Jan 18, 2017 · 0 comments

Comments

@xlc
Copy link

xlc commented Jan 18, 2017

When running this command for some video file:

java -jar dashencrypt/dash.fragmencrypter-1.7.31-SNAPSHOT-exe.jar encrypt xxxx.mp4 -o xxxxt.mp4 --secretKey xxxxxxxxxx --uuid xxxxxxx

It failed with this error:

com.castlabs.dash dash.fragmencrypter 1.7.44-SNAPSHOT
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 19
	at com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence.alignEditsToZero(DashFileSetSequence.java:1150)
	at com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence.run(DashFileSetSequence.java:264)
	at com.castlabs.dash.dashfragmenter.cmdlines.DashFileSetEncrypt.run(DashFileSetEncrypt.java:98)
	at com.castlabs.dash.dashfragmenter.Main.main(Main.java:60)

About 5% of the videos in my collection failed. I am going to debug it tomorrow but any thoughts about this?

I am using the latest master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant