Hi,
My pipeline is this,
splitmuxsrc->demux->h264parse->mp4mux (fragmented mp4)->appsink
from app sink i get the raw data and send it tomy http streams. I’m unable to seek as either i get ‘segment->format == format’ failed or downstream which is appsink doesnt support seek.
Can someone guide me how I can create a custom app sink which can revecive data at the same time can send seek to upstreams in rust,C/C++
I can do seek like this gst-launch-1.0 splitmuxsrc location=1.mp4 next-location=2.mp4 ! decodebin ! videoconvert ! navseek ! autovideosink
how navseek does it?
Thanks
Aswin