myrao / ScreenRecorder

A demo of Android screen recorder, no root but SDK version should more than Android 5.0 API 21.
497 stars 174 forks source link

Crash on demo #11

Open dbof10 opened 6 years ago

dbof10 commented 6 years ago
  1. crash log
    java.lang.IllegalStateException: Deque full
                                                                             at java.util.concurrent.LinkedBlockingDeque.addLast(LinkedBlockingDeque.java:306)
                                                                             at java.util.concurrent.LinkedBlockingDeque.add(LinkedBlockingDeque.java:604)
                                                                             at net.yrom.screenrecorder.task.RtmpStreamingSender.sendFood(RtmpStreamingSender.java:139)
                                                                             at net.yrom.screenrecorder.ui.activity.ScreenRecordActivity$2.collect(ScreenRecordActivity.java:112)
                                                                             at net.yrom.screenrecorder.task.AudioSenderThread.sendRealData(AudioSenderThread.java:112)
                                                                             at net.yrom.screenrecorder.task.AudioSenderThread.run(AudioSenderThread.java:70)
    1. Could you help me to start a server?
wu19910708 commented 6 years ago

i have the same error , how could you solve the problem

o0ohh commented 6 years ago

i have the same error , how could you solve the problem