After run compileVLCforiOS.sh have errors:
1. Error 404, when trying download live.2015.12.22.tar.gz
2. Cannot find files and directory: install-ios-iPhoneOS
How can I fix it?
Thanks in advance
Short log:
Code: Select all
touch .sum-libxml2
curl -f -L -- "http://live555.com/liveMedia/public/live.2015.12.22.tar.gz" > "../../contrib/tarballs/live.2015.12.22.tar.gz"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found
make: *** [../../contrib/tarballs/live.2015.12.22.tar.gz] Error 22
make: *** Deleting file `../../contrib/tarballs/live.2015.12.22.tar.gz'
[info] building universal static libs for OS style iPhone
./buildMobileVLCKit.sh: line 42: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneOS: No such file or directory
For fix need to change few line in rules.mak for actual link
1. Path of rules.mak: /ImportedSources/VLCKit/MobileVLCKit/ImportedSources/vlc/contrib/src/live555/
2. Replace actual name file: live.2016.02.22.tar.gz
Code: Select all
LIVE555_FILE := live.2015.12.22.tar.gz'
LIVEDOTCOM_URL := http://live555.com/liveMedia/public/$(LIVE555_FILE)
#LIVEDOTCOM_URL := $(CONTRIB_VIDEOLAN)/live555/$(LIVE555_FILE)
Anyone can help with point #3?