MJPEG Stream

KPmaster

Member
Licensed User
Longtime User
Hi all,
I'm a new user, just approaching to B4A and Android programming for the first time.
I want to create an application to show the MJPEG stream from an IP camera, but I have some problem.

VideoView and WebViewer won't work.
I've already used the ipcam library from alan1968, but I noticed the stream is very slow, so in fact is unusable.
I've also had a try to Vitamiob4a but with it the application hangs and crash after a very few seconds (sometimes 1 second is enough).

Code used are the samples posted with the libraries, simply changing ip and uri of the stream.

I'm using a Samsung Galaxy Tab2 7.0, with Android 4.1.2.
IP cam is an ABUS IR HD 1080p, set to 320x240 resolution to have a less memory usage.

Can someone help me?
 

KPmaster

Member
Licensed User
Longtime User
Hi Erel,
FPS was 25 that could be high, but I've also tried setting it down to 10 with no luck.
The stream still very slow.
 
Upvote 0

KPmaster

Member
Licensed User
Longtime User
Well, I've set up the timer of the demo application (ipcam library) by steps to see if something changes but nothing to do.
I've tried from 250 to 1000 ms with steps of 250.
 
Upvote 0
Top