Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Crashing when processing video files #31

Open
sridhard opened this issue Feb 17, 2018 · 0 comments
Open

Crashing when processing video files #31

sridhard opened this issue Feb 17, 2018 · 0 comments

Comments

@sridhard
Copy link

For some video files dash encryptor is crashing with the below stack

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.get(ArrayList.java:431)
at org.mp4parser.muxer.container.mp4.FragmentedMp4SampleList$1.getSampleEntry(FragmentedMp4SampleList.java:204)
at com.castlabs.dash.dashfragmenter.representation.RepresentationBuilderImpl.createTraf(RepresentationBuilderImpl.java:514)
at com.castlabs.dash.dashfragmenter.representation.RepresentationBuilderImpl.createMoof(RepresentationBuilderImpl.java:310)
at com.castlabs.dash.dashfragmenter.representation.RepresentationBuilderImpl.get(RepresentationBuilderImpl.java:288)
at com.castlabs.dash.dashfragmenter.representation.RepresentationBuilderImpl.getIndexSegment(RepresentationBuilderImpl.java:338)
at com.castlabs.dash.dashfragmenter.encrypt2.ManifestCreation.addSegmentBase(ManifestCreation.java:166)
at com.castlabs.dash.dashfragmenter.cmdlines.Encrypt2Command.run(Encrypt2Command.java:226)
at com.castlabs.dash.dashfragmenter.Main.main(Main.java:59)

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

No branches or pull requests

1 participant