How to simulate a RTSP streaming from a local mp4 file using python?
I’m working on a solution that needs to analyze RTSP video streaming from IP cameras. However, I had problems accessing these cameras via RTSP and the team provided me with some sample files (mp4 files). I still need to work on this solution and so as not to change my architecture, is there a way to simulate a video stream from one of these mp4 files using an RTSP url and python? My solution architecture is entirely on GCP and I need this RTSP url to work there too.