G. Haker
G. Haker
You shouldn't need to create the files via the terminal. The .sqllite file gets auto-created in the app documents directory if it doesn't exist already. And you can run the...
I had the same issue. 1 of the last 13 commits must have introduced a regression error to the specific builds we're using. When I installed from the fork at...
Got it working, too, but let me know what you find.
Agreed. The stretch-to-fill seems a better UI experience imo, too. I've got it working by adding mPublisher.setStyle(BaseVideoRenderer.STYLE_VIDEO_SCALE, BaseVideoRenderer.STYLE_VIDEO_FILL); after mPublisher.setPublisherListener(this); and mSubscriber.setStyle(BaseVideoRenderer.STYLE_VIDEO_SCALE, BaseVideoRenderer.STYLE_VIDEO_FILL); after mSubscriber.setSubscriberListener(this); Do you see any bugs/problems...