Page 1 of 1

Native Android

Posted: Wed Apr 24, 2019 6:02 pm
by hussan
Hi,

how i can show the ZoneMinder link in Android native application?

thanks

Re: Native Android

Posted: Wed Apr 24, 2019 11:36 pm
by asker
What do you mean?

Re: Native Android

Posted: Thu Apr 25, 2019 12:47 pm
by hussan
Hi,

i am creating a android App, i have this link http:/{myip}/zm/cgi-bin/nph-zms?mode=jpeg&monitor=9&scale=100&maxfps=30&buffer=1000&user=ver&pass=ver .

How i can open this link in my android native application?

thanks

Re: Native Android

Posted: Fri Apr 26, 2019 1:16 pm
by asker
I assume by "open this link" you mean display the video. If your question is:
"How do I display the MJPEG stream in an Native Android app" then its best answered if you search StackOverflow - there are many examples of how you can display an MJPEG stream in a native android app.

Re: Native Android

Posted: Fri Apr 26, 2019 3:11 pm
by hussan
Hi,

thanks.