Skip to content

How to convert code to decode vp8 #4

@SaverioFrancesco

Description

@SaverioFrancesco

Hello,

I successfully used this project to handle h264.
I managed to use vpx to decode vp8 tracks. But my code must handle 40 tracks simultaneously and the vpx call vpx.CodecDecInitVer does not work in parallel. Golang transparently serializes the calls, introducing latency that increases with time. I also noted that with this method I'm unable to skip packets.

I wish to port your code to work for vp8 in order to test if the goav wrapping behaves better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions