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
Does this lib support audio-only publishing through RTMPMuxer ?
I'm passing videoWidth = 0 and videoHeight = 0, but stream is not playable. If I enable video, it works.
Is it possible that you are passing too much data here?
We don't maintain this project anymore. We provide free Android & iOS WebRTC SDK for Ant Media Server. They support audio only publishing. You can download it on website (https://antmedia.io)
Does this lib support audio-only publishing through
RTMPMuxer
?I'm passing videoWidth = 0 and videoHeight = 0, but stream is not playable. If I enable video, it works.
Is it possible that you are passing too much data here?
https://github.com/ant-media/LibRtmp-Client-for-Android/blob/master/rtmp-client/src/main/cpp/flvmuxer/xiecc_rtmp.c#L189-L195
Maybe some of these should not be set when video track is absent.
If you could give me some hints I can create a PR.
The text was updated successfully, but these errors were encountered: