Combining audio RTP from two udpsrc [closed]
Closed 25 mins ago.
Combining audio RTP from two udpsrc [closed]
Closed 25 mins ago.
problem in connecting gstreamer’s decodebin to autoaudiosink
I wonder why decodebin can directly connect to autovideosink, but it can NOT directly connect to autoaudiosink!
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: element to convert mono to stereo while keeping stereo unchanged
Is there a native gstreamer element that will convert mono to interleaved-stereo while keeping interleaved-stereo audio unchanged? I’ve tried to read the docs but I’m kinda in a hurry right now.
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:
streaming stopped, reason not-linked (-1) for rtspsrc
I have been trying to display a video-stream that I get from IP camera. So, I am having some problems with connecting source to a pipeline. Here is the part of the code:
gstreamer sending both video and audio via “udpsink”
I managed to mux both audio and video streams and save them into a single MP4 file using GStreamer. For example:
GStreamer-WARNING **: 14:24:50.660: Failed to load plugin cannot allocate memory in static TLS block
I used gstreamer to create a code to obtain the rtsp stream, and then used appsink to obtain it frame by frame.
After I run it, it prompts that there is a problem with TLS. I don’t understand this problem.