Page 1 of 1

qtcapture and sound

Posted: 23 Mar 2011 11:47
by simonb
I am streaming live video from a MacBook Pro using qtcapture as a source.

Code: Select all

/Applications/VLC.app/Contents/MacOS/VLC qtcapture:// ...etc...
There isn't any sound being streamed. I found an old dev list post indicating that the original version did not capture sound.
http://mailman.videolan.org/pipermail/v ... 43733.html
I am not sure if this is still the case.

If qtcapture does not capture sound then is there any way to do this with, say, --input-slave.

Apologies, I'm a bit lost on MacOS and am on a steep learning curve right now.

Re: qtcapture and sound

Posted: 17 Sep 2011 01:49
by rogerdpack
I don't think it can capture microphone sound yet: ref: http://web.archiveorange.com/archive/v/ ... nSKtsEMxLK

mac and sound possible today?

Posted: 17 Sep 2011 08:50
by rogerdpack
speaking of mac audio...if qtcapture included audio (like that patch attempts) would that mean it can capture audio from the mic jack as a member of qtcapture? Is there any way to capture the mic in OS X currently?
Thanks!

Re: qtcapture and sound

Posted: 17 Sep 2011 14:34
by crackstone
right now qtcapture does not include audio. i'm working on getting it done...
@simonb: i think input-slave is broken; i tried this some time ago, also posted questions here... no success
@rogerdpack: yes it would be a member of qtcapture, but i'm not 100% sure about that, due to thread safety; currently with VLC i'm not aware of any method to capture from mic; alternatively you can use quicktimebroadcaster for the time being to capture audio

//crackstone

Re: qtcapture and sound

Posted: 20 Sep 2011 19:55
by rogerdpack
I'd love to help. I could donate a bounty $100 if it gets finished with audio! :)
-r

Re: qtcapture and sound

Posted: 26 Sep 2011 18:37
by fkuehne
A patch for this popped up on our development mailing list, so we might have something working just in time for VLC 1.2. Stay tuned!