B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Dec 25, 2023   (59 reactions)   tags: Code, Wewl, video, MediaPlayer / 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... was incomplete. New version solves the issue. V1.51 - Fixes an incompatibility between ExoPlayer and Firebase. Make sure to update the additional libs package. V1.50 - New version based on ExoPlayer 2.13.3 (https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md). The additional libs package... B4A Library ExoPlayer (media3) - video player - Erel    Aug 6, 2025   (22 reactions) ExoPlayer is a powerful media player created by Google: https://developer.android.com/guide/topics/media/exoplayer
This version is based on Media3 ExoPlayer v1.2. It replaces ExoPlayer 2: https... B4A Tutorial ExoPlayer - full screen feature - Erel    Dec 25, 2023   (14 reactions) that locks the second activity in landscape. Project updated to work with ExoPlayer v3. The change is simple, line 31 in FullScreen changed to: jo.InitializeStatic("androidx.media3.ui.PlayerView...116949 116950 This example demonstrates how you can add a full screen button to a video. Clicking on the button, starts a new landscape activity and it then uses the native switchTargetView method to reuse the same player in the new SimpleExoPlayerView. There is also some calculations involved... B4A Code Snippet Create ExoPlayer with TextureView instead of SurfaceView - Erel    Oct 23, 2024   (12 reactions) There are some cases where you need to create an ExoPlayer with TextureView. TextureView....media3.ui.PlayerView android:id="@+id/exoplayer1" android:layout_width... GetSimpleExoPlayerView As SimpleExoPlayerView Dim x As XmlLayoutBuilder x.LoadXmlLayout(Root... As B4XView Private xui As XUI Private Player As SimpleExoPlayer Private PlayerView As SimpleExoPlayerView Private Panel1 As B4XView End Sub Public Sub Initialize ' B4XPages... B4A Library addoMedia3 - AndroidX Media3 Exoplayer Wrapper - Addo    Jul 9, 2025   (20 reactions) version 1.4
Fixes an incompatibility between ExoPlayer and Firebase. Make sure to update...This library is wrapper for the new AndroidX Media3 Library which is based on Exoplayer...
preferedtextLanguage
EnableSubtitles
PlaybackSpeed
DesignerProperties
Media3PlayerView
ResizeMode... :
Player_Ready
Player_Error
Player_Complete
Player_MetaData(metadataFields As Map)
IDLE
Buffering... B4A Question ExoPlayer-ID3 metadata how to get data - kisoft    Dec 30, 2019 Hi This is a continuation of this thread: https://www.b4x.com/android/forum/threads/exoplayer-id3-metadata.112430/ This is the code that Erel put: Sub Player_TrackChanged Dim jo As JavaObject = player1 Dim TrackGroups As JavaObject = jo.GetFieldJO("player").RunMethod... you need? It seems that the information you need is in these classes. How to get them.? https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/metadata/Metadata.Entry... B4A Library Exoplayer 2.18.5 Streams Player - Addo    Apr 2, 2023   (23 reactions) ExoPlayer 2.18.4 > Change Log Fixed GetvideoFormatwidth, GetvideoFormatHeight when playing media... the player. Updated Version 1.70 Upgraded to the latest ExoPlayer 2.18.5 Added IDLE EVENT and Buffering...Hi, This is Based on the Wrapper of Erel . I was in need to use the latest Exoplayer for only one purpose is to play RTMP Streams. also this Exoplayer Replaces deprecated playerview with StyledPlayerView. You need this Additional Following AArs to be located in your Additional Libraries Folder... B4A Library [B4X] DL Youtube ExoPlayer - MarcoRome    Jun 23, 2021   (21 reactions)
Hi All.
We all know the excellent ExoPlayer, too bad it doesn't load videos from youtube links. With this Library (B4A, B4i, B4J) it is possible to view the direct youtube link on both ExoPlayer... can be accessed from all modules.
Private player1 As SimpleExoPlayer
End Sub
Sub Globals... B4A Question ExoPlayer change background color from player - scsjc    Mar 13, 2017 Hello, is possible change the background color from playercontrol from ExoPlayer?... B4A Question ExoPlayer User-agent - Pendrush    Nov 29, 2017 Is there any chance to change ExoPlayer user-agent? Default user agent is: AppName/AppVerison (Linux;Android 7.0) ExoPlayerLib/2.5.3 As app get Cyrillic name, User-Agent become Cyrillic also and that create a lot of problems on ShoutCast servers.... Page: 1   2   3   4   5   6   7   |