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.
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...
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
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....
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...
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...
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...
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...
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.
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...
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...
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...
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 ...
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...
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...