You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the sample in your repository (https://github.com/OnlyInAmerica/FFmpegTest) to test muxing by ffmpeg, but it's always get exception.
The reason is you modify output buffer of the video encoder in HLSRecorder.drainEncoder(), which is a read-only buffer.
Can you tell me what I have to change to make it work?
Thank you very much!
The text was updated successfully, but these errors were encountered:
I use the sample in your repository (https://github.com/OnlyInAmerica/FFmpegTest) to test muxing by ffmpeg, but it's always get exception.
The reason is you modify output buffer of the video encoder in HLSRecorder.drainEncoder(), which is a read-only buffer.
Can you tell me what I have to change to make it work?
Thank you very much!
The text was updated successfully, but these errors were encountered: