Skip to content
Advertisement

Tag: rtp

Receive RTP stream with gstreamer

I’m trying to stream from a linux-based microcontroller, using gstreamer, to a python script. This is to workaround some firmware issues on the microcontroller where it cannot open the camera directly with opencv/python. The launch output command looks like this for gstreamer: My question is, what would the “receive” command look like? Currently it’s using this: But that throws the

Advertisement