AreWeCompressedYet

From XiphWiki
Revision as of 13:21, 18 August 2014 by Tdaede (talk | contribs) (Created page with "[https://arewecompressedyet.com/ AreWeCompressedYet] is a service for compressing videos with Daala. ===Machine=== The server is a CentOS 7 virtual machine running on catfish.xi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AreWeCompressedYet is a service for compressing videos with Daala.

Machine

The server is a CentOS 7 virtual machine running on catfish.xiph.org. There are few config file changes, so the CentOS machine should be easily upgradeable to get security fixes.

Daemons

awcy

The AWCY server has a unit file at /etc/systemd/system/awcy.service. It listens at localhost:3000.

nginx

NGINX is configured to be a TLS endpoint and proxy_pass to localhost:3000.

firewalld

chrony

Chrony is required to keep the system time in sync. Amazon Web Services signatures require an accurate system clock.

journald

See AWCY logs with

 journalctl -u awcy.service