Zain Khalid
Zain Khalid
were you able to solve this problem?
When there is no stream published stream.client java.lang.NullPointerException my code ``` configuration = new R5Configuration(R5StreamProtocol.RTSP, UrlManager.R5_CONFIGURATION_URL, 8554, "live", 1.0f); configuration.setLicenseKey(UrlManager.R5_LICENCE_KEY); stream = new R5Stream(new R5Connection(configuration)); stream.client = this; stream.setListener(this); r5ConnectionEvent...
Use the version 4.0.0.
You need to set the permission from fire base console to public. Let me know if you have trouble doing it.
What kind of problem are you facing at the moment?
Jcenter has been remove and this library is not available in the maven. You will have either fork it and upload to maven yourself or you will have to use...
@nmssalman you can check @evgenylapitsky posted link. You can use it now.