Search found 12 matches

Go to advanced search

by aleroot
25 Jul 2024 23:04
Forum: Development around libVLC
Topic: Command line application that links libvlc on Debian headless
Replies: 1
Views: 1263

Command line application that links libvlc on Debian headless

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...
by aleroot
29 Jan 2022 16:21
Forum: Development around libVLC
Topic: Playing url stream - disable audio
Replies: 2
Views: 1366

Re: Playing url stream - disable audio

I've found there is:

Code: Select all

mp.setMute(true);
It is working.
Still I would like to understand the stream quality like resolution and bit rate ...
by aleroot
29 Jan 2022 15:36
Forum: Development around libVLC
Topic: Playing url stream - disable audio
Replies: 2
Views: 1366

Playing url stream - disable audio

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...
by aleroot
16 May 2021 12:05
Forum: Development around libVLC
Topic: Using libvlcpp on Mac with Xcode
Replies: 3
Views: 2617

Re: Using libvlcpp on Mac with Xcode

I've tried to download that package, but there is no vlc.h include header file in that archive...

Anybody knows where I can find it ?

Thanks.
by aleroot
07 Feb 2021 20:52
Forum: Development around libVLC
Topic: Using libvlcpp on Mac with Xcode
Replies: 3
Views: 2617

Using libvlcpp on Mac with Xcode

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...
by aleroot
20 Feb 2018 16:16
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Does the 3.0.0 support chromecast
Replies: 4
Views: 811

Re: Does the 3.0.0 support chromecast

Why? I thought that the version 3 should have brought support to the VLC app on iOS. Is that a planned update ? When ?
by aleroot
22 Jul 2016 08:53
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found
Replies: 5
Views: 1180

Re: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found

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!

Pull the latest changes and give pod install
by aleroot
13 May 2016 11:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found
Replies: 5
Views: 1180

Re: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found

The error message is :

Code: Select all

[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
by aleroot
12 May 2016 21:58
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found
Replies: 5
Views: 1180

VLC for iOS 2.7.7 compileVLCforiOS.sh error folder not found

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...
by aleroot
27 Dec 2015 20:38
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Unable to build VLC IOS with : ./compileVLCforiOS.sh
Replies: 4
Views: 1139

Re: Unable to build VLC IOS with : ./compileVLCforiOS.sh

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...
by aleroot
23 Dec 2015 12:14
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Unable to build VLC IOS with : ./compileVLCforiOS.sh
Replies: 4
Views: 1139

Re: Unable to build VLC IOS with : ./compileVLCforiOS.sh

I can't find any new version on the download page reported in my previous post. Is there some git repository where I can clone the source code base ?

Thanks.
by aleroot
22 Dec 2015 18:59
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Unable to build VLC IOS with : ./compileVLCforiOS.sh
Replies: 4
Views: 1139

Unable to build VLC IOS with : ./compileVLCforiOS.sh

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...

Go to advanced search