fenster
fenster copied to clipboard
A library to display videos in a TextureView using a custom MediaPlayer controller
Hello guys, I am facing some issue while playing video on my app it was working fine but suddenly after 10min player will get crashed with error 2019-01-01 15:22:00.292 1268-14485/?...
E/UncaughtException: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getScheme()' on a null object reference at android.media.MediaPlayer.setDataSource(MediaPlayer.java:972) at com.malmstein.fenster.view.FensterVideoView.setDataSource(FensterVideoView.java:281) at com.malmstein.fenster.view.FensterVideoView.openVideo(FensterVideoView.java:257) at com.malmstein.fenster.view.FensterVideoView.access$2100(FensterVideoView.java:50) at com.malmstein.fenster.view.FensterVideoView$8.onSurfaceTextureAvailable(FensterVideoView.java:553) at android.view.TextureView.getHardwareLayer(TextureView.java:370) at android.view.View.updateDisplayListIfDirty(View.java:14059) at android.view.View.getDisplayList(View.java:14105)...
I am capturing video from video camera, and I view it before uploading. and I'm using SimpleMediaFensterPlayerController. its not playing the video. is it possible to play the video captured...
I did set the following permission in my AndroidManifest.xml art : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 02-24 18:21:01.818...
This "fixes" following: https://github.com/malmstein/fenster/issues/29 https://github.com/malmstein/fenster/issues/30 I did following: **SimpleMediaFensterPlayerController** * corrected layout for seekbar and time text views - old weight based layouts may have lead to line breaks on...
1. Bug: Currently this Controller does not handle the rewind/forward button clicks... They simple don't have click listeners and do nothing. 2. Suggestion: add a function to even hide the...
Hi, I am using this Library & trying to set the Video vertically. the Video is running fine however, its size is fixed. Tried many things but not able to...
Hi, I am using this library in my code and it is working good but it is taking time for video to start. I was checking at 4 MB/s connection,...
Can i use the given texture view inside a list view to play video through a given url