-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Native library throws exception when initialising demux.Movie object with ByteData(arrayOfBytes)
Expected behavior
Should initialise the Movie object without exception.
Actual behavior
Native code throws exception.
Steps to reproduce the behavior
val pathToMP4 = Paths.get("helloworld.mp4")
val bytes = Files.readAllBytes(pathToMP4)
val byteData = new common.ByteData(bytes)
val movie = new demux.Movie(byteData)
If possible, can you provide a Scala example.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels