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 want to play audio stream in background without any surface, I only found that FFmpegPlayer constructor required video view: FFmpegPlayer(FFmpegDisplay videoView, Activity activity)
Does it support play only audio stream, I see ffmpeg provides many codecs to do that.
The text was updated successfully, but these errors were encountered:
I want to play audio stream in background without any surface, I only found that FFmpegPlayer constructor required video view:
FFmpegPlayer(FFmpegDisplay videoView, Activity activity)
Does it support play only audio stream, I see ffmpeg provides many codecs to do that.
The text was updated successfully, but these errors were encountered: