ebml-go icon indicating copy to clipboard operation
ebml-go copied to clipboard

A pure Go implementation of bi-directional EBML encoder/decoder

Results 7 ebml-go issues
Sort by recently updated
recently updated
newest added

When using this project with AWS Kinesis Video, Kinesis Video fails to parse the CodecID field of an MKV TrackEntry due to the fact that this package guarantees that strings...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/ci.yml...

Hi, Thank you for such an amazing package! I'm trying to write a WebM file from an RTP (webrtc stream) like this: https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm Apparently, any files created from a continuous...

question

- [ ] helper to calculate CRC and embed to ebml data - [ ] helper to validate ebml data using CRC element

enhancement

Hi, since there are just 2 examples and neither of them provides me with the wanted info, I just open this `issue` to talk about how to use this properly...

I have frames (webp files) I want to create a webm video out of them can I do it using your code?

question

Running ebml-go I get this error: ``` panic: runtime error: makeslice: len out of range ``` This panic happens when the byte array is created here: https://github.com/at-wat/ebml-go/blob/master/value.go#L207 Looks the issue...