Mattia Iavarone
Mattia Iavarone
It's not being worked on. Stack traces in this ticket seem to represent different bugs, and in both cases I can't reproduce so it's hard to understand what's wrong. If...
Can you provide the media files to reproduce these issues in the demo app?
Can you post the media file + instructions to reproduce?
Can you try with 0.10.4 and check if this is still an issue?
Hey, feel free to open a PR!
Can you attach the files here so that I can reproduce the issue myself? I want to understand _why_ the timestamps are not correct in the first place.
Do you create a new `ClipDataSource(main.mp3)` every time or do you use new one? ```kotlin addDataSource(ClipDataSource(FilePathDataSource("main.mp3"))) addDataSource(ClipDataSource(FilePathDataSource("main.mp3"))) addDataSource(ClipDataSource(FilePathDataSource("main.mp3"))) ``` This below is an error: ```kotlin val source = ClipDataSource(FilePathDataSource("main.mp3")) addDataSource(source)...
I was not able to reproduce this. Can you take a look here? https://github.com/natario1/Transcoder/blob/fix_137/lib/src/androidTest/java/com/otaliastudios/transcoder/integration/IssuesTests.kt You can run the test and see what happens. It's in the `fix_137` branch. Maybe the...
This library does it: https://github.com/ypresto/qtfaststart-java
Looks like one of them does not have a video/audio track