shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

Docs fix #56

Closed solaris7x closed 4 years ago

solaris7x commented 4 years ago

While following the shaka-streamer docs , There is a typo under Installing Prerequisites / Test Dependencies (optional) sudo apt -y python3-flask nodejs npm , as it needs to be sudo apt install -y python3-flask nodejs npm

Also I'm using Ubuntu 18.04 LTS and wasnt able to install libnvidia-encode1 , no such package was found but I already had package cuda and nvidia drivers installed thus I have shaka-streamer working with hwaccel

joeyparrish commented 4 years ago

Thanks for pointing this out! It should be fixed now.