Hi there I'm looking for a linux developer to help me setup RTSP video

Hi there I’m looking for a linux developer to help me setup RTSP video stream receiving on a small minicomputer (rpi bbb or similar).

the stream is being sent from touchdesigner
the documentation of its RTSP implementation is here.

https://www.derivative.ca/wiki088/index.php?title=Video_Stream_Out_TOP

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

daniel.schaeffer@yahoo.com

thanks

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.

Also check out mjpeg-streamer as used in OpenROV. If you really need RTSP, look at GStreamer: https://gstreamer.freedesktop.org/documentation/rtp.html