gstd-1.x
gstd-1.x copied to clipboard
GStreamer Daemon is a GStreamer framework for controlling audio and video streaming using TCP messages. This version is based on GStreamer 1.x
Fix some formatting issues and warning related to the Debian package generation
The gstd-check-user-xenv.sh script does not appear to be required for running the gstd service so we shouldn't require it for the service to start. Note that the non-systemd init script...
We really really like `gstd` here, to the extent that we are trying hard to work out if we can use it instead of the programmatic option. We _think_ we...
Current config: GSTD v0.14.0 (was 0.12.1) GST-interpipe v1.1.8 GST-QT-plugin 0.5.0 Env: ``` export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1 export QT_QPA_EGLFS_FB=/dev/fb0 export FB_FRAMEBUFFER_0=/dev/fb0 export QT_QPA_EGLFS_FORCEVSYNC=1 export QT_QPA_PLATFORM=eglfs echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor gstd -q -e ```...
Hi, I am trying to send a simple seek event while using `gstd` (0.13.2) and it is failing. I am using GStreamer 1.14.5 on Jetson Nano 2GB 32.6.1. My streaming...
This should allow pygstc to be used properly in a non-blocking manner in addition to providing a cleaner abstraction over the TCP socket operations. I also fixed the python tests...
My application is using the HTTP API of GstD version 0.14.0. It creates a number of pipelines including this one for `webrtcbin`: ``` webrtcbin bundle-policy=max-compat name=webrtcbin stun-server=stun://stun.l.google.com:19302 interpipesrc name=network_prev0 listen-to=quad_src0...
I have successfully created pipelines for cameras, displays, etc. I am now trying to make them accessible via WebRTC and have a test pipeline that looks like: ``` network_stream_pipeline`, `webrtcbin...
With a build from master (currently at tag v0.14.0), gstd will hang on shutdown if any pipeline is running. Verified simply with the following gst-client commands: ``` $ cat foo.sh...