User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mission:log:2014:07:07:howto-view-iss-hdev-livestreamer-mplayer-xwinwrap [2015/04/21 06:18] chronomission:log:2014:07:07:howto-view-iss-hdev-livestreamer-mplayer-xwinwrap [2015/05/14 14:34] chrono
Line 19: Line 19:
 </code> </code>
  
-The next level is to use xwinwrap to put the stream on your desktop, instead of a static image. When you've got alpha blending/compositing in your terms (xterm/urxvt etc.) you can even see it in the background of your shells (way awesome).+The next level is to use [[https://github.com/lrewega/xwinwrap|xwinwrap]] to put the stream on your desktop, instead of a static image. When you've got alpha blending/compositing in your terms (xterm/urxvt etc.) you can even see it in the background of your shells (way awesome).
  
 When you've installed livestreamer and xwinwrap, just call it like this: When you've installed livestreamer and xwinwrap, just call it like this:
 +
 +**mplayer2 based Systems**
  
 <code> <code>
Line 27: Line 29:
 --player "./xwinwrap -ni -fs -s -st -sp -b -nf -- mplayer2 -wid WID -nosound" --player "./xwinwrap -ni -fs -s -st -sp -b -nf -- mplayer2 -wid WID -nosound"
 </code> </code>
 +
 +**MPV based Systems**
 +
 +<code>
 +$ livestreamer -Q http://www.ustream.tv/channel/iss-hdev-payload best \
 +--player "./xwinwrap -ni -fs -s -st -sp -b -nf -- mpv --wid 0 --no-audio"
 +</code>
 +
  
 You can use our [[https://github.com/apollo-ng/xfce-planet|xfce-planet script]], if you want to keep track of the ISS position on another monitor: You can use our [[https://github.com/apollo-ng/xfce-planet|xfce-planet script]], if you want to keep track of the ISS position on another monitor: