Search found 6 matches

Go to advanced search

by roman808
05 Aug 2012 22:21
Forum: Development around libVLC
Topic: imem usage
Replies: 1
Views: 436

imem usage

Hi, I am using libvlc 2.0.2 and have several questions regarding the imem module: 1. When I specify RV24 or MJPG the module works as expected and frames displayed properly. However when I set the codec to h264 or mpeg4 I don't see any display. Do I have to specify something to make it work ? 2. What...
by roman808
16 Aug 2011 20:57
Forum: Development around libVLC
Topic: LibVLC custom audio output
Replies: 11
Views: 3415

Re: LibVLC custom audio output

Yep, indeed works great :)

I didn't notice the changes made in the API. Thanks fro the update
by roman808
13 Aug 2011 11:19
Forum: Development around libVLC
Topic: LibVLC custom audio output
Replies: 11
Views: 3415

Re: LibVLC custom audio output

Hi Remi, Thanks for the update It still does not work. The setup is called and when the playback starts the application crashes. There is nothing in the log, and the only info I have is from the Windows Event Log: Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code...
by roman808
25 Jun 2011 11:05
Forum: Development around libVLC
Topic: LibVLC custom audio output
Replies: 11
Views: 3415

Re: LibVLC custom audio output

I am using the library on WIndows with VS2010 and log verbosity of 2 gives one and only record:

2011-06-25 11:59:13.6683 Error Failed to set on top main
by roman808
24 Jun 2011 08:42
Forum: Development around libVLC
Topic: LibVLC custom audio output
Replies: 11
Views: 3415

Re: LibVLC custom audio output

Hi, Thanks for the new addition. I tried to use the new API and only the setup callback gets called and the play callback never executed. I tried it with the version from 20.6 m_instance = libvlc_new (0, NULL); m_player = libvlc_media_player_new(m_instance); libvlc_audio_set_callbacks(m_player , &am...
by roman808
29 Mar 2011 21:14
Forum: VLC stream-output (sout)
Topic: libvlc_video_set_format_callbacks chroma types
Replies: 1
Views: 1015

libvlc_video_set_format_callbacks chroma types

Hi,

I have a question regarding the libvlc_video_set_format_callbacks API in the livVLC 1.2.0:

what chroma types are supported by the setup callback function ?

Thanks in advamce

Go to advanced search