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

Error trying to get box and box type #32

Open
Random-Code-Guy opened this issue Apr 28, 2023 · 0 comments
Open

Error trying to get box and box type #32

Random-Code-Guy opened this issue Apr 28, 2023 · 0 comments

Comments

@Random-Code-Guy
Copy link

i am trying to get the box and box type using pymp4 using the following

    boxes = Box.parse_stream(io.BytesIO(data))
    for box in boxes:
        if box.type == b"senc":
            print("found")

but all i get is string dosent have type error and i dont see a lot of documentation on this project and how it can be used apart from a few examples

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

1 participant