Hi,
Im using MediaPlayerStream to stream an audio from internet. Everything works but the percentage buffered retrieved in the sub
is always 0... i tried with different mp3 files and still it shows 0 but the audio streams properly.
I tried the same links using a sample project obtained from internet in eclipse and i get the proper stream percentage.
Is this a bug in B4A ?
Regards,
SK
Im using MediaPlayerStream to stream an audio from internet. Everything works but the percentage buffered retrieved in the sub
B4X:
Sub Audio_Stream_StreamBuffer(Percentage As Int)
Log(Percentage)
End Sub
I tried the same links using a sample project obtained from internet in eclipse and i get the proper stream percentage.
Is this a bug in B4A ?
Regards,
SK