Search found 20 matches

Go to advanced search

by obia
03 Jul 2016 20:35
Forum: VLC for Android and Chrome OS
Topic: Sending position with Intent
Replies: 7
Views: 584

Re: Sending position with Intent

Ok, so can I post a bug somewhere or what happens now? Really would like to have this fix since this issue has been there for at least one and a half year now.
by obia
30 Jun 2016 14:39
Forum: VLC for Android and Chrome OS
Topic: Sending position with Intent
Replies: 7
Views: 584

Re: Sending position with Intent

Thanks for answering guys! @Dekans: Got the 2.0.2 Beta update and now the position parameter is working, super! @Jean-Baptiste Kempf: Unfortunately no. I first get a popup that warns me about "Insecure site". I click "View certificate" and then "Accept permanently". Aft...
by obia
29 Jun 2016 14:19
Forum: VLC for Android and Chrome OS
Topic: Sending position with Intent
Replies: 7
Views: 584

Re: Sending position with Intent

That's awesome, thanks! Looking forward to the update.
Now if I only could ignore SSL errors when connecting to webdav shares that has self-signed/user certificates... well, you can't have it all :)
by obia
27 Jun 2016 10:35
Forum: VLC for Android and Chrome OS
Topic: Sending position with Intent
Replies: 7
Views: 584

Sending position with Intent

Hi! I'm using the following code to start VLC with an Intent: Intent i = new Intent(Intent.ACTION_VIEW); i.setComponent(new ComponentName("org.videolan.vlc", "org.videolan.vlc.gui.video.VideoPlayerActivity")); i.setData(Uri.parse("http://mynetwork/share/movie.mp4")); i....
by obia
19 Jan 2016 16:59
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

Strange, I downloaded add linked to this library but still get the error when I'm archiving: bitcode bundle could not be generated because '/xxx/xxx/libTVVLCKit.a(VLCMedia.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install b...
by obia
14 Jan 2016 22:46
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCKit-3.0.0 build error with ios
Replies: 15
Views: 4565

Re: VLCKit-3.0.0 build error with ios

Well, as you can see the http://live555.com/liveMedia/public/live.2015.11.09.tar.gz url is not working. The quick workaround is to google for the file and download it to the correct folder. You will notice that this will be the same for two more files later in the process. After fixing the files man...
by obia
05 Nov 2015 19:23
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

Finally got it archived with bitcode enabled! I post this info because it could be helpful for others. I looked into the build scripts and found that the correct flag is indeed set, "-fembed-bitcode". No reason to patch or modify anything. Then I found this post: https://forum.videolan.org...
by obia
04 Nov 2015 20:40
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

@matrog: tried with your libTVVLCkit.a file but get the same error:

"libTVVLCKit.a(VLCMedia.o)' was built without full bitcode."

Do you get the same result when you do an Archive?
by obia
04 Nov 2015 13:23
Forum: VLC for Android and Chrome OS
Topic: HTTPS stream with self signed CA cert
Replies: 6
Views: 1014

Re: HTTPS stream with self signed CA cert

@edwardw: sorry for this late reply :) could you please share some more information about this. What flag and where to add it?
by obia
04 Nov 2015 09:32
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

@matrog: if it's with bitcode enabled then please share :)
by obia
03 Nov 2015 16:32
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit compiling failed, please help
Replies: 4
Views: 987

Re: MobileVLCKit compiling failed, please help

Same for me. Did work a week ago.
by obia
03 Nov 2015 11:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

The problem is that there is no bitcode options when selecting TVVLCKit:

Image

When checking the other targets they already have bitcode enabled.
by obia
02 Nov 2015 20:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

Sorry to hijack this thread again.. @magrot: VLC is working fine in both the simulator and on the device itself. However, when I try to archive I get the following error: ld: bitcode bundle could not be generated because '/Users/tobias/Dropbox/Dev/fireflixtv/fireflixtv/libTVVLCKit.a(VLCMedia.o)' was...
by obia
25 Oct 2015 23:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

Thanks once again, it's now building wihout errors. As for the viewcontroller I'll start with the IOS version and work my way through to a more TV-like experience.
by obia
25 Oct 2015 14:19
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

matrog: thanks for the steps, you're a saver !! I've now managed to include the .a and header files into my project. Do you have a good example of a Player-videocontroller for TVOS? I'm using an old one made for IOS but needed to remove a lot of stuff that is not available on TVOS (UIActionSheets, U...
by obia
25 Oct 2015 07:36
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10066

Re: tvos compilation problem

I'm trying to add a VLC player to my TVOS app and for this I'm trying to create a static library of TVVLCKit. This thread is the closest I've found to documentation on how to do this so I really hope that someone here can guide me. This is what I've done so far: 1. Downloaded https://code.videolan.o...
by obia
23 Mar 2015 10:48
Forum: VLC for Android and Chrome OS
Topic: HTTPS stream with self signed CA cert
Replies: 6
Views: 1014

Re: HTTPS stream with self signed CA cert

Thanks for answering! As I suspected then. Any ETA on this? It would be nice to allow "user" certs in VLC. Perhaps also the option to ignore ssl errors completely? If I remove the CA root cert and instead generate a self signed certificate directly on the nas, which I then import to the Ne...
by obia
22 Mar 2015 20:12
Forum: VLC for Android and Chrome OS
Topic: HTTPS stream with self signed CA cert
Replies: 6
Views: 1014

HTTPS stream with self signed CA cert

I'm a bit lost now and hope to get some help here. I want to stream video from my Synology nas to the vlc app. I want to be my own Certificate Authority. This is what I've done: 1. Created my own root CA certificate 2. Successfully installed root CA cert on my Nexus 5 3. Created CSR on Synology nas ...
by obia
15 Apr 2014 13:16
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Adding livmobilevlc to existing project
Replies: 3
Views: 592

Re: Adding livmobilevlc to existing project

Thanks for the answers! I found the other missing libraries mentioned after some time and that got me a bit further. What finally solved it for me was to remove the "loadAll" flag under Other linker flags. With this flag I got "duplicate symbol" errors all over libmobilevlc so re...
by obia
14 Apr 2014 09:47
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Adding livmobilevlc to existing project
Replies: 3
Views: 592

Adding livmobilevlc to existing project

I want to add a vlc player to my existing ios project (basically like the drop-in player example) but I'm having some troubles. This is what I've done: 1. Cloned latest from git 2. Compiled both for simulator and device, successfully 3. Created fat library with lipo, successfully 4. Tested the inclu...

Go to advanced search