Android Question Mjpeg

Almora

Well-Known Member
Licensed User
Longtime User
Hi
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
 

Almora

Well-Known Member
Licensed User
Longtime User
this project does not work in targetSdkVersion=30.

added cleartext..
 

Attachments

  • mj.zip
    10.3 KB · Views: 177
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…