bytedeco/javacv

how to convert rtmp input stream's audio samplerate and channel count

Open

#2,011 opened on Apr 14, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, I wan't help about:

In my server, I use javacv to pull a stream with samplerate and channel count unknow, I want to convert the stream's sample rate and channel count to the fixed 22050 and 2 channels by FFmpegFrameGrabber, can you give me some advise about this? thank you.

Contributor guide