Search found 4 matches

Go to advanced search

by Donggyu Lee
17 May 2019 02:27
Forum: Development around libVLC
Topic: make stopped with error "Recursive variable 'PROTOC' references itself"
Replies: 3
Views: 451

Re: make stopped with error "Recursive variable 'PROTOC' references itself"

Straight cross-compilation is not alive method. I've tried. Maintainers recognize this problem and recommend workaround: docker method

https://forum.videolan.org/viewtopic.php?f=14&t=146175&p=490185
Thank you, I'll try this one. :D
by Donggyu Lee
16 May 2019 09:20
Forum: Development around libVLC
Topic: make stopped with error "Recursive variable 'PROTOC' references itself"
Replies: 3
Views: 451

make stopped with error "Recursive variable 'PROTOC' references itself"

I am building libVLC on Ubuntu for win32 (cross-compile). I'm following this page (https://wiki.videolan.org/Win32Compile/) some problems has been occured, but managed to solve them. but this error, I can't deal with it. "../../contrib/src/protobuf/rules.mak:19: *** Recursive variable 'PROTOC' ...
by Donggyu Lee
04 Jul 2014 02:27
Forum: Development around libVLC
Topic: multi-instance raw image callback, error with memory leakage
Replies: 2
Views: 870

Re: multi-instance raw image callback, error with memory lea

Please use the official API for render callbacks. Unfortunately, this is a bit too vague to help. I can only guess your callbacks are too slow to keep up. When I remove copy and resize function and display function from post-render callback, the same warnings and memory leakage occur as ever. And I...
by Donggyu Lee
03 Jul 2014 09:12
Forum: Development around libVLC
Topic: multi-instance raw image callback, error with memory leakage
Replies: 2
Views: 870

multi-instance raw image callback, error with memory leakage

I'm using libvlc.dll(2.1.3 windows install version binary) for getting raw image buffer from rtsp video source. It's seems good when I use only one instance for one rtsp video source. But I need to get 20 video data simultaneously (with one application). When I try do this, there is memory leakage w...

Go to advanced search