blueberryCoder / LiveStream

一个实现直播的解决方案,视频采用H264编码、音频采用ACC编码、传输采用Rtmp协议
http://blog.csdn.net/a992036795/article/details/64460049
365 stars 109 forks source link

请问jcenter和开源代码不一样吗,我使用有不同的结果 #10

Open ligoofing opened 7 years ago

ligoofing commented 7 years ago

我使用下面配置 ,不可以推流到服务器(youtube直播)
compile project(':rtmplive') 使用下面配置,可以推流到服务器(youtube直播)
compile 'com.blueberry:rtmplive:0.1.0'

blueberryCoder commented 7 years ago

代码是一样的