Closed alaegin closed 2 months ago
Can you provide the media files to reproduce these issues in the demo app?
Library transcode video with artifacts. Link to video
I have same issue in below devices.
IMO these issues should be fixed by latest PRs - #159, #200, #201 . Another issue that remains related to buffer overflow is tracked at #163 .
Hello! We have just started to use this library and realized that it's completely broken on some devices since 0.10.0.
Prerequisites:
The main problem is that the library crashes unexpectedly in some cases or transcode video with artifacts.
Validator has decided that the input is fine and transcoding is not necessary.
and don't transcode video at all. LinkWe have several cases:
java.lang.IllegalStateException: Failed to stop the muxer
. LinkTranscodeEngine: Unexpected error while transcoding. java.nio.BufferOverflowException
. LinkThe code we use to call Transcoder:
It seems that rewriting #118 of the transcoder pipeline broke something important.