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

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
michel_etica
New Cone
New Cone
Posts: 2
Joined: 26 Mar 2010 10:52

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

Postby michel_etica » 26 Mar 2010 11:08

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:

Code: Select all

string[] options = { ":audio-visual=visual", ":show-display=true", ":no-video-title-show", ":no-video", ":effect-list=spectrum" }; vlc.playlist.add("rtsp://whatever", "OnlyAudioSpectrum", options); vlc.playlist.play();
or:

Code: Select all

string[] options = { ":audio-visual=spectrum", ":show-display=true", ":no-video" }; vlc.playlist.add("rtsp://whatever", "OnlyAudioSpectrum", options); vlc.playlist.play();
Actually I've tried also more options combinations, but nothing shows up what I would see using the VLC player's option: Audio -> Show -> Spectrum (on my italian installations is Audio -> Visualizzazioni -> Spettro).

Any hint?
Thanks,
Michel

michel_etica
New Cone
New Cone
Posts: 2
Joined: 26 Mar 2010 10:52

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

Postby michel_etica » 29 Mar 2010 10:24

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.

VIktor345erg
New Cone
New Cone
Posts: 2
Joined: 22 Jul 2016 17:13

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

Postby VIktor345erg » 22 Jul 2016 17:16

To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.
Not work.
Who can assist?

michel_etica - do you find the resolution?

VIktor345erg
New Cone
New Cone
Posts: 2
Joined: 22 Jul 2016 17:13

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

Postby VIktor345erg » 10 Aug 2016 18:03

Hi, done.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 18 guests