Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to VLC 2.2.4 #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

scottsideleau
Copy link

@scottsideleau scottsideleau commented Jan 23, 2017

  • Switched from ubuntu:14.04 to debian:8 to reduce container image size
  • Added 'vlc' user to 'audio' group in Dockerfile
  • Improved 'start_vlc.sh' by chown'ing all of /home/vlc following uid:gid change vice just '~/.config' directory

Verified audio passthrough is working. Suggest updating proposed user-side script:

sudo docker run \
  -v $HOME/Videos:/home/vlc/Documents:rw \
  -v $HOME/.pulse:/home/vlc/.pulse:rw \
  -v /dev/shm:/dev/shm \
  -v /dev/snd:/dev/snd --privileged \
  -v /var/lib/dbus:/var/lib/dbus \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -e uid=$(id -u) -e gid=$(id -g) \
  -e DISPLAY=unix$DISPLAY --name docker-vlc \
  [container_name]

* Switched from ubuntu:14.04 to debian:8 to reduce container image size
* Added 'vlc' user to 'audio' group in Dockerfile
* Improved 'start_vlc.sh' by chown'ing all of /home/vlc following uid:gid change vice just '~/.config' directory

Verified audio passthrough is working.  Suggest updating proposed user-side script:

sudo docker run \
  -v $HOME/Videos:/home/vlc/Documents:rw \
  -v $HOME/.pulse:/home/vlc/.pulse:rw \
  -v /dev/shm:/dev/shm \
  -v /dev/snd:/dev/snd --privileged \
  -v /var/lib/dbus:/var/lib/dbus \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -e uid=$(id -u) -e gid=$(id -g) \
  -e DISPLAY=unix$DISPLAY --name docker-vlc \
  [container_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants