gstd
gstd copied to clipboard
GStreamer Daemon is a GStreamer framework for controlling audio and video streaming using D-Bus messages
Using libgstc i found some points, that would urgently needs some closer description: .) how is the correct way to get the current pipeline position (e.g. every frame) without causing...
Hi all, I am using gstd and interpipe elements to store, stream and display the video and everything is working fine.But when i run the video script for long time...
Hi all, I am using gstd and interpipe elements to store, stream and display the video and everything is working fine.But when i run the video script for long time...
Hi all, I have started a wiki to capture the goals and proposed design for a rewrite of GStreamer Daemon that uses the GStreamer 1.0 API. You can find the...
If a pipeline with nested playbin is created via D-Bus call `com.ridgerun.gstreamer.gstd.FactoryInterface::Create("( playbin )")` gstd reports following errors in stderr: $ gstd --session (gstd:7922): GStreamer-CRITICAL **: gst_bus_set_sync_handler: assertion `GST_IS_BUS (bus)'...
I'd like to switch between inputs using a pipeline such as this gst-client --session create "videotestsrc pattern=0 ! input-selector name=sel ! ximagesink videotestsrc pattern=1 ! sel." Now, I'd like to...
I have recently tried to cross compile gstreamer for omap3. my experience shows that this is not possible with gobject introspection turned enabled. the introspection as far as I understand...
Hi, We are trying to compile gstd on Ubuntu 10.04 but are facing some issues. Please find below the error messages that are displayed while doing a make. make all-recursive...
Noticed everything related to gst-client is commented out in /src/Makefile.am with latest commit.
**What I want:** 1. Run gstd as a systemd service 2. From a remote computer, using a client over tcp be able to create and control pipeline **Summary of problem:**...