i have a pipeline that looks like this:
gst-launch filesrc location=... | udpsink host=... port=...
so i am sending an audio file accross the network.
i wouild like to be able to seek(start from random point in the file)
but because the pipeline runs to fast i can`t.
how do i solve this problem?