Hi
I am using mjpeg class...
but the link is not opening. where am i doing wrong?
I am using mjpeg class...
but the link is not opening. where am i doing wrong?
B4X:
....
mjpeg1.Initialize(Me, "mjpg")
mjpeg1.Connect("http://87.54.59.228/mjpg/video.mjpg", 80)
...
Sub mjpeg1_Frame(bmp As Bitmap)
ImageView1.SetBackgroundImage(bmp)
End Sub