Get P2P camera work like with RTSP

Qua2836

n3wb
Joined
Dec 28, 2023
Messages
1
Reaction score
0
Location
Israel
Hi,
I have a code that uses OpenCV to stream frames from an IP camera using its public IP.
Is it possible to do the same with a P2P camera? I mean stream the frames using Python code using the camera's UID? I understand that I need to connect to the P2P server with that UID and receive from it the UDP connection to the camera itself. The only thing is that I don't have a clue how to start. I don't find any detailed info on this process, only general descriptions.
Thanks in advanced.
 
Top