GStreamer Daemon - Gapless Playback

From RidgeRun Developer Wiki
Revision as of 17:50, 11 May 2017 by Mgruner (talk | contribs) (Created page with "{{Gstd-1.0 Page| The Gapless Playback example will run a video from start to end sequentially in an infinite loop. To do so, it will wait for the file playback to finish befo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{Gstd-1.0 Page|

The Gapless Playback example will run a video from start to end sequentially in an infinite loop. To do so, it will wait for the file playback to finish before rewinding to the beginning of the file and restarting playback. The end of the playback is detected by polling the pipeline bus for the End Of Stream (EOS) message, which is posted by the Filesrc element when all the content has been read. The rewinding is done by sending a Seek event to the pipeline, which effectively restarts the pipeline.

Example