Problem with build VLC for iOS

iOS, iPad, iPhone, tvOS specific usage questions
Stowyn
New Cone
New Cone
Posts: 4
Joined: 11 Mar 2016 14:13

Problem with build VLC for iOS

Postby Stowyn » 12 Mar 2016 23:24

Have a problem with building VLC for iOS.

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
UPD:
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)
3. Rebuild

Anyone can help with point #3?

roberto.buratti
New Cone
New Cone
Posts: 1
Joined: 14 Mar 2016 10:04

Re: Problem with build VLC for iOS

Postby roberto.buratti » 14 Mar 2016 10:12

Still having the same problem...

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
I tried both using live.2015.12.22.tar.gz and manually downloading live.2016.02.22.tar.gz from another site.

Any further suggestion?
Thx

Stowyn
New Cone
New Cone
Posts: 4
Joined: 11 Mar 2016 14:13

Re: Problem with build VLC for iOS

Postby Stowyn » 15 Mar 2016 12:15

UPD#2:
How can I use a patch from the link for VLC iOS?
https://code.videolan.org/videolan/VLCK ... o-in.patch

ssbmaccom
Cone that earned his stripes
Cone that earned his stripes
Posts: 184
Joined: 26 Nov 2015 15:21
Operating System: Mac OS, iOS, tvOS

Re: Problem with build VLC for iOS

Postby ssbmaccom » 20 Mar 2016 08:24

Just manually adding a newer live555 version is not sufficient. You also need to update the hash file of it.
I posted an how-to towards the mailing list, but no-one did change the appropriate file. Maybe I find a way to finally prepare a pull request according to the required standards, so this gets fixed in the git repository.

Ah, I already got a diff... I will send this to the mailing list as well, even I think I already did this.

Code: Select all

diff --git a/contrib/src/live555/SHA512SUMS b/contrib/src/live555/SHA512SUMS index 17a7140..b2bda68 100644 --- a/contrib/src/live555/SHA512SUMS +++ b/contrib/src/live555/SHA512SUMS @@ -1 +1 @@ -4c96f81a4c9379f7d1e2d63fa8db75bad6fba914862f538a4cb283ce7d7594f450682276ac684aa74b612d646eb05c0729eae48e00709f71215acb706c8a653f live.2015.11.09.tar.gz +813a38d3d2068658e377d8b4ad4431d34bce1126ec590ef5a65c4add44605ca0316397edb407d78be63ebd0e40fac149aec8f992e0ef721d95ba9c6fe2638ddd live.2016.02.22.tar.gz diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak index d5ba535..6a6b10a 100644 --- a/contrib/src/live555/rules.mak +++ b/contrib/src/live555/rules.mak @@ -1,6 +1,6 @@ # live555 -LIVE555_FILE := live.2015.11.09.tar.gz +LIVE555_FILE := live.2016.02.22.tar.gz LIVEDOTCOM_URL := http://live555.com/liveMedia/public/$(LIVE555_FILE) #LIVEDOTCOM_URL := $(CONTRIB_VIDEOLAN)/live555/$(LIVE555_FILE)


Return to “VLC for iOS, iPadOS and Apple TV”

Who is online

Users browsing this forum: No registered users and 62 guests