Last active
February 15, 2017 15:41
-
-
Save hyzhak/f1d1823959c26fea1a93 to your computer and use it in GitHub Desktop.
Setup live streaming on Raspberry PI v1.0 for International Space Station (http://pressanykeytocreate.blogspot.com/2015/09/live-streaming-of-international-space.html)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
sudo pip install cffi | |
sudo pip install python-librtmp | |
livestreamer ustream.tv/channel/iss-hdev-payload best -np 'omxplayer -o hdmi -live' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment