Hi, I’m developing a command line app that uses libvlc to play some stream on the background for a couple of seconds and then stores info about stability and quality of the stream, since I don’t need any GuI I want to run the app on a Debian headless server, is it possible to install just the lib to...
Hi, I'm playing an url using the libVLC in a C++ application I'm using to test the quality of the video, whenever I start the playback with: auto vlc_instance = VLC::Instance(0, nullptr); auto media = VLC::Media(vlc_instance, url, VLC::Media::FromLocation); auto mp = VLC::MediaPlayer(media); mp.play...
Hi, I'm trying to experiment a bit with LibVLC on my Mac, I would like to develop a small utility that then will be deployed on Linux... Basically I've created a C++ project with Xcode and then imported libvlcpp correctly, the problem is that when I build the app I get this error: ExampleVLC/vlcpp/c...
Tonight, there are significant changes to the VLC-iOS and VLC-TV build systems. Starting today, you no longer need to run the error-prone compilation script!
[info] building universal static libs for OS style iPhone
./buildMobileVLCKit.sh: line 44: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneOS: No such file or directory
I would want to run in the Simulator the version 2.7.7 of VLC, but it when I try to run the compileVLCforiOS.sh I get several errors that are related to folders not found MediaLibraryKit. x harfbuzz-1.0.6/test/shaping/fonts/sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf x harfbuzz-1.0.6/test/a...
Downloaded the version 2.7.0, this compilation result : libxml2-2.9.3.tar.gz: OK touch .sum-libxml2 curl -f -L -- "http://live555.com/liveMedia/public/live.2015.11.09.tar.gz" > "../../contrib/tarballs/live.2015.11.09.tar.gz" % Total % Received % Xferd Average Speed Time Time Time...
Hi, I would want to make some changes to the VLC for IOS application, I've tried compiling the project with : ./compileVLCforiOS.sh but after some successful compilations I get the following error : ~/AleData/Develop/Projects/VLC/VLC-iOS/ImportedSources/VLCKit/MobileVLCKit/ImportedSources/vlc/extras...