Search found 4 matches

Go to advanced search

by morz
26 Mar 2010 11:02
Forum: Development around libVLC
Topic: libvlc_log_open example
Replies: 1
Views: 713

Re: libvlc_log_open example

I figured out my self : This code for QT : 1) libvlc_event_attach( em, libvlc_MediaPlayerPositionChanged,callback, this, &_vlcexcep ); 2) void MainWindow::callback( const libvlc_event_t *ev, void *param ) { MainWindow* self = reinterpret_cast<MainWindow*>( param ); switch(ev->type){ case libvlc_...
by morz
25 Mar 2010 16:51
Forum: Development around libVLC
Topic: libvlc_log_open example
Replies: 1
Views: 713

libvlc_log_open example

Hi, I'm using libVLC in my QT application. Everything works great. I just one to know, how to display output message (log) in my application (e.g: textEdit) instead of displaying on console(default)? I just read the libVLC api and found libvlc_log_open function. How to use it? To summarize, I want t...
by morz
22 Mar 2010 06:04
Forum: Development around libVLC
Topic: catch Warning event
Replies: 0
Views: 316

catch Warning event

How do I get warning (ONLY not error) event in libvlc? Example of warning event that I want : [092fa724] avcodec decoder warning: cannot decode one frame (745 bytes) [092968ac] faad decoder warning: Maximum number of bitstream elements exceeded void MainWindow::callback( const libvlc_event_t *ev, vo...
by morz
22 Mar 2010 05:06
Forum: Development around libVLC
Topic: Play while download, Pause on streaming
Replies: 2
Views: 2966

Play while download, Pause on streaming

Yes, I know libvlc support http streaming. But my scenario is different.Ok here is the scenario : I want to play a file (local file) while downloading it. If next frames are not available, pause it. Keep trying until next frame available, and continue to play it. The download source maybe torrent, h...

Go to advanced search