Archives July 3, 2017
GStreamer Playback Captured mpeg.ts using Timestamps
Written by
on
in
Snaking,
Tuxedo.
The use case here is capturing a network input source (mpeg ts stream) and then using that capture for playback later. If you just use a filesrc your playback will run as fast as the machine can process it unless you've got an element in the pipeline that will limit the speed (such as a ...