RidgeRun / gstd-1.x

GStreamer Daemon is a GStreamer framework for controlling audio and video streaming using TCP messages. This version is based on GStreamer 1.x
https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0
GNU Lesser General Public License v2.1
172 stars 55 forks source link

simple-gapless-playback.sh is not playing gapless #325

Open crazy888 opened 1 year ago

crazy888 commented 1 year ago

Hi, i start using gstd for playing a short animation (16 seconds) in a endless loop which need to be gapless.

When using the example from the wiki simple-gapless-playback.sh i noticed it has indeed a short visible break at the end of the file.

I tried this with different clips and every one is not gapless.

So my hardware is a Raspberry Pi Zero W v1.1 with a resolution of 800x480px. Gstd is the only apllication running on that pi. The clip is .h264 coded, in target resolution and with a filesize of ~60MB.

So where is the trick? What is going wrong and where to start looking for the problem. I´m out of ideas.