Changes between Version 11 and Version 12 of SageInstallation
- Timestamp:
- 02/01/12 13:36:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SageInstallation
v11 v12 91 91 === mplayer === 92 92 93 Mplayer is slightly less effective when displaying videos on SAGE wall, but is still a very nice player. To use you have to:93 Mplayer is slightly less effective than VLC when displaying videos on SAGE wall, but is still a very nice player. To use you have to: 94 94 95 95 1. Download the package from [http://www.sagecommons.org/phocadownload/applications/mplayer-1.0rc3.tar.gz developer site] … … 105 105 }}} 106 106 107 === qshare === 107 108 108 === !FileViewer === 109 110 === qshare === 109 Qshare is a dedicated application to share your desktop on SAGE wall. It is bundled with SAGE sources, but needs to be compiled seperately. It prooved to be a bit quicker than standard VNC client with SAGE plugin. To use qshare all you have to do is: 110 1. Enter apps/qshare directory 111 1. Run ''GO'' script to make and install the application 112 1. Run ''qshare'' to start sharing your desktop 111 113 112 114 === !DecklinkCapture === 113 115 116 !DecklinkCapture allows to send stream grabbed with Blackmagic Decklink cards to SAGE wall. To use it you have to: 117 1. Download drivers from [http://www.blackmagic-design.com/support/ Blackmagic page] and install them according to instructions given 118 1. Enter apps/DecklinkCapture directory 119 1. ''make'' and ''make install'' 120 1. Run ''decklinkcapture -l'' to see supported cards, video modes and video inputs 121 1. Run ''decklinkcapture'' with following syntax: 122 {{{ 123 decklinkcapture -i [video_mode] [video_input] 124 }}} 125 where video_mode and video_input are numbers read in previous step 114 126 == Usage == 115 127