I am using the following code to play my media stream ....
I would like to add the ability to see a progress bar or something that shows a visible response to the stream like found here
How would I do this?
Tulsa County Live Audio Feeds
I would like to add the ability to see a progress bar or something that shows a visible response to the stream like found here
How would I do this?
Tulsa County Live Audio Feeds
B4X:
If Checked = True Then
mp.Initialize("mp")
mp.Load("http://relay.radioreference.com:80/264858664")
Activity.Title = "Loading Tulsa TPD Freq"
Else
mp.Stop
End If