Free codecs for streaming by mesh clients
This commit is contained in:
parent
c4b84fcc59
commit
3498b16d1f
|
@ -705,6 +705,9 @@ function configure_user_interface {
|
||||||
# to provide notifications
|
# to provide notifications
|
||||||
chroot "$rootdir" apt-get -y install libnotify-bin
|
chroot "$rootdir" apt-get -y install libnotify-bin
|
||||||
|
|
||||||
|
# for video/audio
|
||||||
|
chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev
|
||||||
|
|
||||||
# Produce a text file on the desktop listing users on the mesh
|
# Produce a text file on the desktop listing users on the mesh
|
||||||
cat <<EOF > $rootdir/usr/bin/list-tox-users
|
cat <<EOF > $rootdir/usr/bin/list-tox-users
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
Loading…
Reference in New Issue