Rocky Lin
Rocky Lin
@hexmonad I've tested your branch demo. Unfortunately, the issue is still there. After the camera is turned on, everything seems to be fine at first. Then maybe 20 seconds later(maybe...
@hexmonad Thank you! The size you set is 1280 * 720, What about small screens? e.g. 782 * 480 CameraFragment.java mCameraView.setVideoSize(1280, 720); CameraGLView.java mCameraHandler.startPreview(1280, 720/*width, height*/);
@saki4510t Thanks for this great lib! We got this from crashlytics. Device:SM-G386T1, OS:4.4.2  
Maybe it's the problem related to the onResume() When I scroll, it crashes with this error, but when I press the home button to put the app in the backend...
Eventually, it's AssetVideoItem's method that handles the video from url public void playNewVideo(MetaData currentItemMetaData, VideoPlayerView player, VideoPlayerManager videoPlayerManager){ videoPlayerManager.playNewVideo(currentItemMetaData, player, videoUrl); }
@ajchili Can not open : https://gist.github.com/ajchili/4ff1a5b077a72616cea280ba6db60118
@ajchili Thanks anyway! I've already abandoned this lib, and move on to another. VideoPlayerManager is a good Lib for learning and experiment.
@superdump @ford-prefect I'm trying to build a Karaoke android app to record the sounds while playing a karaoke beat simultaneously from the speaker of my phone. The resulted audio file...
Same problem here!