I will transfer to you my touch designer license so that you can test the connection.
I have a flexible budget for different milestones
-latency < 100ms
-multiple concurrent streams
-hd streams
-boot into stream
-auto restart stream if stream failed
-switch to backup video if stream failed
It all depends what you want to do with that RTSP stream. If you just want to display it, I’d suggest looking at ffplay. If you want do your own processing of it, you can use FFMpeg to convert the RTSP stream into an yuv4mpegpipe stream, which has a very simple format that is easily converted to RGB. You’d have to build some behaviour ontop of it (restarting stuff, switching to back up video), but that would be highlevel stuff.
Hi eric I appreciate your comment a lot. Yes I just want to display the video with auto play and auto resume functions as described above. I will check out the resources you mentioned. Thanks again.