Todd Fischer

Results 8 comments of Todd Fischer

A python client binding was recently added - https://github.com/RidgeRun/gstd-1.x/tree/master/libgstc/pygstc. Looks like the documentation for using python is not yet in place - https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon. Hopefully you can see the pattern on...

@skhalymon, After writing too many streaming media servers for customers, all nearly the same, all using gobject, and all with potential memory leaks, we came up with the idea of...

Hi Sonny, gstd was created first by RidgeRun and then as we provided support to our customers, the idea of interpipes came up as a way to solve the most...

Sonny, I anticipate at some point interpipes will solve the pipeline routing problem much better than tee, select, or the other existing GStreamer pipeline routing elements. I believe we already...

Please add the pipelines in text format to this issue so we can more easily comment and make suggestions.

I did a check in yesterday. When did you grab the code? My machine is 10.10. I am using Vala 0.17.0. I just tried to reproduce your error and didn't...

I ran gst-inspect input-selector and saw Element Properties: n-pads : The number of sink pads flags: readable Unsigned Integer. Range: 0 - 4294967295 Default: 0 active-pad : The currently active...

It could be the cntl+C. Try using the num-buffers argument to udpsrc, something like ``` gst-launch-1.0 udpsrc num-buffers=5000 ... ``` Please reply and close the issue if this fixes the...