yasea icon indicating copy to clipboard operation
yasea copied to clipboard

RTMP live streaming client for Android

Results 112 yasea issues
Sort by recently updated
recently updated
newest added

首先很感谢作者开源这么好的项目。如标题所示,在Android机顶盒(android4.4)运行yasea-android-16这个分支编译的apk到机顶盒上,点击publish按钮报错,错误日志如下: `10-14 15:20:21.476 26014-26249/? E/AndroidRuntime: FATAL EXCEPTION: Thread-287 Process: net.ossrs.yasea.demo, PID: 26014 java.lang.ClassCastException: com.github.faucamp.simplertmp.amf.AmfString cannot be cast to com.github.faucamp.simplertmp.amf.AmfNumber at com.github.faucamp.simplertmp.io.RtmpConnection.onSrsServerInfo(RtmpConnection.java:638) at com.github.faucamp.simplertmp.io.RtmpConnection.handleRxInvoke(RtmpConnection.java:591) at com.github.faucamp.simplertmp.io.RtmpConnection.handleRxPacketLoop(RtmpConnection.java:562) at com.github.faucamp.simplertmp.io.RtmpConnection.access$000(RtmpConnection.java:44) at com.github.faucamp.simplertmp.io.RtmpConnection$1.run(RtmpConnection.java:151) at...

请问项目里怎么避免这个库被混淆?谢谢

I am not able to live stream on Facebook with this library if you give support for RTMPS then it will be a great help. Thanks !!!!!!

I can successfully live stream on youtube by using this library but the audio quality of uploaded video is not so good. It is flickering. How can I solve that?

question

为什么在计算digestoffset时,多减去一个8 ### 代码 `final int digestOffset = random.nextInt(HANDSHAKE_SIZE - DIGEST_OFFSET_INDICATOR_POS - 4 - 8 - SHA256_DIGEST_SIZE); //random.nextInt(DIGEST_OFFSET_INDICATOR_POS - SHA256_DIGEST_SIZE);`

Hi, thanks for amazing project\ I noticed it's implemented built-in AEC support, but how can I test it if it's working in fact?\ I was doing the following steps: -...