iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

python connection #148

Closed reo-min closed 3 years ago

reo-min commented 3 years ago

I have a question about it.

I want to connect with python like openCV.

Is there any solution of it?

I've already made the media server and connected with the android app.

Thank you very much.

iizukanao commented 3 years ago

I think you might be able to use cv.VideoCapture("rtsp://SERVER_IP:80/live/STREAM_NAME"). See this example: https://stackoverflow.com/a/25764342

reo-min commented 3 years ago

Is the server_ip media server ip??

iizukanao commented 3 years ago

Yes, the ip address of the machine which node-rtsp-rtmp-server is running on.

reo-min commented 3 years ago

Thank you very much!

it did work!

iizukanao commented 3 years ago

Great!