B4J Library MediaView - video player - Erel    Mar 13, 2024   (26 reactions) 119693
This library includes two custom views: MediaView and MediaViewController.
MediaView can play local and remote videos and music.
The native JavaFX MediaView doesn't include a controller interface. I've implemented one. You can use it or create your own. Tip: the controller code and layout ar B4i Tutorial iMedia library - Camera and VideoView - Erel    Nov 19, 2017   (10 reactions) VideoView is an object that makes it quite simple to play local or remote videos.
The most important thing to remember about VideoView is that the object itself is not a View (unlike in B4A). The view is exposed through its View property.
In order to play a video you need to:
1. Initialize VideoVi B4A Question App Opening Screen Video Help - Erel (first post)    Sep 15, 2015 VideoView is the standard view to play video. You might get better results if you start the app in landscape mode. B4A Library B4ATextureVideoView wrapper -another VideoView - moster67    Aug 22, 2016   (17 reactions) Here is another VideoView library....
This is a VideoView based on a TextureView instead of a SurfaceView (the standard VideoView in the Audio-library uses a SurfaceView).
B4ATextureVideoView offers the same capabilities as the standard VideoView but, unlike the standard VideoView, B4ATextureVideo B4A Question b4a trial version - play video - Erel (first post)    Sep 25, 2016   (1 reaction) VideoView is part of the Audio library. B4A Library vlcb4a - a B4A wrapper of VLC (Android) - pripyat1583 (first post)    Dec 11, 2016   (1 reaction) I'm having a problem with the view disregarding the videoSize property. Also tried calling resizeVideo, which did nothing. I really need the video player to respect any size I pass it (not necessarily full-screen, as shown below), is this possible?
videoView.Initialize("videoView")
videoView.SetVid B4A Library videoviewplus (some events added) - moster67    Jan 12, 2015   (5 reactions) Another library of videoview with the following events added: Prepared, Error and Info. This wrapper requires API >=17 since the OnInfoListener is included. I called it videoviewplus (great innovation/fantasy in selecting a name) ;) The library is attached. B4A Question Subscribe to library updates - moster67 (first post)    Aug 08, 2016   (4 reactions) B4ATextureVideoView
This is a VideoView based on a TextureView instead of a SurfaceView (the standard VideoView in the Audio-library uses a SurfaceView).
This key difference allows a texture view to be moved, transformed, animated, etc. You can even take screenshots. B4A Library FFmpeg_b4a - a FFmpeg library for b4a (decoding/streaming) - moster67 (first post)    Jan 03, 2020   (1 reaction) No, this is a videoview library. B4A Question Videoview Extension - ronovar (first post)    Apr 20, 2016   (1 reaction) You can use ffmpeg for b4a and use
FFMpegVideoView1.SetVideoLayout(FFMpegVideoView1.VIDEO_LAYOUT_ZOOM) Page: 1   2   3   4   5   6   7   Powered by ColBERT |