You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for good library, I've been trying to integrate LibRtmp android in my project. I've tested demo application in github https://github.com/ant-media/LiveVideoBroadcaster. However, the streaming failed on some devices such as LG G6, due to RTMPMuxer opening issue. I'll leave some fragments of code below, please help me to solve the problem.
int result = rtmpMuxer.open(url, 0, 0), this always returning negative numbers on LG G6, and sometimes on Huawei.
Since open function of RtmpMuxer returning false, startBroadcasting in LivevideoBroadcaster failed and showing error message "Failed to start. Please check server url and security credentials.". However on other devices, it's working fine.
Thanks for your answer beforehand!
The text was updated successfully, but these errors were encountered:
Thanks for good library, I've been trying to integrate LibRtmp android in my project. I've tested demo application in github https://github.com/ant-media/LiveVideoBroadcaster. However, the streaming failed on some devices such as LG G6, due to RTMPMuxer opening issue. I'll leave some fragments of code below, please help me to solve the problem.
int result = rtmpMuxer.open(url, 0, 0), this always returning negative numbers on LG G6, and sometimes on Huawei.
Since open function of RtmpMuxer returning false, startBroadcasting in LivevideoBroadcaster failed and showing error message "Failed to start. Please check server url and security credentials.". However on other devices, it's working fine.
Thanks for your answer beforehand!
The text was updated successfully, but these errors were encountered: