Library documentation: Media Player (Core) - v9.00 B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Dec 25, 2023   (58 reactions)   tags: Code, Wewl, video, MediaPlayer /
ExoPlayer is an open source project that replaces the native MediaPlayer and VideoView types.
https... MediaPlayer. SimpleExoPlayerView provides the interface.
SimpleExoPlayer can be used without... B4J Library B4JVlcj (embed VLC MediaPlayer in your program/app) - moster67    Mar 21, 2017   (25 reactions)   tags: Erel -wrapper of VLC (VideoLAN). With this wrapper, we can use VLC as a MediaPlayer in B4J.
I guess most... events which are required to create a functional MediaPlayer in B4J. I have tested it on Windows 10 and... B4i Question How to make Mediaplayer ignore the silence ringer switch setting? - Turbo3    Feb 4, 2015 How can we make Mediaplayer ignore the phone ringer silence switch setting? I did find that if I added the code to allow mediaplayer to play in the background and when the phone is off it also seems to have made it ignore the silence ringer switch setting.... B4i Question (Solved) MediaPlayer - not playing - f0raster0    Aug 1, 2024 play the sound in my iphone:
MediaPlayer Demo https://www.b4x.com/android/forum/threads/solved-mediaplayer-does-not-play-mp3.129278/#post-811765
Is it possible that something changed in MediaPlayer... B4J Question B4JPackager11 Error With MediaPlayer, jAudioClip [SOLVED] - jmon    Jul 19, 2019 Windows. I also tried with MediaPlayer, and get the same error when running the exe. With MediaPlayer: main._appstart (java line: -1) java.lang.UnsupportedOperationException: Unsupported protocol "jrt" at javafx.media/com.sun.media.jfxmedia.locator.Locator.<init>(Unknown Source) at javafx.media/javafx.scene.media.Media.<init>(Unknown Source) at b4j/anywheresoftware.b4j.objects.MediaPlayerWrapper.Initialize(Unknown Source) at b4j/com.xxxx.xxxxx.main... B4A Tutorial MediaPlayer tutorial - Erel    Nov 14, 2010   (6 reactions)   tags: MediaPlayer The MediaPlayer is used to play audio files. MediaPlayer supports formats like: mp3, midi, wave and... order to play an audio file we first need to load the file: MediaPlayer1.Load(File.DirAssets... File.DirAssets is used. Now we can start playing the file with: MediaPlayer1.Play and pause the playback with: MediaPlayer.Pause Calling Play will resume from the same position. Note that you can only call Pause while MediaPlayer is playing. You can call MediaPlayer.Load at any point (after... B4J Question Linux - MediaPlayer Cannot be created - Wrong URI: - hatzisn    Jul 10, 2023 I am getting this error when I try to play an mp3 file in MediaPlayer object in linux
MediaException: UNKNOWN : com.sun.media.jfxmedia.MediaException: Could not create player! : com.sun.media... B4A Code Snippet Choose audio file and play with MediaPlayer - fredo    Nov 10, 2019   (3 reactions) to Erel's "GetPathFromContentResult()" the path format expected by the MediaPlayer... Private mp As MediaPlayer End Sub Sub Globals Private LabelDir As Label Private LabelFile...) ' content://com.android.providers.media.documents/document/audio%3A128 Private rp... GetPathFromContentResult(UriString As String, MediaType As String) As String ' Erel --> https://www.b4x.com/android/forum/threads/get-the-path-to-media-files-returned-from-contentchooser.39313/ If... B4J Question Mediaplayer and bps - udg    May 25, 2021 Hi all,
are there any know problems about Mediaplayer when confronted with higher bit rates... hangs up the mediaplayer when the play command is executed. Nothing is showed in log nor a try/catch... B4A Question [Solved] - Using MediaPlayer to queue up and play sound files just like ExoPlayer - rleiman    Mar 31, 2021   (1 reaction) MediaPlayer from a list object just like you can do with the ExoPlayer? I'm asking because we had to change our apps that play sounds from the ExoPlayer to the MediaPlayer because customers are updating... Page: 1   2   3   4   5   6   |