Greeting! I'm planning to capture a realtime streaming video from GoPro4 and load it into TouchDesigner in order to use this footage in a projection mapping project.
So far I was able to play GoPro4 stream using ffplay doing as follows: 1. Host GoPro4 WiFi hotspot. 2. Connect a laptop WiFi to GoPro4's hotspot. 3. Restart GoPro stream service by opening 'http://10.5.5.9/gp/gpControl/execute?p1=gpStream&c1=restart' in s browser. 4. Run ffplay command in order to open ffplay stream video window: 'ffplay -an -fflags nobuffer -f:v mpegts -probesize 8192 rtp://10.5.5.9:8554'
The next step I opt to make it to re-stream this signal into RTSP protocol so TouchDesigner could receive this signal.
And here is my question - how to re-stream this input to RTSP?