-
using rk3528
### Issue: Unable to Achieve 60 FPS with Distorted Image Output on `gst-launch-1.0` Pipeline
**Pipeline Command:**
```bash
gst-launch-1.0 videotestsrc ! video/x-raw,width=1280,hei…
-
Hi @razorRun, first of all, I want to thank you for your efforts and hard work in creating this library; it's very helpful.
Actually, my problem involves sending a video stream from Gstreamer using…
-
Hello,
I am interested in testing rtpulpfecenc element which is a plugin in gst-plugins-good. There is an example command:
`gst-launch-1.0 videotestsrc ! x264enc ! video/x-h264, profile=baseline …
-
I have no problem streaming with one camera, using a command like:
`gst-launch-1.0 -v rpicamsrc name=rpi0 bitrate=2000000 preview=0 hflip=1 vflip=1 camera-number=1 ! video/x-h264, width=896, height=9…
-
I'm testing realtime streaming capabilites, and discovered, that sometimes, we cannot listen to video stream, if its not pre-launched. I uploaded annotated videos to YouTube, due to GitHub restritions…
-
I want to try to use gstrtpfec plugin, but my pipeline
gst-launch v4l2src device=/dev/video0 ! "video/x-raw-yuv,width=320,heigh=240,framerate=15/1" ! queue ! x264enc bitrate=500 ! rtph264pay ! rtpfece…
-
Hi, I am trying to use this project to stream my rpi-camera to my browser using webrtc. Looking at the webrtc-unidirectional example I can see your pipeline looks like this:
```
rpicamsrc bitrate=…
-
This is the pipeline I was using
rtspsrc location=rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4 ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! gstoverlayopencv ! video…
-
The ffmpeg command is way too resource intensive for Raspberry Pi Zero + PiCam. However, I was able to get it working using a gstreamer command:
`"gst-launch-1.0 v4l2src ! video/x-h264, width={widt…
-
This pipeline should work :
`autovideoconvert ! x264enc ! h264parse! rtph264pay ! udpsink host=xxx.xxx.xxx.xxx port=5000`
But the pipeline parameter isn't passed to the nodelet from the launchfile it…