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.
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.