TakuSemba / RtmpPublisher

Rtmp client on Android. Live Video Streaming.
Apache License 2.0
628 stars 149 forks source link

java.lang.NoSuchMethodError: No virtual method isConnected()I in class Lnet/butterflytv/rtmp_client/RTMPMuxer; or its super classes (declaration of 'net.butterflytv.rtmp_client.RTMPMuxer' appears in /data/app/com.fel.example-1/base.apk:classes3.dex) #37

Open niteshfel opened 4 years ago

niteshfel commented 4 years ago

java.lang.NoSuchMethodError: No virtual method isConnected()I in class Lnet/butterflytv/rtmp_client/RTMPMuxer; or its super classes (declaration of 'net.butterflytv.rtmp_client.RTMPMuxer' appears in /data/app/com.fel.example-1/base.apk:classes3.dex)

alx696 commented 3 years ago

@niteshfel need to add implementation 'net.butterflytv.utils:rtmp-client:0.2.8' yourself.

data had send to rtmp server, but no video show. audio works fine.

    implementation 'net.butterflytv.utils:rtmp-client:0.2.8'
    implementation 'com.github.takusemba:rtmppublisher:1.1.3'