Replies: 2 comments 4 replies
-
The mimeCodec should not be |
Beta Was this translation helpful? Give feedback.
4 replies
-
To solve this problem, you need to get from Also to make sure, you can try to decode the last frame using rust and then transmit only the last frame |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to fill the buffer of the MediaSource. But there is an error
TypeError: Type error
at the last line:The
event.payload.frames
are just VP9 frames. And the VP9 frames are built as follows:How to convert VP9 frames to the format which MediaSource supports?
Beta Was this translation helpful? Give feedback.
All reactions