I am using a jetson xavier NX and i have connected 4k camera to it. I want to stream 4k video using gstreamer and RTP and store the streamed video data as an mkv file on another jetson. However my data is getting compressed a lot and I am not able to send it in 4k even though 4k is
Tag: gstreamer
gstreamer between two raspberry pis. Can’t decode stream
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 – | gst-launch-1.0 -v fdsrc ! h264parse
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
How to solve a RAW stream playback problem with GStreamer and VAAPi
I am currently experiencing a small problem with GStreamer, here are more details: Configuration: Intel i7-6700 Intel HD Graphics 530 Ubuntu 18.04 LTS GStreamer1.0 VAAPI plugin I receive a UDP stream from a video source, this stream is sent in RAW UYVY format. Here is my command line to decode it: gst-launch-1.0 -v udpsrc port=”1234″ caps = “application/x-rtp, media=(string)video, clock-rate=(int)90000,
udpsink doesnt seem to stream anything but filesink works
I have trouble streaming pulse audio monitor via rtp to an audio player like vlc or gst-launch with udpsrc this command works and the file has audio that is currently being played but when i use this, vlc (from an android phone) tells me that it cannot play the stream with uri rtp://ip-addr:4000 and gst-launch from same machine starts but
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 between the different webcams, so that the video stream received
ov5642 not working in 30fps
We have a customized i.MX6Q Board based on sabrelite reference board. We have the following configuration: Linux : 3.10.53 Gstreamer 1.0 latest i.MX6 Plugins We connected OV5642 Camera over CSI Interface..Used the following command to display the camera output on the screen. It works, but initially, it takes time to settle for few seconds, there is genlock issue But when