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
Next revisionBoth sides next revision
mission:log:2014:07:07:howto-view-iss-hdev-livestreamer-mplayer-xwinwrap [2015/04/21 06:08] chronomission:log:2014:07:07:howto-view-iss-hdev-livestreamer-mplayer-xwinwrap [2015/05/14 07:45] chrono
Line 1: Line 1:
 ======= HOWTO stream ISS HDEV on the desktop background ====== ======= HOWTO stream ISS HDEV on the desktop background ======
  
-In case you haven't noticed yet, NASA has put a new experiment on the International Space Station, which is called [[http://www.nasa-usa.de/mission_pages/station/research/experiments/917.html| High Definition Earth Viewing (HDEV)]]. You can watch it online via [[http://www.ustream.tv/channel/iss-hdev-payload|ustream]]. The experiment's primary purpose is to generate long-term test data, if cheap off-the-shelf consumer HD cameras can be used in space instead of extremely expensive purpose-built "space" cameras. As a benefit, now all people can watch the world from above, in near-realtime, so we thank you guys.+In case you haven't noticed yet, NASA has put a new experiment on the International Space Station, which is called [[http://www.nasa-usa.de/mission_pages/station/research/experiments/917.html| High Definition Earth Viewing (HDEV)]]. You can watch it online via [[http://www.ustream.tv/channel/iss-hdev-payload|ustream]]. The experiment's primary purpose is to generate long-term test data, if cheap off-the-shelf consumer HD cameras can be used in space instead of extremely expensive purpose-built "space" cameras. As a benefit, now all people can watch the world from above, in near-realtime, so thank you guys for sharing.
  
 {{:mission:log:2014:07:07:iss-hdev-stream-capture-backview2.jpg|ISS HDEV live capture}} {{:mission:log:2014:07:07:iss-hdev-stream-capture-backview2.jpg|ISS HDEV live capture}}
Line 22: Line 22:
  
 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: