Abraham Arias Chinchilla

Results 14 comments of Abraham Arias Chinchilla

https://intranet.ridgerun.com/wiki/index.php?title=Browser_Video_Playback_over_HTTP_Streaming_with_GStreamer

The gstd-client C API element_get only works for a string in the following case. It works for: `gstc_element_get (client, pipeName, "videotestsrc", "pattern", "%s", &val_str); ` But it doesn't work for...

The element_get works for properties that are integer: `gstc_element_get (client, pipeName, "videotestsrc", "num-buffers", "%d", &val_int);`

https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon_-_HTTP_API