Hello, looks like it is a bug
using the iMedia , any help would be really apreciated
B4X:
*** does not work ****
Private vv As VideoView
url = "http://mi.radiocast.us:8000"
vv.Initialize("vv")
vv.LoadVideoUrl(url)
*** WORKS ****
Private vv As VideoView
vv.Initialize("vv")
vv.LoadVideoUrl("http://mi.radiocast.us:8000")