Search found 8 matches

Go to advanced search

by VlC_Freak
13 Jul 2012 15:28
Forum: Development around libVLC
Topic: libvlc 2.0.0 (Towflower) & Goom
Replies: 5
Views: 1726

Re: libvlc 2.0.x & Goom

Bonjour Rémi ;) i have found that audio-visual=gloom can be used as a arguments when i call libvlc_new and its working but not with libvlc_media_add_option. It is reason for this, and do you thing that in the next version i can be reimplemented ? if not i will need to re create a new instance of vlc...
by VlC_Freak
20 Feb 2012 15:10
Forum: Development around libVLC
Topic: libvlc 2.0.0 (Towflower) & Goom
Replies: 5
Views: 1726

libvlc 2.0.0 (Towflower) & Goom

Hi all Today i try my application that using libvlc , my application using the audio-visual=goom parameter and it was working perfecly before the new version ? Is someting have changed for the initialization of goom with libvlc ? Can't someone confirm that its not working . P.S the goom working in v...
by VlC_Freak
31 Mar 2011 21:32
Forum: Development around libVLC
Topic: libvlc + playing asx (web radio)
Replies: 3
Views: 1265

libvlc + playing asx (web radio)

Hi all i know that VLC play build-in web radio (asx) ex: http://www.radio-canada.ca/util/endirect/premiere.asx But i have some trouble to play it from libvlc, i try to follow this step : http://mailman.videolan.org/pipermail/vlc-devel/2008-December/054167.html but it's not working I think that libvl...
by VlC_Freak
24 Mar 2011 19:37
Forum: General VLC media player Troubleshooting
Topic: Playing YouTube videos with VLC - mystery error [SOLVED]
Replies: 53
Views: 105928

Re: Playing YouTube videos with VLC - mystery error

+1

i need this fix too (if it can be fixed)
dont give up your good work

Christian F
by VlC_Freak
22 Mar 2011 15:21
Forum: Development around libVLC
Topic: libvlc_media_player_get_position and playlist
Replies: 4
Views: 855

Re: libvlc_media_player_get_position and playlist

Hi man i got it, it look like that when i set this libvlc_media_list_player_set_media_player(p_mlp, p_mi); The state of the player is null so i need to make this small tweak for setup stop state libvlc_media_list_lock(p_ml); libvlc_media_list_player_stop(p_mlp); libvlc_media_list_unlock(p_ml); thank...
by VlC_Freak
22 Mar 2011 15:04
Forum: Development around libVLC
Topic: libvlc_media_player_get_position and playlist
Replies: 4
Views: 855

Re: libvlc_media_player_get_position and playlist

thanks it working but all function that use libvlc_media_list_player_get_state(p_mlp) return me -1 after set this libvlc_media_list_player_set_media_player(m_mlp, m_mi); i need to know all this state of vlc libvlc_NothingSpecial libvlc_Opening libvlc_Buffering libvlc_Playing libvlc_Paused libvlc_Sto...
by VlC_Freak
22 Mar 2011 14:10
Forum: Development around libVLC
Topic: libvlc_media_player_get_position and playlist
Replies: 4
Views: 855

libvlc_media_player_get_position and playlist

Hi all im using a delphi warpper for libVLC (http://sourceforge.net/projects/paslibvlc/) and i'm trying to using playlist stuff of Libvlc p_li := libvlc_new(1, @args); // create player instance p_mi := libvlc_media_player_new(p_li); // create a playList object p_ml := libvlc_media_list_new(p_li); //...

Go to advanced search