Search found 12 matches

Go to advanced search

by Claupacius
26 Jan 2018 10:20
Forum: Development around libVLC
Topic: How cut and render video by most effective way ?
Replies: 0
Views: 217

How cut and render video by most effective way ?

Hello. Can anybody give me a direction for implementing the following flow using libvlc : 1. There is a source video, played back on custom window inside the player. 2. There is a number of irregular-shaped rectangular-like areas, defined by user 3. Every area should be played back in separate windo...
by Claupacius
11 Sep 2013 06:11
Forum: Development around libVLC
Topic: Multiple players and volume change
Replies: 4
Views: 521

Re: Multiple players and volume change

Hi Jean-Baptiste, thank you for the reply.
What do you think can be a workaround for such case ? Two processes and IPC ?
by Claupacius
07 Sep 2013 14:12
Forum: Development around libVLC
Topic: Multiple players and volume change
Replies: 4
Views: 521

Multiple players and volume change

Hello, My application creates a number of libvlc_media_player_t objects. But when I change volume level on particular player, the volume changes on all players. This issue exists when players use the same audio output device. If players use different audio devices it works as expected. I also tried ...
by Claupacius
17 Jun 2012 22:36
Forum: Development around libVLC
Topic: Tracking "cache" value
Replies: 1
Views: 1148

Re: Tracking "cache" value

May anybody tell me where can I see the actual value of buffer ( input or demux ) during play ?
Thanks !
by Claupacius
07 Jun 2012 18:35
Forum: Development around libVLC
Topic: Tracking "cache" value
Replies: 1
Views: 1148

Tracking "cache" value

Hi, Tracking stream cache issue was raised a number of times on this forum, but the ultimate answer was that there is no API for knowing level of cache buffer. We want to implement some kind of proprietary HTTP adaptive streaming ( not HLS/DASH, supported by VLC ). In order to give feedback to the s...
by Claupacius
24 May 2012 20:07
Forum: Development around libVLC
Topic: vlc 1.1.6 compile with VS2005/2008/2010
Replies: 11
Views: 3362

Re: vlc 1.1.6 compile with VS2005/2008/2010

I'm also interested in this build setup.
Does anybody has a copy of the archive ?
by Claupacius
24 May 2012 15:29
Forum: Development around libVLC
Topic: Undefined reference to __sync_fetch_and_add_4
Replies: 9
Views: 1752

Re: Undefined reference to __sync_fetch_and_add_4

Ok, I tried to change the parameter to "pentium4" and it succeeded.
Thank you once again.
by Claupacius
24 May 2012 14:35
Forum: Development around libVLC
Topic: Undefined reference to __sync_fetch_and_add_4
Replies: 9
Views: 1752

Re: Undefined reference to __sync_fetch_and_add_4

Thank you very much for the reply. This parameter eliminated a problem with linking. However, during compilation of grain video filter, gcc spit out the following error : BlockBlendSse2 - undeclared I think this error is linked to the parameter "pentium2", where SSE2 does not exist yet. Af...
by Claupacius
19 May 2012 13:38
Forum: Development around libVLC
Topic: Undefined reference to __sync_fetch_and_add_4
Replies: 9
Views: 1752

Undefined reference to __sync_fetch_and_add_4

Hi,
I'm trying to make a cross-compilation on Kubuntu.

Everything went smooth until make step.

I get an error :
In function vlc_atomic_add
undefined reference to __sync_fetch_and_add_4.
What can be a problem ?

Thank you in advance.
by Claupacius
17 May 2012 19:25
Forum: Development around libVLC
Topic: MSYS-MINGW build on Windows
Replies: 1
Views: 510

MSYS-MINGW build on Windows

Hello, I'm trying to build VLC using MSYS_MINGW tutorial, found at http://wiki.videolan.org/Win32CompileMSYSNew I installed all tools and made all necessary updates. However, I cannot understand when directory win32 mentioned in command : cp -v /usr/win32/share/aclocal/* m4/ is created ? as I unders...
by Claupacius
05 Dec 2011 13:07
Forum: Development around libVLC
Topic: How to control video rendering window during streaming ?
Replies: 7
Views: 1634

Re: How to control video rendering window during streaming ?

Thank you for the fast reply. I'm trying to add this parameter to options array like ":drawable-hwnd=12345", and also to output string, like : const char *sout = "#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=file{dst=d:\\\\test.mp4}...
by Claupacius
01 Dec 2011 18:18
Forum: Development around libVLC
Topic: How to control video rendering window during streaming ?
Replies: 7
Views: 1634

How to control video rendering window during streaming ?

Hi, I have encountered a problem controlling output video window, while using VLM on Windows platform. For example, I make the following calls : const char *sout = "#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=file{dst=d:\\\\test.mp4},dst=rtp...

Go to advanced search