Hello guys,
I am working in an application in an embedded linux. I have to work with many boards, my application is goign to run in every board. My problem is that my application use the opencv libraries and fetch the video from an Ipcamera rtsp protocol, the thing that when I run my application in each board, I have many viewers for access to the same ipcamera, then I have some decoding error, because there is many viewer trying to fetch the video.
There is some way to do this for example if in one of my board I fetch the video, and the other board just read from this??or maybe like a server?
I do not know have idea of how can I do this.
Thank so much