I am trying to setup gstreamer to send a video feed between two raspberry pis but I get an error. -“Could not decode stream” -“received buffer without first receiving caps” This is the command I use to create the stream: raspivid -t 0 -h 720 -w 1080 -fps 25 -hf -b 2000000 -o – | …
Tag: h.264
How to fix image problems when streaming h.264 via gstreamer udpsink
Using gstreamer I want to stream images from several Logitech C920 webcams to a Janus media server in RTP/h.264 format. The webcams produce h.264 encoded video streams, so I can send the streams to a UDP sink without re-encoding data, only payloading it. I’m using the gst-interpipe plugin to switch betw…