http://giss.tv/wiki/api.php?action=feedcontributions&user=WikiSysop&feedformat=atom Giss - User contributions [en] 2024-03-29T06:33:02Z User contributions MediaWiki 1.31.1 http://giss.tv/wiki/index.php?title=GISS_map_v2.0_documentation&diff=604 GISS map v2.0 documentation 2010-09-13T14:01:24Z <p>WikiSysop: </p> <hr /> <div>----<br /> <br /> There you can find a technical description of the implementation of the GISS map v2.0<br /> <br /> ----<br /> <br /> == '''How to register a server''' ==<br /> <br /> You can get all GISS map source code at sourceforge :<br /> <br /> ''cvs -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups login'' <br /> <br /> ( when it asks for a password, type &lt;return&gt; )<br /> <br /> ''cvs -z3 -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups co -P mapuse''<br /> <br /> <br /> In this package, which is all the map component sources, only the script xml.php is needed to configure a server. At the beginning, you need to change the following lines :<br /> <br /> '''# icecast configuration section'''<br /> <br /> $ihostname = &quot;_ihost_&quot;;<br /> --&gt; change to your icecast server<br /> $iport = &quot;_iport_&quot;;<br /> --&gt; change to your icecast port number<br /> $iadmin = &quot;_iuser_&quot;;<br /> --&gt; change to your icecast admin account<br /> $ipassword = &quot;_ipassword_&quot;;<br /> --&gt; change to your icecast admin password<br /> <br /> '''# end icecast configuration section'''<br /> <br /> '''# gissmap database configuration section'''<br /> <br /> $gdbHost=&quot;_host_&quot;;<br /> $gdbUser=&quot;_user_&quot;;<br /> $gdbPass=&quot;_password_&quot;;<br /> <br /> '''# end gissmap database configuration section'''<br /> <br /> --&gt; come to irc.goto10.org, channel #giss to get these informations<br /> <br /> Once this script has been modified, you need to put it in your crontab configuration file like this :<br /> <br /> '''#m h dom mon dow user command'''<br /> <br /> '''* * * * * root &lt;path&gt;/php &lt;path&gt;/xml.php'''<br /> <br /> <br /> Then send a mail to gissnetwork [at] gmail [dot] com with a description of the new server + its ip, hostname and localisation.<br /> <br /> And join the streaming party ...<br /> <br /> for doubts or more connect to : irc.goto10.org, channel #giss<br /> <br /> ----<br /> <br /> [http://ydegoyon.free.fr/giss-map-2.0.pdf Giss Map Implementation]</div> WikiSysop http://giss.tv/wiki/index.php?title=Streaming_Tools&diff=603 Streaming Tools 2010-09-11T15:11:17Z <p>WikiSysop: </p> <hr /> <div>This pages covers some tests with current streaming tools,<br /> advices and howtos :<br /> <br /> <br /> = Audio Streaming =<br /> <br /> == Linux : ==<br /> <br /> === IDJC ===<br /> <br /> The [http://www.onlymeok.nildram.co.uk/ Internet DJ Console] is a great application to make your weekly podcast or play some music. Runs in Linux with the jack audio server, and can connect to sip phones and any kind of jack port.<br /> <br /> It runs on Python and has a nice support to use the microphone and program songs.<br /> <br /> You can also record your stream in mp3 or ogg, use a bot Xchat plugin to tell the playlist, save different profiles for the different streams you use, apply compressors and filters to the different audio signals.<br /> <br /> You need a good processor to run it, though....<br /> <br /> <br /> ====Howto====<br /> <br /> 1. Install and configure jack server<br /> <br /> 2. Download and install IDJC from the webpage: http://www.onlymeok.nildram.co.uk/download.html<br /> <br /> 3. Open your account on giss.tv<br /> <br /> 4. Configure the server information based on this example:<br /> <br /> [[Image:Idjc-serverwindow.png|200px]]<br /> <br /> 5. Connect your microphone and earphones, and load your music on the two playlists<br /> <br /> [[Image:Idjc-main.jpg|200px]]<br /> <br /> 6. Check out the documentation on the IDJC page: http://www.onlymeok.nildram.co.uk/<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> <br /> == OSX or Windows ==<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> = Video Streaming / Digital Camera ( input through firewire/ieee1394 ) =<br /> <br /> == Linux ==<br /> <br /> === Theora Streaming Studio ===<br /> <br /> Recommended tool : Theora Streaming Studio [http://gollum.artefacte.org/tss TSS]<br /> <br /> There are packages for ubuntu and debian.<br /> <br /> On other systems, you should compile it installing first its dependencies ( dvgrab, libraw1394-8, ffmpeg, ffmpeg2theora, libtheora-bin, oggfwd, libvte9 ).<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer script [http://giss.tv/wiki/images/f/fd/Dvstream.pys GStreamer Dv]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Dvstream.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera : [http://ydegoyon.free.fr/giss-pdp-dv.pd GissPdpDv]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it has some support for the input of a DV cam, but some image quality problems have been reported. <br /> <br /> === DVSwitch ===<br /> <br /> [http://dvswitch.alioth.debian.org/wiki/ DVSwitch]<br /> <br /> Once you have dvswitch working (which is a different problem that will be documented elsewhere), use dvsink-command in place of dvgrab, like so:<br /> <br /> dvsink-command -- ffmpeg2theora - -f dv -F 25:5 -v 1 -a 5 -c 1 -H 11025 -o - | oggfwd giss.tv 8000 $CARLFKPW /CarlFK.ogg<br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]<br /> <br /> = Video Streaming / Webcams and capture cards =<br /> <br /> == Linux ==<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer<br /> <br /> According to the model of your camera, you should use Video4Linux (v4l) or Video4Linux2 (v4l2)<br /> <br /> * GStreamer script Video4Linux [http://giss.tv/wiki/images/2/21/Webcamstream-v4l.pys GStreamer V4l]<br /> <br /> * GStreamer script Video4Linux2 [http://giss.tv/wiki/images/1/19/Webcamstream-v4l2.pys GStreamer V4l2]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Webcamstream-v4l.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with a video4linux device : [http://ydegoyon.free.fr/giss-pdp-v4l.pd GissPdpV4l]<br /> <br /> * video streaming with a video4linux2 device : [http://ydegoyon.free.fr/giss-pdp-v4l2.pd GissPdpV4l2]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it perfectly support most of webcams models and lets you mix the input with other layers ( screen capture, chat, rss, ... ). <br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]</div> WikiSysop http://giss.tv/wiki/index.php?title=Streaming_Tools&diff=577 Streaming Tools 2010-02-21T20:11:21Z <p>WikiSysop: </p> <hr /> <div>This pages covers some tests with current streaming tools,<br /> advices and howtos :<br /> <br /> <br /> = Audio Streaming =<br /> <br /> == Linux : ==<br /> <br /> === IDJC ===<br /> <br /> The [http://www.onlymeok.nildram.co.uk/ Internet DJ Console] is a great application to make your weekly podcast or play some music. Runs in Linux with the jack audio server, and can connect to sip phones and any kind of jack port.<br /> <br /> It runs on Python and has a nice support to use the microphone and program songs.<br /> <br /> You can also record your stream in mp3 or ogg, use a bot Xchat plugin to tell the playlist, save different profilesfor the different streams you use, apply compressors and filters to the different audio signals.<br /> <br /> You need a good processor to run it, though....<br /> <br /> <br /> ====Howto====<br /> <br /> 1. Install and configure jack server<br /> <br /> 2. Download and install IDJC from the webpage: http://www.onlymeok.nildram.co.uk/download.html<br /> <br /> 3. Open your account on giss.tv<br /> <br /> 4. Configure the server information based on this example:<br /> <br /> [[Image:Idjc-serverwindow.png|200px]]<br /> <br /> 5. Connect your microphone and earphones, and load your music on the two playlists<br /> <br /> [[Image:Idjc-main.jpg|200px]]<br /> <br /> 6. Check out the documentation on the IDJC page: http://www.onlymeok.nildram.co.uk/<br /> <br /> === MuSE ( from dyne.org ) ===<br /> Easiest tool : MuSE [http://muse.dyne.org http://muse.dyne.org MuSE]<br /> ( not to be confused with the muse midi sequencer )<br /> <br /> On Ubuntu or Debian, don't search in apt-get, but instead,<br /> install the package from this link : [ ftp://ftp.dyne.org/muse/binary/MuSE-0.9.2-i386-1.deb MuSe.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> <br /> == OSX or Windows ==<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> = Video Streaming / Digital Camera ( input through firewire/ieee1394 ) =<br /> <br /> == Linux ==<br /> <br /> === Theora Streaming Studio ===<br /> <br /> Recommended tool : Theora Streaming Studio [http://gollum.artefacte.org/tss TSS]<br /> <br /> There are packages for ubuntu and debian.<br /> <br /> On other systems, you should compile it installing first its dependencies ( dvgrab, libraw1394-8, ffmpeg, ffmpeg2theora, libtheora-bin, oggfwd, libvte9 ).<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer script [http://giss.tv/wiki/images/f/fd/Dvstream.pys GStreamer Dv]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Dvstream.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera : [http://ydegoyon.free.fr/giss-pdp-dv.pd GissPdpDv]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it has some support for the input of a DV cam, but some image quality problems have been reported. <br /> <br /> === DVSwitch ===<br /> <br /> [http://dvswitch.alioth.debian.org/wiki/ DVSwitch]<br /> <br /> Once you have dvswitch working (which is a different problem that will be documented elsewhere), use dvsink-command in place of dvgrab, like so:<br /> <br /> dvsink-command -- ffmpeg2theora - -f dv -F 25:5 -v 1 -a 5 -c 1 -H 11025 -o - | oggfwd giss.tv 8000 $CARLFKPW /CarlFK.ogg<br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]<br /> <br /> = Video Streaming / Webcams and capture cards =<br /> <br /> == Linux ==<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer<br /> <br /> According to the model of your camera, you should use Video4Linux (v4l) or Video4Linux2 (v4l2)<br /> <br /> * GStreamer script Video4Linux [http://giss.tv/wiki/images/2/21/Webcamstream-v4l.pys GStreamer V4l]<br /> <br /> * GStreamer script Video4Linux2 [http://giss.tv/wiki/images/1/19/Webcamstream-v4l2.pys GStreamer V4l2]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Webcamstream-v4l.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with a video4linux device : [http://ydegoyon.free.fr/giss-pdp-v4l.pd GissPdpV4l]<br /> <br /> * video streaming with a video4linux2 device : [http://ydegoyon.free.fr/giss-pdp-v4l2.pd GissPdpV4l2]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it perfectly support most of webcams models and lets you mix the input with other layers ( screen capture, chat, rss, ... ). <br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]</div> WikiSysop http://giss.tv/wiki/index.php?title=Streaming_Tools&diff=576 Streaming Tools 2010-02-21T20:06:23Z <p>WikiSysop: </p> <hr /> <div>This pages covers some tests with current streaming tools,<br /> advices and howtos :<br /> <br /> <br /> = Audio Streaming =<br /> <br /> == Linux : ==<br /> <br /> === IDJC ===<br /> <br /> The [http://www.onlymeok.nildram.co.uk/ Internet DJ Console] is a great application to make your weekly podcast or play some music. Runs in Linux with the jack audio server, and can connect to sip phones and any kind of jack port.<br /> <br /> It runs on Python and has a nice support to use the microphone and program songs.<br /> <br /> You can also record your stream in mp3 or ogg, use a bot Xchat plugin to tell the playlist, save different profilesfor the different streams you use, apply compressors and filters to the different audio signals.<br /> <br /> You need a good processor to run it, though....<br /> <br /> <br /> ====Howto====<br /> <br /> 1. Install and configure jack server<br /> <br /> 2. Download and install IDJC from the webpage: http://www.onlymeok.nildram.co.uk/download.html<br /> <br /> 3. Open your account on giss.tv<br /> <br /> 4. Configure the server information based on this example:<br /> <br /> [[Image:Idjc-serverwindow.png|200px]]<br /> <br /> 5. Connect your microphone and earphones, and load your music on the two playlists<br /> <br /> [[Image:Idjc-main.jpg|200px]]<br /> <br /> 6. Check out the documentation on the IDJC page: http://www.onlymeok.nildram.co.uk/<br /> <br /> === MuSE ( from dyne.org ) ===<br /> Easiest tool : MuSE [http://muse.dyne.org http://muse.dyne.org MuSE]<br /> ( not to be confused with the muse midi sequencer )<br /> <br /> On Ubuntu or Debian, don't search in apt-get, but instead,<br /> install the package from this link : [ ftp://ftp.dyne.org/muse/binary/MuSE-0.9.2-i386-1.deb MuSe.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> <br /> == OSX or Windows ==<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> = Video Streaming / Digital Camera ( input through firewire/ieee1394 ) =<br /> <br /> == Linux ==<br /> <br /> === Theora Streaming Studio ===<br /> <br /> Recommended tool : Theora Streaming Studio [http://gollum.artefacte.org/tss TSS]<br /> <br /> The debian package is called theorastreamer and is available for :<br /> <br /> * Ubuntu / hardy ( 32 bits ) :<br /> <br /> deb http://giss.tv/~chevil/ubuntu32 hardy giss<br /> <br /> apt-get install theorastreamer<br /> <br /> * Ubuntu / hardy 64 bits ( architecture amd64 ) :<br /> <br /> deb http://giss.tv/~chevil/ubuntu64 hardy giss<br /> <br /> apt-get install theorastreamer<br /> <br /> * Ubuntu / feisty ( 32 bits ) :<br /> <br /> [http://gollum.artefacte.org/tss/theorastreamer-0.2.1-1-i386.deb TSS.deb(feisty fawn)]<br /> <br /> On other systems, you should compile it installing first its dependencies ( dvgrab, libraw1394-8, ffmpeg, ffmpeg2theora, libtheora-bin, oggfwd, libvte9 )<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer script [http://giss.tv/wiki/images/f/fd/Dvstream.pys GStreamer Dv]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Dvstream.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera : [http://ydegoyon.free.fr/giss-pdp-dv.pd GissPdpDv]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it has some support for the input of a DV cam, but some image quality problems have been reported. <br /> <br /> === DVSwitch ===<br /> <br /> [http://dvswitch.alioth.debian.org/wiki/ DVSwitch]<br /> <br /> Once you have dvswitch working (which is a different problem that will be documented elsewhere), use dvsink-command in place of dvgrab, like so:<br /> <br /> dvsink-command -- ffmpeg2theora - -f dv -F 25:5 -v 1 -a 5 -c 1 -H 11025 -o - | oggfwd giss.tv 8000 $CARLFKPW /CarlFK.ogg<br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]<br /> <br /> = Video Streaming / Webcams and capture cards =<br /> <br /> == Linux ==<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer<br /> <br /> According to the model of your camera, you should use Video4Linux (v4l) or Video4Linux2 (v4l2)<br /> <br /> * GStreamer script Video4Linux [http://giss.tv/wiki/images/2/21/Webcamstream-v4l.pys GStreamer V4l]<br /> <br /> * GStreamer script Video4Linux2 [http://giss.tv/wiki/images/1/19/Webcamstream-v4l2.pys GStreamer V4l2]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Webcamstream-v4l.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with a video4linux device : [http://ydegoyon.free.fr/giss-pdp-v4l.pd GissPdpV4l]<br /> <br /> * video streaming with a video4linux2 device : [http://ydegoyon.free.fr/giss-pdp-v4l2.pd GissPdpV4l2]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it perfectly support most of webcams models and lets you mix the input with other layers ( screen capture, chat, rss, ... ). <br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]</div> WikiSysop http://giss.tv/wiki/index.php?title=Streaming_Tools&diff=575 Streaming Tools 2010-02-21T20:04:56Z <p>WikiSysop: </p> <hr /> <div>This pages covers some tests with current streaming tools,<br /> advices and howtos :<br /> <br /> <br /> = Audio Streaming =<br /> <br /> == Linux : ==<br /> <br /> === IDJC ===<br /> <br /> The [http://www.onlymeok.nildram.co.uk/ Internet DJ Console] is a great application to make your weekly podcast or play some music. Runs in Linux with the jack audio server, and can connect to sip phones and any kind of jack port.<br /> <br /> It runs on Python and has a nice support to use the microphone and program songs.<br /> <br /> You can also record your stream in mp3 or ogg, use a bot Xchat plugin to tell the playlist, save different profilesfor the different streams you use, apply compressors and filters to the different audio signals.<br /> <br /> You need a good processor to run it, though....<br /> <br /> <br /> <br /> ====Howto====<br /> <br /> 1. Install and configure jack server<br /> <br /> 2. Download and install IDJC from the webpage: http://www.onlymeok.nildram.co.uk/download.html<br /> <br /> 3. Open your account on giss.tv<br /> <br /> 4. Configure the server information based on this example:<br /> <br /> [[Image:Idjc-serverwindow.png|200px]]<br /> <br /> 5. Connect your microphone and earphones, and load your music on the two playlists<br /> <br /> [[Image:Idjc-main.jpg|200px]]<br /> <br /> 6. Check out the documentation on the IDJC page: http://www.onlymeok.nildram.co.uk/<br /> <br /> === MuSE ( from dyne.org ) ===<br /> Easiest tool : MuSE [http://muse.dyne.org http://muse.dyne.org MuSE]<br /> ( not to be confused with the muse midi sequencer )<br /> <br /> On Ubuntu or Debian, don't search in apt-get, but instead,<br /> install the package from this link : [ ftp://ftp.dyne.org/muse/binary/MuSE-0.9.2-i386-1.deb MuSe.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> <br /> == OSX or Windows ==<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> = Video Streaming / Digital Camera ( input through firewire/ieee1394 ) =<br /> <br /> == Linux ==<br /> <br /> === Theora Streaming Studio ===<br /> <br /> Recommended tool : Theora Streaming Studio [http://gollum.artefacte.org/tss TSS]<br /> <br /> The debian package is called theorastreamer and is available for :<br /> <br /> * Ubuntu / hardy ( 32 bits ) :<br /> <br /> deb http://giss.tv/~chevil/ubuntu32 hardy giss<br /> <br /> apt-get install theorastreamer<br /> <br /> * Ubuntu / hardy 64 bits ( architecture amd64 ) :<br /> <br /> deb http://giss.tv/~chevil/ubuntu64 hardy giss<br /> <br /> apt-get install theorastreamer<br /> <br /> * Ubuntu / feisty ( 32 bits ) :<br /> <br /> [http://gollum.artefacte.org/tss/theorastreamer-0.2.1-1-i386.deb TSS.deb(feisty fawn)]<br /> <br /> On other systems, you should compile it installing first its dependencies ( dvgrab, libraw1394-8, ffmpeg, ffmpeg2theora, libtheora-bin, oggfwd, libvte9 )<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer script [http://giss.tv/wiki/images/f/fd/Dvstream.pys GStreamer Dv]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Dvstream.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera : [http://ydegoyon.free.fr/giss-pdp-dv.pd GissPdpDv]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it has some support for the input of a DV cam, but some image quality problems have been reported. <br /> <br /> === DVSwitch ===<br /> <br /> [http://dvswitch.alioth.debian.org/wiki/ DVSwitch]<br /> <br /> Once you have dvswitch working (which is a different problem that will be documented elsewhere), use dvsink-command in place of dvgrab, like so:<br /> <br /> dvsink-command -- ffmpeg2theora - -f dv -F 25:5 -v 1 -a 5 -c 1 -H 11025 -o - | oggfwd giss.tv 8000 $CARLFKPW /CarlFK.ogg<br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]<br /> <br /> = Video Streaming / Webcams and capture cards =<br /> <br /> == Linux ==<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer<br /> <br /> According to the model of your camera, you should use Video4Linux (v4l) or Video4Linux2 (v4l2)<br /> <br /> * GStreamer script Video4Linux [http://giss.tv/wiki/images/2/21/Webcamstream-v4l.pys GStreamer V4l]<br /> <br /> * GStreamer script Video4Linux2 [http://giss.tv/wiki/images/1/19/Webcamstream-v4l2.pys GStreamer V4l2]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Webcamstream-v4l.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with a video4linux device : [http://ydegoyon.free.fr/giss-pdp-v4l.pd GissPdpV4l]<br /> <br /> * video streaming with a video4linux2 device : [http://ydegoyon.free.fr/giss-pdp-v4l2.pd GissPdpV4l2]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it perfectly support most of webcams models and lets you mix the input with other layers ( screen capture, chat, rss, ... ). <br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]</div> WikiSysop http://giss.tv/wiki/index.php?title=Streaming_Tools&diff=574 Streaming Tools 2010-02-21T20:03:33Z <p>WikiSysop: </p> <hr /> <div>This pages covers some tests with current streaming tools,<br /> advices and howtos :<br /> <br /> <br /> = Audio Streaming =<br /> <br /> == Linux : ==<br /> <br /> === IDJC ===<br /> <br /> The [http://www.onlymeok.nildram.co.uk/ Internet DJ Console] is a great application to make your weekly podcast or play some music. Runs in Linux with the jack audio server, and can connect to sip phones and any kind of jack port.<br /> <br /> It runs on Python and has a nice support to use the microphone and program songs.<br /> <br /> You can also record your stream in mp3 or ogg, use a bot Xchat plugin to tell the playlist, save different profilesfor the different streams you use, apply compressors and filters to the different audio signals.<br /> <br /> You need a good processor to run it, though....<br /> <br /> <br /> <br /> ====Howto====<br /> <br /> 1. Install and configure jack server<br /> <br /> 2. Download and install IDJC from the webpage: http://www.onlymeok.nildram.co.uk/download.html<br /> <br /> 3. Open your account on giss.tv<br /> <br /> 4. Configure the server information based on this example:<br /> <br /> [[Image:Idjc-serverwindow.png|200px]]<br /> <br /> 5. Connect your microphone and earphones, and load your music on the two playlists<br /> <br /> [[Image:Idjc-main.jpg|200px]]<br /> <br /> 6. Check out the documentation on the IDJC page: http://www.onlymeok.nildram.co.uk/<br /> <br /> === MuSE ( from dyne.org ) ===<br /> Easiest tool : MuSE [http://muse.dyne.org http://muse.dyne.org MuSE]<br /> ( not to be confused with the muse midi sequencer )<br /> <br /> On Ubuntu or Debian, don't search in apt-get, but instead,<br /> install the package from this link : [ ftp://ftp.dyne.org/muse/binary/MuSE-0.9.2-i386-1.deb MuSe.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> <br /> == OSX or Windows ==<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patches :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download one of these patches :<br /> <br /> * streaming in ogg format : [http://ydegoyon.free.fr/giss-audio-ogg.pd Pdogg]<br /> <br /> * streaming in mp3s format : [http://ydegoyon.free.fr/giss-audio-mp3.pd Pdmp3]<br /> <br /> Download these files ( the patches ) with a right click and 'Save link as..',<br /> open them in pd-extended<br /> <br /> = Video Streaming / Digital Camera ( input through firewire/ieee1394 ) =<br /> <br /> == Linux ==<br /> <br /> === Theora Streaming Studio ===<br /> <br /> Recommended tool : Theora Streaming Studio [http://gollum.artefacte.org/tss TSS]<br /> <br /> The debian package is called theorastreamer and is available for :<br /> <br /> * Ubuntu / hardy ( 32 bits ) :<br /> <br /> deb http://giss.tv/~chevil/ubuntu32 hardy giss<br /> <br /> apt-get install theorastreamer<br /> <br /> * Ubuntu / hardy 64 bits ( architecture amd64 ) :<br /> <br /> deb http://giss.tv/~chevil/ubuntu64 hardy giss<br /> <br /> apt-get install theorastreamer<br /> <br /> * Ubuntu / feisty ( 32 bits ) :<br /> <br /> [http://gollum.artefacte.org/tss/theorastreamer-0.2.1-1-i386.deb TSS.deb(feisty fawn)]<br /> <br /> On other systems, you should compile it installing first its dependencies ( dvgrab, libraw1394-8, ffmpeg, ffmpeg2theora, libtheora-bin, oggfwd, libvte9 )<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer script [http://giss.tv/wiki/images/f/fd/Dvstream.pys GStreamer Dv]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Dvstream.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Other tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera : [http://ydegoyon.free.fr/giss-pdp-dv.pd GissPdpDv]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it has some support for the input of a DV cam, but some image quality problems have been reported. <br /> <br /> <br /> === DVSwitch ===<br /> <br /> [http://dvswitch.alioth.debian.org/wiki/ DVSwitch]<br /> <br /> Once you have dvswitch working (which is a different problem that will be documented elsewhere), use dvsink-command in place of dvgrab, like so:<br /> <br /> dvsink-command -- ffmpeg2theora - -f dv -F 25:5 -v 1 -a 5 -c 1 -H 11025 -o - | oggfwd giss.tv 8000 $CARLFKPW /CarlFK.ogg<br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]<br /> <br /> = Video Streaming / Webcams and capture cards =<br /> <br /> == Linux ==<br /> <br /> === GStreamer ===<br /> <br /> Simplest tool : GStreamer<br /> <br /> According to the model of your camera, you should use Video4Linux (v4l) or Video4Linux2 (v4l2)<br /> <br /> * GStreamer script Video4Linux [http://giss.tv/wiki/images/2/21/Webcamstream-v4l.pys GStreamer V4l]<br /> <br /> * GStreamer script Video4Linux2 [http://giss.tv/wiki/images/1/19/Webcamstream-v4l2.pys GStreamer V4l2]<br /> <br /> You should rename this script from .pys to .py and start it with : 'python Webcamstream-v4l.py'<br /> <br /> There is a debian package for all architectures here : [http://giss.tv/~chevil/ubuntu32/dists/hardy/giss/binary-all/pygiss-all.deb PyGiss.deb]<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with a video4linux device : [http://ydegoyon.free.fr/giss-pdp-v4l.pd GissPdpV4l]<br /> <br /> * video streaming with a video4linux2 device : [http://ydegoyon.free.fr/giss-pdp-v4l2.pd GissPdpV4l2]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> <br /> === Webcam Studio ===<br /> <br /> Check out : [http://www.ws4gl.org Webcam Studio website]<br /> <br /> it perfectly support most of webcams models and lets you mix the input with other layers ( screen capture, chat, rss, ... ). <br /> <br /> == OSX ==<br /> <br /> === Pure Data ===<br /> <br /> Recommended tool : puredata extended with the following patch :<br /> <br /> first install a pd extended for your system from [[http://autobuild.puredata.info/auto-build/ Pd-extended]]<br /> and then download this patch :<br /> <br /> * video streaming with digital camera ( OSX ) : [http://ydegoyon.free.fr/giss-pdp-osx.pd GissPdpOsx]<br /> <br /> if you have some troubles with some models of cameras,<br /> you can try this experimental patch using Gem :<br /> <br /> * video streaming with digital camera ( Gem ) : [http://ydegoyon.free.fr/giss-gem.pd GissGem]<br /> <br /> Download this file ( the patch ) with a right click and 'Save link as..',<br /> open it in pd-extended<br /> <br /> == Windows ==<br /> <br /> === Vision Air ===<br /> <br /> This is not really supported by G.I.S.S. but we must mention the Vision Air Streaming tool : [http://dir.visonair.tv/streamer.php VisionAir]</div> WikiSysop