Page 1 of 1
Help pls with volume and sout.
Posted: 11 Sep 2012 03:27
by ghoster08
I'm having an issue while streaming out. My vlc volume control is not working while streaming. It works fine while playing locally. This is the same for the equalizer.
Do i have to enable something to get this to function while streaming. Must I transcode the audio?
My issue is the sound volume wont mute while streaming when needed.
How am i able to control audio setting while streaming. im using a udp file to stream.
Re: Help pls with volume and sout.
Posted: 11 Sep 2012 04:32
by ghoster08
here is my cmd ..
Even disabling audio in the gui doesnt work.
What am i doing wrong?
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "C:\xspf.xspf" --sout="#gather:rtp{dst=127.0.0.1,port=1234,mux=ts,sdp=file:///C:/vlc.sdp}"
Re: Help pls with volume and sout.
Posted: 11 Sep 2012 09:51
by ghoster08
This doesnt work on any builds. Is this normal? Vlc cant equalize while streaming? This is typical?
Re: Help pls with volume and sout.
Posted: 11 Sep 2012 11:02
by RĂ©mi Denis-Courmont
There is no "regular" audio output when doing stream output, so audio controls do not work.
Besides, audio filters cannot be applied on encoded audio anyway.
Re: Help pls with volume and sout.
Posted: 11 Sep 2012 13:54
by ghoster08
Okay. Thank you very much for the info.
Re: Help pls with volume and sout.
Posted: 14 Sep 2012 04:12
by ghoster08
Hello again. Is there any way to heighten the gain before i send the stream. Encode it first.. Or raise the volume before sending? How would I enable the audio filters like the eq and others through transcode?
Code: Select all
:transcode{acodec=mp3,ab=320,channels=2,samplerate=48000,audio-sync}
changing the audio bit rate works as well as the sample rate. How do I enable the graphical eq and make changes live.. or how would i set a static volume gain filter in the command line?
ie..
Code: Select all
:transcode{acodec=mp3,ab=320,channels=2,volume=louderthanbefore,samplerate=48000,audio-sync}
Is this possible? Surely it must be.