We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
///下面这两种方法计算的大小是一样的 #if 1 int resampled_data_size = len2 * audio_tgt_channels * av_get_bytes_per_sample(out_sample_fmt); #else int resampled_data_size = av_samples_get_buffer_size(NULL, audio_tgt_channels, aFrame_ReSample->nb_samples, out_sample_fmt, 1); #endif
测试视频流地址: rtmp://58.200.131.2:1935/livetv/hunantv
The text was updated successfully, but these errors were encountered:
You can fix the audio noise by replacing videoplayer-master/module/VideoPlayer/src/VideoPlayer.cpp with this one: VideoPlayer.cpp.zip
Sorry, something went wrong.
ok,thank you!
No branches or pull requests
///下面这两种方法计算的大小是一样的
#if 1
int resampled_data_size = len2 * audio_tgt_channels * av_get_bytes_per_sample(out_sample_fmt);
#else
int resampled_data_size = av_samples_get_buffer_size(NULL, audio_tgt_channels, aFrame_ReSample->nb_samples, out_sample_fmt, 1);
#endif
测试视频流地址: rtmp://58.200.131.2:1935/livetv/hunantv
The text was updated successfully, but these errors were encountered: