Hi experts,I need to send the stream created by openMV H7/H7plus to the specific rtsp server via the specific port. Is there any examples help in this case? The example script ’ rtsp_video_server_lan.py’ is for the server mode which is not in our case. Thanks in advance for any help.
Hi, there are no examples for this. If you open up the RSTP example code it’s just python that’s writing to sockets:
Hi kwagyeman, thank you for the quick reply. Do you have any ffmpeg or the reference libraries? I am newone in python coding. Hope to get more help. Thanks in advance.
Yeah, to be clear… rtsp works by the camera being a server and a client connecting to it. It doesn’t work any other way. So, not sure what you want to do. If you want the camera to send video to a server you need to implement the sockets level code for that.