Radosław Kmiotek
Radosław Kmiotek
Audio support is very limited at the moment. Transcoding and resampling will be added in the future.
Try using `VideoStream.TryGetNextFrame(IntPtr buffer, int bufferStride)` or `TryGetNextFrame(Span buffer)` overloads to get the pixel data directly (bypass `ImageData`). The `ImageData` allocation method is poorly implemented and the entire class needs...
What does the byte array contain? Is it H264 stream, MJPEG or something else? What library are you using for encoding the stream on the server side?
It might be a threading issue, but I'm not sure. Did you test other video files? What decoding thread do you mean? Is the `Video.Step` method called from another thread?...