]> git.sesse.net Git - cubemap/commit
Support input from pipes (subprocesses).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 May 2021 18:40:39 +0000 (20:40 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 May 2021 18:40:39 +0000 (20:40 +0200)
commite3f2936e3c9ff3b5569759c1aaed16f03bf728f8
tree3955c1494fddb9687604eb9c13b82c8f60733896
parent6d34c5b6d8e5bec5d1421eadc103f38d206f34f1
Support input from pipes (subprocesses).

With a program that can output Metacube on stdout, such as a suitably
patched FFmpeg binary, this gives Cubemap transcoding/remuxing capabilities.

Of course, one cannot upgrade such a binary by SIGHUP-ing it, but it will
survive a Cubemap reload/restart.
httpinput.cpp
httpinput.h
input.cpp