I wish to know if there is, at present time, suport for closed caption in libvlc (vlcKit) for ios.
If so, where can I find some docs about it's implementation?
Did you mean to use the latest MacOs to compile MobileVlcKit? If so, I am using latest one.
If you mean the MobileVlcKit compiled with latest MacOs from your servers, let me know the address, if possible.
Hi to all I wish to know if somebody can give a clue on how to compile the version 2.2.2. I explain: this version is the one wich plays hls streams. The newer versions does't work. As it has AC3 support, I must remove it (I supose it's on ffmpeg). But, when I compile ver 2.2.2, the compiling gives e...
I am working in a app wich plays hsl streams (m3u8). I was using VlcKit 2.2.2 and it works, but as Apple will not aprouve as it have support for AC3. Because of that I am trying to make VlcKit 3 works. I downloaded the master from https://code.videolan.org/videolan/VLCKit and compiled it. I have add...
I am trying to play some m3u8 streams but the vlckit ver 3 doesn't play any of them. I explain: In my app, if I use the vlckit version 2.2.2, it plays the m3u8 streams, if live. It they are m3u8 streams of recorded stuff (cameras), it will lack memory untill the ios shuts the app down. Then I downlo...
At this time I have compiled the example in sample repository as sugested.
I will try, now, to ocmpile it using the full libvlc, as in https://code.videolan.org/videolan/vlc-android.git
Will try to compile ver 2.06.
Ok, as there is this problem with the source code. I have issued this command, in bash: $LIBTOOL=/usr/bin/libtool Now, it compiles sometime and gives another error (besides the errors that happens everytime there is a touch command in the compile script) When it gives the error after a touch command...
Dear friends: Hope I am publishing this question at the right place. I am trying to compile libvlc for Android but everytime I get some errors I can't solve. I tried in a machine with Ubuntu 14 and another with Ubuntu 15 I have followed all the instructions at https://wiki.videolan.org/AndroidCompil...
I removed all my vlc-android folder and cloned the github repository again.
In /vlc-android/vlc I edited configure.ac and added LT_INIT to the top of it.
Then I run 'aclocal' and 'autoconf'
I tried to compile again.
Now, the original errors are back (undefined macros).
I have removed libtool and installed it again, using the latest version. sudo apt-get purge libtool Download it from official website https://www.gnu.org/software/libtool/ tar -xzvf "name of the tar_file" ./configure && make sudo make install Now, I get these errors: autoreconf: ru...
I am experimenting problems to compile vlc lib for Android. I have follow evrything as stated at https://wiki.videolan.org/AndroidCompile/ I am using Ubuntu 15 The gettext has been updated to version (0.19.8.1) Can anybody gives me a clue on what do I need to do to compile it? Thanks a lot The error...
In reality, it seem that the states are being fired but the playing state (VLCMediaPlayerStatePlaying). I start to play the stream and get the bufferin state (VLCMediaPlayerStateBuffering). If I pause the player I get the pause state (VLCMediaPlayerStatePaused). After entering the pause, I get the p...
I wish to know if somebody can help in this problem. I am working in one app to play hls streams. The problem is that the mediaPlayerStateChanged event is fired but the event is allways 2. This is the code I am using: class AVideoPlayerViewController: UIViewController, VLCMediaPlayerDelegate { . . ....
I have compiled the vlc library, following the instructions here: https://wiki.videolan.org/AndroidCompile/#Can.27t_run_aapt_or_adb_on_Linux_64-bit I try to use the compiled version in the demo app (https://github.com/wass08/VLC-Simple-Player-Android), but it gives me allways error when I try to pla...
Hi to all. I hope you can help me because I just can't find an answer to this. I searched all around and it's very hard to find an example code about how to select audio channels and show subtitles in a internet stream (m3u8), using Android. At this moment, I can enumerate the number and names of th...
Hi to all. I am using Open Suse ver 11.1, and installed the latest version of vlc. I am facing a problem, where I can't open the video device /dev/video0 (I put /dev/video0 and the vlc start to play but nothing is shwown). I am able to open the device, using any other video aplication (ffmpeg, menco...
Ok, thank you very for your help. I wish to understand just one thing: the vlc uses it's own codecs or uses ffmpeg's codecs? Below, some data from the message log window. In this case, I am viewing the video in the preview window and tried to capture to a file using the mpv1 codec (without audio). I...
Hi, and thanks for your answers. I apologise for the late answer, but, trying to make vlc work, I messed up my linux and had to re-install it. Now, again, I am not being able to make it work, because vlc tell it can't find the codecs (mpeg, mp3, ...). I wish to know where I can find any help on how ...