-
Notifications
You must be signed in to change notification settings - Fork 570
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
fix:"ClassLoader.getSystemResourceAsStream" NullPointException #456
base: master
Are you sure you want to change the base?
Conversation
I'm using isoparser 1.9.56 in spring boot server application.
p.s) 1.9.41 does not have this problem. And it's code like this
|
@laoLiangLoveProgram |
no. I fix this problem, and build a local version to use. I'm not owner, and has no plan to develop this project. |
I see and sorry. |
isoparser/src/main/java/org/mp4parser/PropertyBoxParserImpl.java
Outdated
Show resolved
Hide resolved
keep code style uniform Co-authored-by: Michal Boroň <[email protected]>
I hit the same problem when running the isoparser from a webapp in tomcat. Upon reading about difference between Please is there any reason for the above-linked change in the PropertyBoxParserImpl class? |
Fix: #449
Problem: jdk17, "org.mp4parser.muxer.container.mp4.MovieCreator.build(path)" throw NPE
And I find in "org/mp4parser/PropertyBoxParserImpl.java:48 " return null