RtmpPublisher
RtmpPublisher copied to clipboard
Rtmp client on Android. Live Video Streaming.
The release number is not seen dependencies { compile 'com.github.takusemba:rtmppublisher:x.x.x' }
when i use this library,i found it seems no method to operate camera。so i wonder if there are any method to focus my camera
Hey I used your library and when I am going to publish stream then after some time it automatically disconnect via calling disconnected method. Can you give me solution for...
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)
Video quality on output url is not good (any way to make that handle full screen and display videos of high quality)...and sometimes it is displaying that publishing is disconnected..
Hello, I try your RtmpPublisher. I set streaming_url and i check permission camera and microphono. The app crash, this isa report of debug. I use Huawei P9 Lite with Android...
Thread[VideoEncoder-drain,5,main] java.lang.IllegalStateException dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.fel.example-1/base.apk"],nativeLibraryDirectories=[/data/app/com.fel.example-1/lib/arm, /data/app/com.fel.example-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]]
I am using your code in my local. But the streaming is delaying about 20 ~ 30s. How can I reduce this delaying time?
I have a requirement of interviewing a candidate in realtime using realtime streaming. Everything works fine, except that the candidate has to show some ID card. When an ID card...
java.lang.IllegalStateException at android.media.MediaCodec.releaseOutputBuffer(Native Method) at android.media.MediaCodec.releaseOutputBuffer(MediaCodec.java:2424) at com.takusemba.rtmppublisher.VideoEncoder$1.run(VideoEncoder.java:127) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.os.HandlerThread.run(HandlerThread.java:61)