Search found 7 matches

Go to advanced search

by heng
26 Nov 2010 13:39
Forum: Development around libVLC
Topic: libvlc_media_player_stop hang
Replies: 11
Views: 2241

Re: libvlc_media_player_stop hang

Yes it's RTSP
by heng
26 Nov 2010 07:29
Forum: Development around libVLC
Topic: libvlc_media_player_stop hang
Replies: 11
Views: 2241

Re: libvlc_media_player_stop hang

Ok, I understand, thanks, but don't you think that in any case the "stop" command should return immediately and not lock the application for so long? Do I really need to call "stop" in such cases? Is there any function I can use to quickly identify scenarios where the pipe no lon...
by heng
25 Nov 2010 09:04
Forum: Development around libVLC
Topic: libvlc_media_player_stop hang
Replies: 11
Views: 2241

libvlc_media_player_stop hang

Hi, I am using libvlc to stream video over wifi. When wifi suddenly disconnects, if the VLC control still indicates that the video is still playing, I call "libvlc_media_player_stop". Unfortunately, in this scenario calling "libvlc_media_player_is_playing" shows that the video st...
by heng
18 Nov 2010 08:08
Forum: Development around libVLC
Topic: Capturing mouse clicks
Replies: 12
Views: 5909

Re: Capturing mouse clicks

I AM using the "libvlc_video_set_mouse_input" but I don't recieve any doubleclick events in the containing parent window (I tried both enable/disable mouse input). If I replace the VLC control with an image control (ATL CImage) I get those events easily. Any idea why is that? I am using li...
by heng
17 Nov 2010 07:43
Forum: Development around libVLC
Topic: audio visual effect issue
Replies: 11
Views: 2320

Re: audio visual effect issue

I've also noticed the mentioned problem. If your first media is using the "audio-visual=visualizer" option, you get stuck with this visual effect, even if you open a new media w/o any options. It looks like a bug in the new 1.1.5 version. I found a quick workaround, you may add the "e...
by heng
16 Nov 2010 17:33
Forum: Development around libVLC
Topic: Capturing mouse clicks
Replies: 12
Views: 5909

Capturing mouse clicks

Hi, I'm trying to capture a mouse click/dblclick while playing a video file. My goal is, for example, to maximize the display window when the user double click on the video screen (btw "libvlc_toggle_fullscreen" no longer work with libvlc v1.1.x). How can I do that? I thought about using t...
by heng
26 Feb 2010 08:43
Forum: Development around libVLC
Topic: Duplicating an audio stream and saving it to a WAV file
Replies: 0
Views: 325

Duplicating an audio stream and saving it to a WAV file

Hi, I am trying to duplicate an audio stream and save at as a WAV file (while listening to the stream). I tried the following: ":sout=#duplicate{dst=display,dst=std{access=file,mux=wav,dst=C:\MyFile.wav}}" The file is created but It doesn't play. When I did the same by asking an ASF file: ...

Go to advanced search