gstreamer Questions

4

Solved

I have built my own opencv python package from source. import cv2 print(cv2.__version__) prints: 3.4.5 Now the issue I am facing is regarding the use of gstreamer from the VideoCapture class o...
Acidforming asked 8/1, 2019 at 16:16

3

I'm in trouble making a simple server/client socket python program. Basically, my server (RPi3) has to stream a video (with Gstreamer) to the client (Fedora 24). The problem is that in my Fedora, I...
Rumba asked 25/10, 2016 at 17:47

1

I'm currently working with GStreamer in a Linux environment and encountered an issue after upgrading from GStreamer 1.18 to 1.22. While trying to process a video file, I received the followin...
Interdictory asked 22/5, 2023 at 10:53

7

Solved

I am able to play a video on the command line with gstreamer's gst-launch like this: gst-launch gnlfilesource location=file:///tmp/myfile.mov start=0 duration=2000000000 ! autovideosink This pla...
Lathe asked 26/7, 2011 at 16:10

5

Related: How to extract audio from a video file using python? Extract audio from video as wav How to rip the audio from a video? My question is how could I extract wav audio track from video fi...
Dismay asked 4/11, 2014 at 17:16

2

I'm doing a Gstreamer 1.0 application in C. The pipeline is built, based on user configuration and system "state" during runtime. Therefore I'm using multiple GstElements which are later added and ...
Digestif asked 13/11, 2017 at 16:35

5

i have try all the possible command given below: pip install pgi , pip install PyGObject , pip install python-gi Still not able to install the module in python . Installed python 3.7 also try to ...
Vasya asked 6/3, 2022 at 11:11

2

I have astream encoded in 60fps, but my gstreamer pipeline is playing it in fps, so the video appears to be very slow. I have created a gstreamer pipeline as appsrc name=src ! video/x-h264 ! decod...
Xanthous asked 19/11, 2013 at 11:43

3

I am trying to compile this tutorial Tutorial_01 on my MacOS 10.11.3 with Xcode 7.2 and not getting any video: I can hear an audio but it seems like the video window is lost somewhere. I tried pla...
Kwangju asked 1/2, 2016 at 17:55

7

Solved

I have a project which is using yocto for building libraries including gstreamer. I found out that I need to patch some gstreamer element thus creating new bitbake recipe with patch.. I usually h...
Tench asked 6/4, 2016 at 13:35

6

Solved

How to view the output of functions like GST_CAT_INFO, GST_DEBUG etc? Do I need to compile gstreamer myself with debug level set or it can be done at application level?
Whiney asked 21/7, 2010 at 12:0

1

I am currently playing around with an AudioOverIP Project and wondered if you could help me out. I have a LAN, with an Audio Source (Dante/AES67-RTP-Stream) which I would like to distribute t...
Menken asked 17/2, 2020 at 10:9

4

I'm following a guide at https://mathieuduponchelle.github.io/2018-02-01-Python-Elements.html?gi-language=undefined to create a sample gstreamer element in Python. However, I can't get GStreamer to...
Humfrey asked 22/5, 2019 at 21:10

2

Solved

First let me begin by saying - I am new to Janus / GStreamer / WebRTC. I have to stream a remote camera connected on robot hardware using GStreamer and WebRTC on to a browser. But as a proof of con...
Lumen asked 14/9, 2020 at 19:37

2

Im trying to get a simple GstRtspServer program working on an external amazon linux EC2 server at the moment, but I am having serious issues getting it to actually run. No matter what I do I keep g...
Marguerita asked 3/10, 2018 at 20:6

5

Solved

I'd like to create thumbnails for MPEG-4 AVC videos using Gstreamer and Python. Essentially: Open the video file Seek to a certain point in time (e.g. 5 seconds) Grab the frame at that time Save ...
Julio asked 3/4, 2013 at 14:6

4

I followed the instructions in GStreamer Plugin Writer's Guide (1.7.1.1): http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html in order to build a new gstreamer plugin. B...
Blain asked 8/2, 2016 at 2:1

4

Solved

How do I find the playback time of media with gstreamer?
Moorefield asked 13/3, 2010 at 23:44

1

I am stuck for a month with a video example given in Qt Video Overview. I tried that code, but I only got a blank square (QWidget). I am using GStreamer0.10 for media playback over Qt5. I also play...
Parasynthesis asked 14/3, 2016 at 9:39

2

I am using the OpenCV package with the face_recognition package to detect faces on my laptop webcam. Whenever I run it, the code runs fine but I run into the same GStreamer error. from imutils.vide...
Androgyne asked 25/7, 2020 at 17:43

5

I am pretty new to Gstreamer. I need to write a video client able to stream data from an RTSP source using GStreamer. I configured VLC to stream a video I have on my laptop using RTSP and I want t...
Katrinka asked 24/5, 2017 at 13:40

4

I hope that someone can help with this problem, been searching for a solution for the past 2 days. To describe the problem in short: I'm trying to make a simple qt5.7 application that will stream ...
Unscreened asked 18/10, 2016 at 10:41

4

Solved

I'm trying to create a simple gstreamer1-0 pipeline that encodes and decodes h264 a webcam feed hopefully using the most basic elements possible. I already have (theoretically) all standard, good, ...
Saxena asked 17/4, 2017 at 15:21

5

I have been trying to get this running for the past couple of days now. I have a gstreamer command that requires x264enc. I am running a Mac I cannot seem to get x264 development libraries installe...
Mortmain asked 9/2, 2017 at 18:38

6

I've got a video that's 30 minutes long. I want to make a speeded up version that's (say) 15 minutes long. I could do this by dropping every 2nd frame. How can I do this on linux? I'm playing with...
Basinet asked 26/8, 2009 at 14:9

© 2022 - 2024 — McMap. All rights reserved.