anyrtcIO-Community / anyRTC-RTMP-OpenSource

RTMP 推流器,RTMP(HLS)秒开播放器,直播点播,跨平台(Win,IOS,Android)开源代码
https://www.anyrtc.io
GNU General Public License v3.0
4.68k stars 1.61k forks source link

How to block video data when start streaming ? #73

Closed gstream closed 7 years ago

gstream commented 7 years ago

Greetings. Thanks for providing this great library.

I am going to use this library for my video conference app.

RTMPHosterKit provide following apis. -setAudioEnable () -setVideoEnable()

setAudioEnable() works great but setVideoEnable() is not working.

Seems it is not implemented yet.

I would appreciate if you let me know how to block video data when streaming or use setVideoEnable() api if it is already implemented.

Thanks gstream