Search found 2 matches

Go to advanced search

by michel_etica
29 Mar 2010 10:24
Forum: Web and scripting
Topic: ActiveX: show only audio spectrum with a A/V source
Replies: 3
Views: 5008

Re: ActiveX: show only audio spectrum with a A/V source

The command line (for VLC 1.0.5 under windows) to achieve the behaviour I'd like on the ActiveX is:

Code: Select all

vlc --no-video --audio-visual=visual --effect-list=spectrum rtsp://my_stream
Sadly, the same options passed to the ActiveX result in a black component content.
by michel_etica
26 Mar 2010 11:08
Forum: Web and scripting
Topic: ActiveX: show only audio spectrum with a A/V source
Replies: 3
Views: 5008

ActiveX: show only audio spectrum with a A/V source

Hi, I have an rtsp audio+video source, and I would like to visualize the audio spectrum ignoring the video. I've tried (in C#) different combinations of options, such as: string[] options = { ":audio-visual=visual", ":show-display=true", ":no-video-title-show", ":n...

Go to advanced search