Skip to content

Scala Wrapper Not Working #24

@KhuramKhalid

Description

@KhuramKhalid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions