tvbus.android icon indicating copy to clipboard operation
tvbus.android copied to clipboard

tvbus.android is a live streaming android SDK based on P2P technology.

Results 5 tvbus.android issues
Sort by recently updated
recently updated
newest added

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...

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...