Skip to content

Instantly share code, notes, and snippets.

@hyzhak
hyzhak / setup-iss-ustream.sh
Last active February 15, 2017 15:41
Setup live streaming on Raspberry PI v1.0 for International Space Station (http://pressanykeytocreate.blogspot.com/2015/09/live-streaming-of-international-space.html)
#!/bin/bash
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install rtmpdump python-pip
sudo pip install livestreamer
# to get best resolution
sudo apt-get install python-dev
sudo apt-get install libffi-dev
sudo apt-get install librtmp-dev