Skip to content

Instantly share code, notes, and snippets.

@hyzhak
Last active February 15, 2017 15:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyzhak/f1d1823959c26fea1a93 to your computer and use it in GitHub Desktop.
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)
#!/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