tvbus.android
tvbus.android copied to clipboard
tvbus.android is a live streaming android SDK based on P2P technology.
Does anyone know if the system is online?
Hello ... Maybe is just one issue. The project is still ON ? I tried to contact someone from the team but ... :( Nobody answer on email. Is maybe...
error -120, cannot play
could you provide demo codes allow to be played only for validation by adding username and password?
could you provide demo codes allow to be played only for validation by adding username and password?
I am passing authentication Example ``` private void startTVBusService() { mTVCore = TVCore.getInstance(); assert mTVCore != null; mTVCore.setAuthUrl("https://auth.dns/v1/auth"); mTVCore.setUsername("USER"); mTVCore.setPassword("PASS"); ``` But it is not calling authentication Which results in...