Relative Content

Tag Archive for gstreamer

Gstreamer Warning: Discarding Data Packets received when we have no header

I have a setup of an IP-Camera which streams over RTP in a WIFI-mesh network, and I’m unable to receive a video using gstreamer of this stream, although i receive the exact same UDP data packets on the receiving end of my mesh-network (tested with wireshark) as when i connect directly to the ip-camera. So, there on the sending side of the ip-camera, i can watch the gstreamer-stream without a problem, but on the receiving end i get the Warning:

GStreamer dynamic rsvgoverlay using SVG sent over UDP

I am trying to add a dynamic SVG overlay on a video stream using GStreamer. This is necessary because the data on our SVG can change and this change should be reflected on the stream.
The static approach can be achieved by giving the SVG file location:

GStreamer dynamic RTSP Factory

I want to build a RTSPMediaFactory with GStreamer that would redirect the client to a video or another based on how many clients arrived before:
First two clients should be redirected to video/stream 0. Next ones should be redirected to video/stream 1.
Here’s what I have come up so far: