Search found 10 matches

Go to advanced search

by df4
02 Sep 2014 11:00
Forum: Development around libVLC
Topic: How to start viewing ip-cam with muted audio?
Replies: 7
Views: 691

Re: How to start viewing ip-cam with muted audio?

You did not read the documentation, did you?
* \note To force silent playback, disable all audio tracks. This is more
* efficient and reliable than mute.
*/
How to disable all audio tracks?
by df4
02 Sep 2014 10:48
Forum: Development around libVLC
Topic: How to start viewing ip-cam with muted audio?
Replies: 7
Views: 691

Re: How to start viewing ip-cam with muted audio?

You need to update to LibVLC 2.2 if you want to set mute at any time.
Thank you!
by df4
01 Sep 2014 03:11
Forum: Development around libVLC
Topic: How to start viewing ip-cam with muted audio?
Replies: 7
Views: 691

Re: How to start viewing ip-cam with muted audio?

Setting mute to false, means no muting... Ok, I tried so: libvlc_media_player_play(vlcMediaPlayer); libvlc_audio_set_mute(vlcMediaPlayer, 1); but again it has no effect - the sound is not muted I tried to get log messages via libvlc_log_set And I received the message: No active audio output As a re...
by df4
31 Aug 2014 04:47
Forum: Development around libVLC
Topic: How to start viewing ip-cam with muted audio?
Replies: 7
Views: 691

How to start viewing ip-cam with muted audio?

I try so:

Code: Select all

libvlc_media_player_play(vlcMediaPlayer); libvlc_audio_set_mute(vlcMediaPlayer, 0);
but it does not effect - the sound is not muted
by df4
31 Aug 2014 04:03
Forum: Development around libVLC
Topic: Background noise filtering
Replies: 0
Views: 344

Background noise filtering

I try to use this example to connect to the IP-camera:
https://wiki.videolan.org/LibVLC_Tutori ... ibVLC_Code
https://wiki.videolan.org/Using_libvlc_with_Delphi/

By means of what can be done filtering background audio noise?
by df4
13 Aug 2014 06:46
Forum: Development around libVLC
Topic: Video will not play through RTSP
Replies: 1
Views: 453

Video will not play through RTSP

Camera - TP-Link TL-SC3230 v. 1.0 http://www.tp-link.com/en/products/details/?model=TL-SC3230 I took this code: https://wiki.videolan.org/Using_libvlc_with_Delphi/ vlcMedia := libvlc_media_new_location(vlcInstance, 'rtsp://192.168.xxx.xxx:554/media.amp?streamprofile=Profile1'); Sound is played. Vide...
by df4
24 Jan 2013 10:12
Forum: VLC stream-output (sout)
Topic: Noise reduction for streaming audio
Replies: 2
Views: 1387

Noise reduction for streaming audio

I'm trying to stream the sound from the microphone: vlc.exe -I rc dshow:// --dshow-vdev=none --dshow-adev="USB2.0 Camera Audio" --live-caching=10 --sout="#transcode{vcodec=none,acodec=mpga,ab=320,channels=2,samplerate=44100}:std{access=udp{ttl=5},mux=ts,dst=<ip-addrss>:<udp-port>}&quo...

Go to advanced search