zlacker

[parent] [thread] 1 comments
1. 13thro+(OP)[view] [source] 2014-04-18 19:16:47
VLC/mplayer live stream

pip install livestreamer

apt-get install rtmpdump

pip install python-librtmp

livestreamer ustream.tv/nasahdtv best

replies(1): >>wolf55+jC
2. wolf55+jC[view] [source] 2014-04-19 10:59:07
>>13thro+(OP)
python package python-librtmp needs ubuntu package librtmp-dev and python package cffi. python package cffi needs ubuntu package python-dev.

So:

  sudo apt-get install python-dev
  pip install cffi
  sudo apt-get install librtmp-dev
  pip install python-librtmp
[go to top]