-
Hello @pedroSG94, I have some issues since you updated the rtmp library in this commit: 646cedf Indeed, the audio during stream video doesn't work anymore, espacially since you changed the For example, this code works: fun RtmpCamera.prepareAudioRtmp(config: AudioConfig) {
srsFlvMuxer.setIsStereo(config.isStereo)
srsFlvMuxer.setSampleRate(config.sampleRate)
} But this code doesn't work: fun RtmpCamera.prepareAudioRtmp(config: AudioConfig) {
rtmpClient.setAudioInfo(config.sampleRate, config.isStereo)
} Any ideas ? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
I'm glad that all is solved. Also, if possible, mark any response as aswer to let know other users that all is solved |
Beta Was this translation helpful? Give feedback.
I'm glad that all is solved.
If you found an error in library and you can share the fix using a PR it will be helpful.
Also, if possible, mark any response as aswer to let know other users that all is solved