I can to Streaming without not used RTSP?

woramet

n3wb
Aug 8, 2018
10
0
Thailand
Because streaming can't forward port

c3a13799beeee8d9528c2d30b27ad8f2.jpg

BEBpLQ


I can used cloud p2p ?

Same with P2P client program.
 
What is it you want to do?
What brand and model of camera?
 
The android app is CamHi, the windows software for P2P is HiP2P Client.
Other than that, I'm not sure what you are trying to do.
 
snapshot of network settings and the onvif viewer shows rtsp://192.168.1.102:554/11
 

Attachments

  • Capture12.JPG
    Capture12.JPG
    37.9 KB · Views: 12
P2P in this case probably means you would need an external server that handles the connection forwarding, that can be accessed by both camera and client.

A short pseudo-example of how i would imagine it has to work:
- Camera will be connecting to the proxy server to open the connection (since server cannot open the connection to the camera without port forwarding). Camera would also tell the proxy the unique ID which client needs to know for the connection.
- Client will be connecting to the proxy server, telling the unique ID it wants to connect to, and the proxy server connects the client to the existing camera connection.
- If the connection cannot be used, the proxy server must be able use something to get through the NAT, for example UDP hole punching

Alternatively the camera would have to send the images to the server and client would then request them from the server, but i doubt you have the possibility to modify the camera to do this...

IMO all this for a single camera remote viewing is way too much work, either port forwarding or using a VPN would be the best solution.