mjpg

  1. J

    Android Question CCTV Client MJPEG Class Not Working with string variable

    Hi. I tried using MJPEG Class in B4A (copied from B4J example and modified to B4A) with a string written directly mj1.Connect("192.168.0.5/", 51042) and it's working. But if I store that same string in a variable Dim ip as String = "192.168.0.5/" mj1.Connect(ip, 51042) Is not...
Top