Search found 4 matches

Go to advanced search

by sr99622
23 Jul 2018 22:07
Forum: Development around libVLC
Topic: Recording not saving video, only audio (SOMETIMES)
Replies: 7
Views: 2086

Re: Recording not saving video, only audio (SOMETIMES)

I have been experiencing this problem in the vlc app as well when recording from camera. For now the only workaround I have found is to disable audio on the camera stream and then I can get the video only to record. It would be nice if there was a way to get both audio and video when recording from ...
by sr99622
26 Jun 2018 21:58
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4170

Re: Cross compile for --host=x86_64-w64-mingw32

If you've landed on this thread looking for instructions on how to cross compile for windows 64 bit from debian, here is your cheat sheet. sudo apt-get install docker-ce docker pull registry.videolan.org:5000/vlc-debian-win32 cd ~ mkdir win64 docker run -v ~/win64:/win64 -i -t registry.videolan.org:...
by sr99622
02 Apr 2018 20:57
Forum: Development around libVLC
Topic: win32 compile error!!! 5 days....
Replies: 4
Views: 708

Re: win32 compile error!!! 5 days....

This error seems to come from some sort of Microsoft C++ compiler change made a couple years ago. If I remember correctly it springs up if you try to use the prebuilt contrib libraries. You may be able to overcome the error by following the manual build instructions for contrib. Basically after boot...
by sr99622
29 Mar 2018 00:43
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4170

Cross compile for --host=x86_64-w64-mingw32

If somebody has seen this before, maybe you could point me the right direction cross compiling VLC for window 64 bit from debian. I have been successful at 32 bit (i686-w64-mingw32) but when I attempt windows 64 bit cross compile I keep getting the same error stream /usr/lib/gcc/x86_64-w64-mingw32/7...

Go to advanced search