Re: [puredyne] Live webcam streaming software - gstlaunch

2010-02-22 Thread Aymeric Mansoux
alejo said : On Feb 19, 2010, at 2:49 PM, Olm-e wrote: for a sound only queue : gst-launch-0.10 alsasrc ! audio/x-raw- int,rate=44100,channels=2,depth=16 ! queue ! audioconvert ! vorbisenc quality=0.8 ! oggmux ! tee name=tt ! queue ! filesink location=artsbirthday-day3-$datenum.ogg

Re: [puredyne] Live webcam streaming software

2010-02-22 Thread jaromil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 hi Loz, On Fri, Feb 19, 2010 at 04:16:55PM +, Loz wrote: I've got a liveshow coming up in a few months, and writing an entirely new set for it. I am hardware based, and currently only use p:d to run seq24 for sequencing. I've got

Re: [puredyne] Live webcam streaming software

2010-02-20 Thread Loz
Cheers, I'll look into those. I'm not very good at the technical stuff, so I will probably end up using the simplest solution.. but I'll give them a go anyway. On Fri, Feb 19, 2010 at 9:04 PM, Michal Seta m...@artengine.ca wrote: You may find propulseART project of the SAT interesting.  It is

[puredyne] Live webcam streaming software

2010-02-19 Thread Loz
Hey, I've got a liveshow coming up in a few months, and writing an entirely new set for it. I am hardware based, and currently only use p:d to run seq24 for sequencing. I've got this idea, however, to have 2 webcams at different positions next to my setup, so I can display their feed to a

Re: [puredyne] Live webcam streaming software

2010-02-19 Thread Rob Canning
Loz said : Hey, I've got a liveshow coming up in a few months, and writing an entirely new set for it. I am hardware based, and currently only use p:d to run seq24 for sequencing. I've got this idea, however, to have 2 webcams at different positions next to my setup, so I can display their

Re: [puredyne] Live webcam streaming software - gstlaunch

2010-02-19 Thread Olm-e
you can start with something like this, to just show the cam in the current screen : gst-launch v4l2src ! ffmpegcolorspace ! xvimagesink but gstlaunch (there is also a python binding : pygst ) is capable of doing lots of unsuspected works... here are some exemple of gstreamer queues I use to

Re: [puredyne] Live webcam streaming software - gstlaunch

2010-02-19 Thread alejo
On Feb 19, 2010, at 2:49 PM, Olm-e wrote: for a sound only queue : gst-launch-0.10 alsasrc ! audio/x-raw- int,rate=44100,channels=2,depth=16 ! queue ! audioconvert ! vorbisenc quality=0.8 ! oggmux ! tee name=tt ! queue ! filesink location=artsbirthday-day3-$datenum.ogg tt. ! queue !

Re: [puredyne] Live webcam streaming software

2010-02-19 Thread Michal Seta
You may find propulseART project of the SAT interesting. It is based on gstreamer and can deliver high quality audio and video over network (I have actually seen a performance done by a band jamming in two different cities, over a direct high-bandwidth pipe, mind you). Setting it up is apparently