Anthony Miranda
Anthony Miranda
Sure, I have adopted the code to use OutputStream with FFmpegFrameRecorder like this. ``` private void initRecorder() { Long ts = System.currentTimeMillis() / 1000; String videoFileName = "stream_"+ ts +...
Thanks, I solved it by changing it to mkv format but I still have a problem. When I open the generated video, the total duration of the video is greater...
Not with VLC the time is correct, I guess it's because of the video format that my video player doesn't work well. Thanks for the help.