Search found 4 matches

Go to advanced search

by Needlerp
27 Sep 2020 19:40
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Streaming RTSPS stream using VLC
Replies: 0
Views: 6268

Streaming RTSPS stream using VLC

Google/Nest have now made their developer platform available, allowing oauth2 access to a live stream from authenticated cameras. However, the stream is rtsps. Is there any way to stream this format using VLC?
by Needlerp
09 Mar 2019 09:29
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVlcKit not build with bitcode
Replies: 2
Views: 511

Re: MobileVlcKit not build with bitcode

Did you ever find a solution to this? I'm having the same problem - no matter what I try I can't get my Xcode project to build, always getting the error about needing bitcode. I've tried manually compiling the framework including the -fb option but it still gives the same error.
by Needlerp
08 Mar 2019 17:19
Forum: Development around libVLC
Topic: Installing MobileVLCKit in an iOS project
Replies: 10
Views: 14564

Re: Installing MobileVLCKit in an iOS project

So I worked out that I needed to enable the command line in Xcode, and have managed to follow the instructions above and create MobileVLCKit.framework. However, I've copied this across to the Xcode project folder and when I build my project I still get the following error: ld: '/Users/PaulNeedler/Do...
by Needlerp
04 Mar 2019 09:20
Forum: Development around libVLC
Topic: Installing MobileVLCKit in an iOS project
Replies: 10
Views: 14564

Re: Installing MobileVLCKit in an iOS project

Be careful: - disabling Bitcode is only a partial solution.Works for now, but once Apple will discard Apps without Bitcode enabled also on iOS. To prepare VLCKit with Bitcode make sure to use -fb as option, when building VLCKit. - You should not use libstdc++, it may work but it has awful side effe...

Go to advanced search