I'm trying to stream video from Raspis camera to my computer via udp. I'm using PiCamera and Gstreamer on python, so I can control them both directly and easily from the code. The problem is, I can't pipe the stream from the PiCamera to gstreamer like in the command prompt. The problematic part of m...