media player

  1. M

    Android Question How to play the audio files directly from res/raw folder?

    Hi, I have multiple audio files in res/raw folder. How to play those with media player? see this in stackoverflow
  2. epiCode

    Android Question MediaPlayer Complete Event not triggering

    Hey ! Somehow, I am unable to get mediaplayer to fire "complete" event. It stops after playing first audio file. Would be nice if someone can point out what am I doing wrong here. My service module code is like this: #Region Service Attributes #StartAtBoot: False #End Region Sub...
  3. S

    iOS Question MediaPlayer doesn't play mp3 files

    Hi, I am developing a chat with audio messaging and I faced a problem. I can download the file from the server using FTP, but I cannot play it, I have the error here: Mp.Initialize(File.DirDocuments, audiomessagefilename, "MP") Error: Error loading file: Error Domain=NSOSStatusErrorDomain...
  4. rleiman

    Android Question [SOLVED] - MediaPlayer - Volume issues

    Greetings, We have several Samsung phones running on Android 10 and our app uses the MediaPlayer to play a background sound file. The issue we are experiencing involves the volume the MediaPlayer plays the sound file. It fluctuates. Randomly it get quite loud for a duration of a few seconds and...
  5. B

    Android Question Player for Calm Radio Streaming service.

    I am looking for ideas on how to create an app to play the streams of "Calm Radio" I have tried the Media Player using the Audio library and the EXOPlayer. Neither of these appear to work. One url plays on these services: iTunes | Roku Soundbridge | VLC | Palm | Dune | Synology |Grace...
  6. A

    Android Question take time from a wav file

    I need use the time of wav file to create a sequence of audios. Is there a code that allows me to obtain and use this information?
  7. Mark Baars

    B4J Question Soundpool for B4J

    Hello, I am looking for the functionality of the B4A library "SoundPool", but can't use that in B4J. For B4J I use the MediaPlayer control, but I also want to use speech and short sound effects while playing video and music with MediaPlayer instances. I have tried this with MediaPlayer but the...
  8. Mark Baars

    B4J Question Playing a video in B4J

    Hello, I am looking for a way to play full motion video in my B4J application (mp4 or ogv). I have searched the forums and found information on libraries for B4A and B4I but none for B4J. Does it exist? And where should I look for it? Any help would be appreciated. Thank you, Mark
  9. A

    Spanish Consulta reproducir audio mediante link generado por QR

    Buenos días: he realizado un app con lector de QR, el lector funciona perfectamente pero deseo que luego de reconocer el código QR reproduzca el contenido (audios) que se encuentran en mi google drive (o cualquier otro servicio de almacenamiento) he probado con el reproductor de audio pero solo...
  10. Lucas Eduardo

    Android Question Hide User Agent ExoPlayer

    Hello community, I'm having a problem with FIDDLER, the program that intercept our data base. When i play a video in exo player, my USER AGENT will show in FIDDLER program. Is there a way to hide my USER AGENT?
  11. rleiman

    Android Question Testing if the media player is initialized

    Hi Everyone, I would like to test if the media player is initialized like: If mpMyMediaPlayer.IsInitialized Then ' Do somthing. End If but could not find .IsInitialized in the current version of b4a since most of the objects that are available do have that in them. I need to stop the...
Top