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...): www.b4x.com/android/files/exoplayer-additional_libs.zip Updates: V1.52 - Previous fix was incomplete. New version solves the issue. V1.51 - Fixes an incompatibility between ExoPlayer and Firebase... B4A Library ExoPlayer (media3) - video player - Erel    Aug 6, 2025   (20 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   (13 reactions) 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 with adding the button based on the actual video dimension. Don't miss the manifest editor code that locks the second activity in landscape. Project updated to work with ExoPlayer v3. The change... B4A Library addoMedia3 - AndroidX Media3 Exoplayer Wrapper - Addo    Jul 9, 2025   (20 reactions) This library is wrapper for the new AndroidX Media3 Library which is based on Exoplayer... version 1.4
Fixes an incompatibility between ExoPlayer and Firebase. Make sure to update... 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 can be customized more easily. 1. Add to manifest editor: CreateResource(layout, layout1.xml, <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:paddingLeft="16dp" android:paddingRight="16dp" android:layout_width="100dp"....media3.ui.PlayerView android:id="@+id/exoplayer1" android:layout_width... 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) 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... Version 1.50 Upgrade to latest exoplayer 2.18.3 Change Log Updated Version 1.60 Upgraded to the latest 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... 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... 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   |