Rocky Lin

Results 19 comments of 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 ![screen shot 2017-01-04 at 9 39 18 pm](https://cloud.githubusercontent.com/assets/6820710/21644025/63e0ec5c-d2c6-11e6-8e95-5b4559a6aeba.png) ![screen shot 2017-01-04 at 9 41 50 pm](https://cloud.githubusercontent.com/assets/6820710/21644072/a56500dc-d2c6-11e6-80ad-932dab934387.png)

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!