Search found 12 matches

Go to advanced search

by chris_g
08 Jul 2010 11:52
Forum: Development around libVLC
Topic: EVENT chapterChanged
Replies: 1
Views: 308

EVENT chapterChanged

Hi, after intensive searching (forum, doxygen and vlc sources) I did not found what I desperately need, accept the "chapterChanged" event in /vlc.1.0.x/modules/qt4... Is there any chance to catch such an event automaticly in libvlc? I want to catch the event automaticly when the player cha...
by chris_g
28 May 2010 12:12
Forum: Development around libVLC
Topic: libvlc_MediaPlayerBuffering not raised (libvlc 1.0.5)
Replies: 1
Views: 561

Re: libvlc_MediaPlayerBuffering not raised (libvlc 1.0.5)

Anyone of the admin developers with an answer before I have to "hijack" the maillinslist again?
by chris_g
25 May 2010 09:19
Forum: Development around libVLC
Topic: libvlc_MediaPlayerBuffering not raised (libvlc 1.0.5)
Replies: 1
Views: 561

libvlc_MediaPlayerBuffering not raised (libvlc 1.0.5)

Hi.

Is there any chance to catch the event "libvlc_MediaPlayerBuffering" now?
Events libvlc_MediaPlayerPlaying, libvlc_MediaPlayerPaused... get raised.

Regards
C.G.
by chris_g
11 Dec 2009 14:31
Forum: Development around libVLC
Topic: [solved] libVLC QT Framework, sometimes video has only sound
Replies: 8
Views: 3312

libVLC QT Framework, sometimes video has only sound

Yes. Without any changes in the code. EDIT 1: But I just have seen that it still appaers sometimes, but not that often anymore. Not good. EDIT 2: Ok it works and I think I could isolate the Error. I must have been one of the plugins. On my PC everything worked fine with 1.0.3 but from the Server I s...
by chris_g
09 Dec 2009 23:56
Forum: Development around libVLC
Topic: [solved] libVLC QT Framework, sometimes video has only sound
Replies: 8
Views: 3312

Re: libVLC, QT Framework, sometimes video has only sound

Ok it´s solved. We used VLC 1.0.2. After building a new libvlc.lib from 1.0.3, replace dlls and plugins it works on Vista as well.
by chris_g
09 Dec 2009 00:21
Forum: Development around libVLC
Topic: [solved] libVLC QT Framework, sometimes video has only sound
Replies: 8
Views: 3312

Re: libVLC, QT Framework, sometimes video has only sound

Found no solution yet. Installed QT 4.6 but this does not solve the problem.
by chris_g
03 Dec 2009 14:47
Forum: Development around libVLC
Topic: [solved] libVLC QT Framework, sometimes video has only sound
Replies: 8
Views: 3312

Re: libVLC, QT Framework, sometimes video has only sound

I just gave it a try, but the reinterpret_cast shows a valid uint , although the VideoRect is white or yellow.

Using libvlc_media_player_set_hwnd(_mp, _videoWidget->winId(), &_vlcexcep ) results in the same error.
by chris_g
03 Dec 2009 12:24
Forum: Development around libVLC
Topic: [solved] libVLC QT Framework, sometimes video has only sound
Replies: 8
Views: 3312

Re: libVLC, QT Framework, sometimes video has only sound

Here some snippets of the code. VLCPlayer Constructor: VLCPlayer::VLCPlayer(QWidget *parent, QRect *_vidRect, bool _fullscreen, int _controllerHeight, int _movieWidth, int _movieHeight, int _trackNumber, bool prevBtn, bool nextBtn, float appVol, float appSavedVol, bool mute) : QWidget(parent) { ... ...
by chris_g
02 Dec 2009 15:18
Forum: Development around libVLC
Topic: [solved] libVLC QT Framework, sometimes video has only sound
Replies: 8
Views: 3312

[solved] libVLC QT Framework, sometimes video has only sound

Hi, we have built a QT-Framework which plays videos with libvlc and our own custom controlls. Sometimes instead of the video a white or yellow rectangle is shown. The sound is always there. The Backgroundcolor of the QWidget is black. Setup: Windows Vista, VLC 1.0.3 built from source, QT 4.5.3 built...
by chris_g
23 Nov 2009 09:12
Forum: General VLC media player Troubleshooting
Topic: Cyclic playback
Replies: 4
Views: 529

Re: Cyclic playback

My workaround is to have a timer wich checks the current time like this: if( libvlc_media_player_get_time(_mp, &_vlcexcep) >= libvlc_media_player_get_length(_mp, &_vlcexcep)-someMilliseconds ){ //set video back to 0; // pause it; } But if there is a better way I would appreciate that. I´d li...
by chris_g
19 Nov 2009 11:46
Forum: Development around libVLC
Topic: qt libvlc FullscreenControllerWidget
Replies: 2
Views: 667

Re: qt libvlc FullscreenControllerWidget

Thank you for the hint. It could be usefull in some cases.
For our case I coded our own qt-interface now. The problem is not vlc... it was to get into qt and how the widgets can be styled and customized. But when youre into some special characteristics it´s easy.
by chris_g
12 Nov 2009 11:02
Forum: Development around libVLC
Topic: qt libvlc FullscreenControllerWidget
Replies: 2
Views: 667

qt libvlc FullscreenControllerWidget

Hi, is there a easy way to use the FullscreenControllerWidget with libvlc? I spent hours searching and found some classes. Maybe I have to build my own QTControlls by the examples from the vlan-classes Controller.cpp or interface_widgets.cpp. Or is it possible to use mediacontrol_Instance to have Co...

Go to advanced search