Skip to content

Commit

Permalink
fixed youtube video input (updated youtube-dl package version)
Browse files Browse the repository at this point in the history
updated ffmpeg installation instructions
  • Loading branch information
blauzaaan committed Sep 30, 2021
1 parent 8ac391a commit 55337fa
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 18 deletions.
9 changes: 6 additions & 3 deletions rio-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Installs node.js

`sudo apt-get install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++`

## Video input support

while the original setup back in 2017 required compiling ffmpeg from source, now at least for YouTube videos, it's sufficient to just do:

`sudo apt-get install ffmpeg`

## Install git (should already be installed)

`sudo apt-get install git`
Expand Down Expand Up @@ -71,6 +77,3 @@ You will also need to edit the configuration in `rio-server/firmware/rpi/lowleve

At this point you should be able to run rio-server and the rio logo will be displayed on your LED wall!

# Video input support

If you wish to utilise streaming video to your device you will need to install FFMPEG, this URL covers the instructions we used when building our wall https://owenashurst.com/?p=242..
42 changes: 28 additions & 14 deletions rio-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rio-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"twit": "^2.2.11",
"uuid": "^3.1.0",
"ws": "^6.1.2",
"youtube-dl": "1.11.0"
"youtube-dl": "1.13.1"
}
}

0 comments on commit 55337fa

Please sign in to comment.