Search found 3 matches

Go to advanced search

by Thomas_Lerman
26 May 2017 00:34
Forum: Development around libVLC
Topic: KLV
Replies: 1
Views: 911

KLV

When I have tried to find out how to get KLV data out of a stream, I get a bit confused as some seem to say it is possible (maybe one instance of VLC demuxing the KLV data from the TS with the other instance handling the video) and others seem to say it is not available. I have yet to find an exampl...
by Thomas_Lerman
05 Jul 2012 07:23
Forum: Development around libVLC
Topic: Get current media for a snapshot
Replies: 2
Views: 582

Re: Get current media for a snapshot

I presume you are using something like the LibVLC SampleCode Qt ? In any case, you probably have in your constructor a call to _mp = libvlc_media_player_new (_vlcinstance, &_vlcexcep); This is the same variable that is passed into the function you are asking about. It is actually the same variab...
by Thomas_Lerman
03 Jul 2012 08:24
Forum: Development around libVLC
Topic: --plugin-path causes crash if not ending in plugins\\
Replies: 0
Views: 887

--plugin-path causes crash if not ending in plugins\\

In the sample Qt app, is uses "--plugin-path=plugins\\" as part of the parameters. In my development environment (MSVS2008), I changed the path so it can find it elsewhere and changed it to something like "--plugin-path=C:\\VideoLAN\\VLC\\plugins\\". It all worked just fine. I th...

Go to advanced search