Search found 14 matches

Go to advanced search

by lintw
16 Aug 2021 07:51
Forum: VLC for iOS, iPadOS and Apple TV
Topic: TLS1.3 is it supported?
Replies: 1
Views: 1634

TLS1.3 is it supported?

Can't play tls1.3 link, does anyone know how to solve it?
by lintw
15 May 2020 13:03
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Embedded subtitle can not work
Replies: 0
Views: 214

Embedded subtitle can not work

When I pull to commit id 1447ac941b1fea318ac357d9706ba34edb0316c4 on git https://code.videolan.org/videolan/VLCKit.git, [branch 3.0], [Tag 3.3.10], build MobileVLCKit.framework manually. Video embedded subtitle cannot work. But embedded subtitle is work on VLC iOS release version 3.2.8. Is the commi...
by lintw
20 Sep 2019 12:13
Forum: VLC for iOS, iPadOS and Apple TV
Topic: 3.2.0 URL scheme not supported!
Replies: 1
Views: 322

3.2.0 URL scheme not supported!

before i can use vlc://[link] to play video from vlc app,
but 3.2.0 it's not work!

Is there any way to work with url scheme?
Thanks
by lintw
12 Dec 2017 03:44
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit for iOS Compiled Error
Replies: 2
Views: 392

MobileVLCKit for iOS Compiled Error

source code: https://code.videolan.org/videolan/VLCKit.git Xcode version: xcode 9.2 OSX version 10.13.2 compile command: sh -x compileDebugLibraries.sh -v + set -e + BUILD_DEVICE=yes + BUILD_SIMULATOR=yes + BUILD_STATIC_FRAMEWORK=no ++ xcrun --sdk iphoneos --show-sdk-version + SDK_VERSION=11.2 + SDK...
by lintw
25 Nov 2017 00:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS 2.8.5 build fail
Replies: 3
Views: 621

Re: VLC for iOS 2.8.5 build fail

hi dfuhrmann,
i can compiler vlc-ios-2.8.5 (download from: http://get.videolan.org/vlc-iOS/2.8.5/v ... 8.5.tar.gz), but failed!
and i found TESTEDVLCKITHASH (compileDebugLibraries.sh defined ) is incorrect

TESTEDVLCKITHASH=a0bf5544 => commit date is May 10, 2016 at 3:41 PM
by lintw
22 Nov 2017 07:20
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for iOS 2.8.5 build fail
Replies: 3
Views: 621

VLC for iOS 2.8.5 build fail

source code: http://get.videolan.org/vlc-iOS/2.8.5/vlc-ios-2.8.5.tar.gz Xcode version: xcode9.1 on OSX version 10.13.1 compile command: sh -x compileDebugLibraries.sh [...] The following build commands failed: make: Nothing to be done for `fetch'. autoreconf: Entering directory `.' autoreconf: confi...
by lintw
15 Sep 2017 11:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: vlc for iOS 2.8.0 playback 360 content
Replies: 0
Views: 257

vlc for iOS 2.8.0 playback 360 content

hi all,
Starting from iOS 2.8.0, vlc support vr(360) content, Is there any way to disable vr support?
Thanks
by lintw
11 Sep 2017 16:27
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Where is vlc for ios 2.8.1 source code
Replies: 1
Views: 328

Where is vlc for ios 2.8.1 source code

The VLC web page is not updated(https://www.videolan.org/vlc/download-ios.html),
where can I find the source code for the last release 2.8.1?

Thanks
by lintw
28 Jan 2016 17:38
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to enable videotoolbox?
Replies: 1
Views: 973

how to enable videotoolbox?

Using xcode7.2 iPhone 6s/iOS 9.2 on OS X Yosemite 10.10.5 src used downloaded from git (https://code.videolan.org/videolan/VLCKit.git) how to enable videotoolbox? (turn on h.264 hardware acceleration) i've already remove videotoolbox and cvpx_i420 from build.sh ([source code path]/MobileVLCKit/Impor...
by lintw
24 Jan 2016 22:15
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to disable dts audio
Replies: 4
Views: 1207

Re: how to disable dts audio

any one can help me?
how can i disable dts audio in libavcodec? which file(function) should be modified?
i need more info please!!!
Thanks
by lintw
21 Jan 2016 16:11
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to disable dts audio
Replies: 4
Views: 1207

Re: how to disable dts audio

hi Felix,
[architectures]/contribs/include/libavcodec/avcodec.h
===> update this file, and remove AV_CODEC_ID_DTS, (=> line: 391) right?

Thanks a lot!
by lintw
21 Jan 2016 16:06
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC-iOS-2.7.2 compile error
Replies: 2
Views: 556

Re: VLC-iOS-2.7.2 compile error

log: Analyzing dependencies Downloading dependencies Using AFNetworking (3.0.0-beta.1) Using CocoaHTTPServer (2.3) Using HockeySDK (3.6.4) Using InAppSettingsKit (2.2.2) Using MetaDataFetcherKit (0.2.0) Using NSData+Base64 (1.0.0) Using OBSlider (1.1.0) Using OROpenSubtitleDownloader (1.2.0) Using R...
by lintw
21 Jan 2016 05:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: how to disable dts audio
Replies: 4
Views: 1207

how to disable dts audio

Using xcode7.2 iphoneos9.2 on OS X Yosemite 10.10.5 src used downloaded from git (https://code.videolan.org/videolan/VLCKit.git) how to disable dts codec? i've already added --disable-dca to build.sh ([source code path]/MobileVLCKit/ImportedSources/vlc/extras/package/ios/build.sh) and use compile co...
by lintw
21 Jan 2016 05:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC-iOS-2.7.2 compile error
Replies: 2
Views: 556

VLC-iOS-2.7.2 compile error

Using xcode7.2 iphoneos9.2 on OS X Yosemite 10.10.5 src used downloaded from VLC website(http://download.videolan.org/videolan/vlc-iOS/) VLC for iOS 2.7.2 compile command: ./sh -x compileVLCforiOS.sh [...] The following build commands failed: CompileC [source code path]/Build/VLC\ for\ iOS/Build/Int...

Go to advanced search