Closed TopperBG closed 4 years ago
Hi,
Flush start is used to empty the pipeline, and flush stop is used after a flush start so that the elements can accept new buffers. Flushing events are used when you need to ensure that the pipeline is empty, before pushing new buffers.
Can you share the pipeline to which you are sending the events? Also, can you share the gstd log for this error?
Closing, feel free to reopen if necessary.
Gstd version 0.6.3 Follow that example I assume that eventflush* are commands to start/stop empty buffer of pipeline. Is that correct? But anyway how I use it - start when not using pipe or start when using pipe ( because on your site they are used both ways https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon_-_Flush_start/Flush_stop) I'm still receive Code 16: Event error.
Do I need that flush for recording&streaming pipes and how to use it.