Archives July 2017
Docker on Centos7 host underwhelms
Written by
on
in
Snaking,
Tuxedo.
So one of the things I've been working on recently is creating a docker-based container to host a complex application for video processing that requires a lot of OS-level setup. I, of course, work on a number of Ubuntu 17.04 machines for development, and docker there has proven to be exactly what you expect. You ...
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 ...