B4A Question No errors being returned by MediaPlayerStream - CRoberts (first post)    Sep 18, 2025 Thank you.... B4A Question AudioStream with MediaPlayerStream - Martin Domian (first post)    Dec 12, 2024
Private myStream As MediaPlayerStream, isPlayingStream As Boolean = False
Private myList...($"Fehler im MediaPlayerStream: ErrorCode=${ErrorCode}, Extra=${Extra}"$....
I do it with the media player and MP3 files, it works perfectly, that's why I wanted to use... B4A Question MediaPlayerStream stutters randomly on Pixel 8 - jimseng (first post)    Aug 27, 2024 I didn't explain myself very well. My "streaming service" is just passing a URL to mediaplayerstream of my mp3 collection on my web server at home. When I changed to my Pixel 8... Italian [Risolto](B4J) MediaPlayerStream errore di Inizializzazione - XorAndOr (first post)    Apr 26, 2024   (1 reaction)
Per fare prove brevissime, al volo, apro il primo progetto nella lista dei "recenti" e st... B4A Question MediaPlayerStream dont working on android 6+ - Douglas Farias    Mar 7, 2017 Hi all.
this code is working fine on android 5.1.1 but on 6.0+ dont works
'INICIA O MEDIA PLAYER E A STREAM
If FirstTime Then
mp.Initialize("mp")
End If
mp... B4A Question MediaPlayerStream stopped after half hour - Juanet (first post)    Nov 30, 2022 DonManfred,
Sorry, my mistake, now i'm see the ExoPlayer in B4A ?
I'm going to try to work with ExoPlayer by changing the existing MediaPlayerStream references and see if the stream doesn... B4A Question MediaPlayerStream - walterf25    Jul 25, 2015 Hello All, i have a quick question, i'm using the MediaPlayerStream library to play mp3 files... i use the MediaPlayerStream.getDuration method i get the following:
mp3 duration: 320933392
I know for... B4A Question [SOLVED] MediaPlayerStream Position Property - RandomCoder    Aug 23, 2014 this forum post...
MediaPlayerStream - SeekTo and getCurrentPosition
It appears that others... in the MediaPlayerStream Class and refreshed the audio lib. What else can I be doing wrong?
All... B4A Question MediaPlayerStream with Post before - Alberto Iglesias    Oct 24, 2013 STREAMING, is Download and Play with Media Player
and the MEDIAPLAYERSTREAM is work only...Anyone know how I can use the MEDIAPLAYERSTREAM or something like that when I need the POST some... In As InputStream = File.OpenInput("/sdcard/Download/","File.json")
Dim size... B4A Question MediaPlayerStream - SeekTo and getCurrentPosition - shashkiranr    Apr 10, 2014 Hi ,
I am trying to acess the methods SeekTo and getCurrentPosition of MediaPlayerStream using reflection library but im getting no such methods found. im using the below code.
r... Page: 1   2   3   4   |