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.
hs_err_pid22716.log
Native library throws exception when initialising
demux.Movieobject withByteData(arrayOfBytes)Expected behavior
Should initialise the Movie object without exception.
Actual behavior
Native code throws exception.
Steps to reproduce the behavior
If possible, can you provide a Scala example.
hs_err_pid22716.log