Sign inSign up

elsampsa/valkka

By elsampsa

Updated almost 3 years ago

Valkka - the python media streaming framework

Image
0

1.8K

elsampsa/valkka repository overview

Synopsis

Python media streaming framework libValkka for Ubuntu

Docker images

Image names include the version number, i.e. "valkka:1.5.3". The latest is additionally tagged with "valkka:latest"

Older stuff you should not use:

  • "dev" images are built using my personal latest / hacky builds
  • "src" build is built based on the source code from the latest master branch commit.

Docker Shared Memory

WARNING : libValkka relies heavily on shared memory, so remember to set enough of that. See for example this stack overflow question:

If you're running with docker-compose, add this line to your libValkka microservice definition:

shm_size: '2gb'

If you run docker "manually", use this:

 --shm-size=2gb

VAAPI

For enabling VAAPI video hw acceleration, use

--device=/dev/dri:/dev/dri

PPA repo

You may also install with apt-get from this ppa repo.

Tag summary

Content type

Image

Digest

sha256:75b7f8ac6

Size

340.2 MB

Last updated

almost 3 years ago

docker pull elsampsa/valkka