Skip to content

rtmp2src: Answer scheduling query

Edward Hervey requested to merge bilboed/gst-plugins-bad:rtmp2fix into master

Just like for rtmpsrc, we must inform downstream that we are a sequential (i.e. don't do random access efficiently) and bandwith-limited (i.e. might need buffering downstream) element

Fixes buffering issues with playbin3

Merge request reports