Skip to content
New issue

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

视频编码:H.264 / H.265 #314

Open
1330483851 opened this issue Aug 19, 2020 · 0 comments
Open

视频编码:H.264 / H.265 #314

1330483851 opened this issue Aug 19, 2020 · 0 comments

Comments

@1330483851
Copy link

视频编码模式
SDK从v4.1.0开始支持265推流,可通过 setVideoCodecId(int) 接口设置。可取值有:
AVConst.CODEC_ID_AVC 使用H264编码
AVConst.CODEC_ID_HEVC 使用H265编码

//创建KSYStreamer实例
mStreamer = new KSYStreamer(context);
mStreamer.setVideoCodecId(AVConst.CODEC_ID_HEVC);
想设置H265编码,但调用此接口后,收不到推送的流,推流失败
H265编码该如何设置

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant