souphttpsrc and mpeg-ts paket size

Patrick Fischer patrick.fischer at vitec.com
Fri Aug 23 13:32:44 UTC 2019


Hello list

I have a souphttpsrc -> queue -> typefind -> ownElement

i have the problem that i have an element of my own that wants to
process mpegts packets.
Unfortunately the http payload is not a multiple of 188 and therefore my
element gets problems processing it.
Is there a way I can tell the souphttpsrc element to always query a
multiple of 188 bytes?
Or a way to tell the queue that it should always pass a multiple of 188
bytes?

Alternatively I have to keep a buffer in my element and manage it
myself. But I would prefer a general solution.

regards

Patrick



More information about the gstreamer-devel mailing list