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

NoSuchMethodError #828

Open
iamjpsharma opened this issue Sep 21, 2021 · 1 comment
Open

NoSuchMethodError #828

iamjpsharma opened this issue Sep 21, 2021 · 1 comment

Comments

@iamjpsharma
Copy link

java.lang.NoSuchMethodError: No interface method setParent(Lcom/coremedia/iso/boxes/ContainerBox;)V in class Lcom/coremedia/iso/boxes/Box; or its super classes (declaration of 'com.coremedia.iso.boxes.Box' appears in /data/app/~~14QZvnvkgEPXpVwzCKF6jw==/com.novotraxcorp.bodycam-xmdtKVD3BePHCVr_SfgF8Q==/base.apk)
at com.googlecode.mp4parser.AbstractContainerBox.addBox(AbstractContainerBox.java:94)
at net.ossrs.yasea.SrsMp4Muxer$Track.(SrsMp4Muxer.java:575)
at net.ossrs.yasea.SrsMp4Muxer$Mp4Movie.addTrack(SrsMp4Muxer.java:691)
at net.ossrs.yasea.SrsMp4Muxer.record(SrsMp4Muxer.java:127)
at net.ossrs.yasea.SrsPublisher.startRecord(SrsPublisher.java:201)
at com.novotraxcorp.bodycam.activity.LiveWithRecord$2.onClick(LiveWithRecord.java:152)

minSdk 21
targetSdk 30

@begeekmyfriend
Copy link
Owner

Maybe SDK version issue? You might check out the source code of com.coremedia.iso.boxes.Box to see the right interfaces based on your SDK.

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

2 participants