This project is now archived as I no longer use the camera. Feel free to create a fork and maintain your version.
A proxy server app for streaming video from a Guangzhou Juan IP camera without its custom handshaking.
The application listens on port 64444 and responds with the raw video stream to incoming connections.
./juanipc <hostname>
where hostname
- the hostname or IP address of the camera.
To play the stream, you can use ffplay
:
ffplay -i tcp://localhost:64444
Only one client connection is supported.
The camera must have a default admin
user with empty password, see
this gist
for details.
Go to src/ and run make
.