having trouble with a pipeline that splits (demux) and then joins (mux)
scottca
scottca at ornl.gov
Sat Oct 5 02:00:07 UTC 2019
I'm experience similar issues... in my case I got it close to working using
Identity Elements on each Demux pad and then using their "handoff" signals
to monitor the elementary stream packets. Was printing minimal text to
screen and was streaming in/out everything except for Sync 264... but when I
removed the g_prints it stops working.... so the behavior sounds like a
timing or thread deadlock thing.
basically in my pipeline: for each demux pad (klv,264,mpeg) I put a
Identity-parse-queue- then connect to the mux pad. For the Async Klv data it
has no PTS so I am resetting it with the last known video PTS time... and
that seemed to help. But still having issues.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list