Search found 10 matches

Go to advanced search

by Fleurette_51
13 Jan 2010 19:16
Forum: Development around libVLC
Topic: multiple video output renderer
Replies: 2
Views: 908

Re: multiple video output renderer

thx Remi ( u answer to all my posts today :D )

So now a new story is beginning for me :shock: ... grab a canvas to "duplicate" it ... in java ... what a mess !!
by Fleurette_51
13 Jan 2010 16:58
Forum: Development around libVLC
Topic: multiple video output renderer
Replies: 2
Views: 908

multiple video output renderer

Hi all How could i set multiple video output for a mediaPlayer ? I m using my own java binding. I use : libvlc_media_player_set_hwnd (libvlc_media_player_t *p_mi, void *drawable, libvlc_exception_t *p_e) to set a video output renderer. I've two screen (1 screen + TV) and i send it a unicast stream w...
by Fleurette_51
13 Jan 2010 09:55
Forum: VLC stream-output (sout)
Topic: streaming multicast + wifi = problem
Replies: 1
Views: 1791

streaming multicast + wifi = problem

Hi a I've got 2 computers (both use Window) and a rooter, one computer is connect with ethernet and the second by wifi connection. The serveur use this command : :sout=#duplicate{dst=display,dst=rtp{dst=230.51.51.52,port=2,mux=ts},dst=rtp{dst=192.168.1.21,port=1234,mux=ts}} and the client : rtp://19...
by Fleurette_51
07 Jan 2010 09:23
Forum: VLM
Topic: VLM libvlc_vlm_get_event_manager() not defined in libvlc
Replies: 1
Views: 1397

Re: VLM libvlc_vlm_get_event_manager() not defined in libvlc

Hi, I have the same issue ... I m using libvlc in my java application (mediacenter) and i need to get back vlm events. Actually i just need to know when the media is loaded to call libvlc_vlm_get_media_instance_length, cause if media is not loaded when i call it i get 0 (Today i try it each half sec...
by Fleurette_51
15 Oct 2009 01:31
Forum: General VLC media player Troubleshooting
Topic: How to select sound device ?
Replies: 7
Views: 17783

Re: How to select sound device ?

thx for your help ! For the directx module : you confirmed what i found on google.... but that doesn t work. I could use directx module with both sound cards by changing the default device in windows settings but i can t use another one by changing VLC settings either by the interface nor from comma...
by Fleurette_51
13 Oct 2009 21:24
Forum: VLC media player for Windows Troubleshooting
Topic: using non-default sound device?
Replies: 3
Views: 18756

Re: using non-default sound device?

hi

I can t manage to do it from command line. Could someone give me an example ?

thx
by Fleurette_51
13 Oct 2009 18:32
Forum: General VLC media player Troubleshooting
Topic: How to select sound device ?
Replies: 7
Views: 17783

Re: How to select sound device ?

hi, Nobody have an idea !? So i give more explanations. I tried to use my second audio device by using directx audio module : Settings (advanced)--> audio --> output module : audio directx --> directx : output device 1 (the default device is 0) That doen t work ... Why ????? Then i go on and try to ...
by Fleurette_51
13 Oct 2009 01:54
Forum: General VLC media player Troubleshooting
Topic: How to select sound device ?
Replies: 7
Views: 17783

How to select sound device ?

Hi all !

I would like to know how to make vlc use my second sound device wich is not the default paramater on my computer (Window) when i start vlc from the command line. i didn t find any clue in the documentation ...

Thanks for ur help.
by Fleurette_51
09 Oct 2009 12:05
Forum: Development around libVLC
Topic: how to select audio output device ?
Replies: 3
Views: 1690

Re: how to select audio output device ?

hi all ! I fixed my probleme : i upgrade to vlc 1.0.2 and i could now call the libvlc_audio_output_list_get() function ! But now my new probleme is how to use a libvlc_audio_output_t object in my java program. I m using JNA in my own vlc binding, i know how to call native functions like "play&q...
by Fleurette_51
09 Oct 2009 00:10
Forum: Development around libVLC
Topic: how to select audio output device ?
Replies: 3
Views: 1690

how to select audio output device ?

hi all ! I'm using libvlc in my java application (a "media center") by using my own binding base on jvlc. I would like to know how to choose the audio output device (i have 2 sound cards on my computer : one for my computer, and i would like to use the other for films or anything else i wa...

Go to advanced search