Search found 3 matches

Go to advanced search

by Filipe81
16 Mar 2011 12:31
Forum: VLC stream-output (sout)
Topic: How to specifiy EQ params in command line?
Replies: 4
Views: 3872

Re: How to specifiy EQ params in command line?

I have the same problem but with multicast stream. I tried the code below but nothing take effect on the output multicast stream: 1rst => :sout=#transcode{vcodec=none,acodec=mpga,ab=128,channels=2,samplerate=44100}:std{access=udp,mux=ts,dst=239.0.0.1:5501} --equalizer-preset=dance --equalizer-preamp...
by Filipe81
24 Feb 2010 16:16
Forum: Development around libVLC
Topic: axvlc in visual studio c++ 2008
Replies: 2
Views: 1029

Re: axvlc in visual studio c++ 2008

Hi dudedevil100,

Thanks for your reply. I made a multicast stream with VLC and worked fine. I just copied and pasted the options to the addtarget function in visual studio. Does it need more options to work ? I have no errors with that options but the multicast stream not start.

best regards
by Filipe81
26 Jan 2010 13:25
Forum: Development around libVLC
Topic: axvlc in visual studio c++ 2008
Replies: 2
Views: 1029

axvlc in visual studio c++ 2008

I have been build a media player that play a radio via URL and at the same time, make a multicast stream. The code is: private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { axVLCPlugin1->playlistClear(); axVLCPlugin1->addTarget(textBox1->Text,":sout=#transcode{vcod...

Go to advanced search