Page 1 of 1

Desktop stream with enviroment voice

Posted: 05 Apr 2010 08:20
by triplebit
I use screen:// in order to stream my desktop and I need to support also voice.
Is it possible in current version of VLC?
Regards
Triplebit

Re: Desktop stream with enviroment voice

Posted: 06 Apr 2010 12:03
by Rémi Denis-Courmont
You want to capture the sound from other applications? This is not feasible, and probably won't be any time soon because operating systems don't provide any easy way to achieve that.

Re: Desktop stream with enviroment voice

Posted: 31 Jul 2010 08:01
by triplebit
What I really want is sound from the PC microphone and from some other application.
Is that supported or at list "doable"?
Regards

Re: Desktop stream with enviroment voice

Posted: 31 Jul 2010 09:56
by Rémi Denis-Courmont
It's doable if you can tell the application to use a different sound card (probably the whole operating system). But as you can already guess it would be complicated to use and complicated to implement.

Re: Desktop stream with enviroment voice

Posted: 30 Aug 2010 08:23
by triplebit
Thanks Rémi Denis-Courmont,
Can you direct me the details how to use sound from the PC microphone using the same application(forget the other application).
I use the command line version to stream the background with "screen://" to a remote site.
I want to add audio voice to the stream. How can I add the microphone input?
Regards
Triplebit

Re: Desktop stream with enviroment voice

Posted: 31 Aug 2010 00:44
by rogerdpack
I use screen:// in order to stream my desktop and I need to support also voice.
Regards
Triplebit
It is possible but not easy. You cannot use screen:// + audio currently (see http://trac.videolan.org/vlc/ticket/3107).

If you're on windows, you can use directshow filters. Here's my writeup of how:

http://betterlogic.com/roger/?p=3058