maifeeulasad / Android-IP-Camera

Android IP Camera
MIT License
6 stars 2 forks source link

Is the connection standard? #1

Closed alexiscatnip closed 2 years ago

alexiscatnip commented 2 years ago

In the app, I input the IP of my PC (not mobile phone) + 8888 as the port

and on my PC, I open VLC and point it to the IP of the mobile phone, like this: image

It doesn't work, so it seems that the network connection in this repo is a non-standard protocol?

walidelrifai commented 2 years ago

facing the same issue.. did you manage to find a fix?

alexiscatnip commented 2 years ago

@walidelrifai I think its just sending the image as bytes without encoding into some video stream like MJPG. So no wonder that VLC won't decode it.

wwzh2015 commented 1 year ago

bytes without encoding

Me too, How to run it?