Playback as fast as possible

Nicolas Dufresne nicolas at ndufresne.ca
Fri Dec 7 16:08:43 UTC 2018


Le vendredi 07 décembre 2018 à 09:51 -0600, krrr a écrit :
> Hey! 
> 
> I'm new to GStreamer, so sorry if it's kind of a dumb question, but how can
> I stream audio data through my pipeline as fast as possible, the greatest
> speed my computer can achieve? 
> 
> I implemented a simple playbin with an appsink, and I have a bunch of songs
> that I'd like to send through very quickly. I'm aware of the concept of
> frame stepping, I also read this tutorial:
> https://gstreamer.freedesktop.org/documentation/tutorials/basic/playback-speed.html,
> but still can't figure out how to do this simply without keyboard handling. 
> 
> Can someone explain it or show some example code? 

All sink element have a property called "sync". If you set this to
false, it will disable clock synchronization.

  g_object_set (sink, "sync", FALSE, NULL);

> 
> Thanks in advance,
> R
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20181207/217f2888/attachment.sig>


More information about the gstreamer-devel mailing list