Previously, we initialised the iMedia variable simple like this
media1.Initialize("cam" , Page1)
For now ( B4XPages projects ) how we can Initialize that in B4XMainPage ? we have not "Page1"
Hello, looks like it is a bug
*** 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")
using the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.