B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) , video or animated gif (more formats will be added). 'Show a remote image / video / animated gif... ZoomImageView) for images, B4XGifView for animated gifs, ExoPlayer / MediaView / VideoPlayer for videos and... Conditional Symbol Dependencies Mime Comments Images None image/* Videos SMM_VIDEO B4A - ExoPlayer B4J - MediaView B4i - iUI8 (internal library) video/* Animated Gifs SMM_GIF B4XGifView image/gif...-videos-and-more.134716/post-984079 - v1.15 - Adds support for HLS video streams (mime = application/vnd... B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Dec 25, 2023   (59 reactions)   tags: Code, Wewl, video, MediaPlayer Edit: new version: https://www.b4x.com/android/forum/threads/exoplayer-media3-video-player.158204/ ExoPlayer is an open source project that replaces the native MediaPlayer and VideoView types. https://google.github.io/ExoPlayer/ License: Apache 2.0 It supports more media formats, it is more powerful and more customizable. It is supported by Android 4.1+ (API 16+). 49700 There are two types... the interface. SimpleExoPlayer should be a process global variable. Example of video playback from an asset... B4A Tutorial Camera2 - Still images and videos - Erel    Dec 29, 2024   (21 reactions)   tags: Camera2, cam as an internal library in the next update. Both image capturing and video recording are supported. CamEx2... TakePictureNow. Video capturing is done by calling StartVideoRecording and StopVideoRecording. The surface needs to be recreated after the video is recorded. TaskIndex When you open the camera you receive... is not added automatically as it is only required when recording video. In such case you need to add... with video orientation. - V1.20 Example updated and targetSdkVersion is set to 26. Permissions... B4A Library ExoPlayer (media3) - video player - Erel    Aug 6, 2025   (22 reactions) is attached. 148977 Note that you can use SMM to manage and load videos: SimpleMediaManager (SMM) - framework for images, videos and more Updates: v3.11 - Added missing dependency (androidx.core:core-ktx... B4A Library [B4X] MediaChooser - cross platform videos and images chooser - Erel    Jan 5, 2025   (34 reactions) This library makes it simple to let the user choose or capture media. 153679 Features: Allows the user to capture videos and still pictures (B4A and B4i only). Allows the user to pick videos and pictures. Very easy to use together with SimpleMediaManager. Detects images mime types. Jpeg and Gifs...-framework-for-images-videos-and-more.134716/#content Updates: - v1.02 - (B4A) KeepRunningService.../forum/threads/exoplayer-media3-video-player.158204/#content... 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 are inside the b4xlib file. Usage: Add the two custom views and connect them: MediaViewController1.SetMediaView(MediaView1) Set the video source. MediaView1.Source = "https://player... Share My Creation [B4X] Video Conference, Audio, Text Chat app - meet@point - Source Code only 20€ - Magma    Nov 30, 2024   (30 reactions) B4A)... meet@point Is an example - how to create a Video Conference Application... is using MQTT technology... you can use it from Android or Windows PC... you can communicate with Video (webcam, or android camera) - max 5 users (for video - because of layout)... with audio (press to talk or 2-way using... they like... - Pressing Let's meet -> they can communicate with video, audio and text... so simple ! Here a Video Demonstration with myself ! :) IpeDf-bORrg Full Working Demos for B4J and... B4A Tutorial [java] Video tutorial - Creating a simple library - Erel    Nov 6, 2011   (7 reactions) There is a new tool available for compiling libraries. It is much simpler: http://www.b4x.com/forum/showthread.php?p=173756 I've uploaded a video tutorial to YouTube which explains the steps required for building a library with Eclipse: Basic4android Tutorial - Creating a library - YouTube The doclet tool and more information are available here: http://www.b4x.com/forum/libraries-developers-questions/6810-creating-libraries-basic4android.html One step is missing from the video... B4i Tutorial VideoPlayer - Replaces VideoView - Erel    Mar 27, 2022   (2 reactions) iUI8 library v1.50 includes a new VideoPlayer view. It replaces VideoView from iMedia library. Apple has deprecated the API that VideoView was based on. VideoPlayer is based on the newer.... Set #MinVersion: 8 3. Add VideoPlayer with the designer. 4. Load a video. 5. Wait for the Ready....LoadLayout("1") NavControl.ShowPage(Page1) VideoPlayer1.LoadVideo(File.DirAssets, "big_buck_bunny.mp4") Wait For VideoPlayer1_Ready (Success As Boolean) If Success... 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 VideoView. 2. Add VideoView.View to the layout. 3. Load the video with VideoView.LoadVideo or VideoView.LoadVideoUrl (for video streams). The Ready event is raised when the video is ready for playback... Page: 1   2   3   4   5   6   7   |