Search found 28 matches

Go to advanced search

by ssaguiar
10 Nov 2017 18:40
Forum: Development around libVLC
Topic: Do LibVLC support closed caption?
Replies: 1
Views: 239

Do LibVLC support closed caption?

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?

Thanks
by ssaguiar
27 Jul 2017 14:52
Forum: Development around libVLC
Topic: VlcKit 3 can't play hls stream wich was working with VlcKit 2.2.2
Replies: 4
Views: 763

Re: VlcKit 3 can't play hls stream wich was working with VlcKit 2.2.2

Sorry, I don't.

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.

Sorry be boring

Thanks
by ssaguiar
21 Jul 2017 15:56
Forum: Development around libVLC
Topic: How to compile ver 2.2.2
Replies: 1
Views: 322

How to compile ver 2.2.2

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...
by ssaguiar
06 Jul 2017 15:38
Forum: Development around libVLC
Topic: VlcKit 3 can't play hls stream wich was working with VlcKit 2.2.2
Replies: 4
Views: 763

VlcKit 3 can't play hls stream wich was working with VlcKit 2.2.2

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...
by ssaguiar
30 Jun 2017 13:44
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VlcKit ver 3 doesn't play m3u8 streams
Replies: 1
Views: 582

Re: VlcKit ver 3 doesn't play m3u8 streams

Anybody can just give a clue?
by ssaguiar
26 Jun 2017 15:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VlcKit ver 3 doesn't play m3u8 streams
Replies: 1
Views: 582

VlcKit ver 3 doesn't play m3u8 streams

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...
by ssaguiar
06 Sep 2016 17:43
Forum: Development around libVLC
Topic: Can't compile libvlc
Replies: 10
Views: 2255

Re: Can't compile libvlc

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.
by ssaguiar
06 Sep 2016 16:01
Forum: Development around libVLC
Topic: Can't compile libvlc
Replies: 10
Views: 2255

Re: Can't compile libvlc

I have upgraded my ubuntu installation to ver 16 and got it compiled.
by ssaguiar
05 Sep 2016 16:16
Forum: Development around libVLC
Topic: Can't compile libvlc
Replies: 10
Views: 2255

Re: Can't compile libvlc

Libtool is installed.
It's version is: 2.4.2

in https://www.gnu.org/software/libtool/
latest version is 2.4.6
by ssaguiar
05 Sep 2016 16:06
Forum: Development around libVLC
Topic: Can't compile libvlc
Replies: 10
Views: 2255

Re: Can't compile libvlc

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...
by ssaguiar
05 Sep 2016 15:38
Forum: Development around libVLC
Topic: Can't compile libvlc
Replies: 10
Views: 2255

Re: Can't compile libvlc

Just in case:

I have tried what is recomended here and got the same errors (tried to compile the sample repository):

https://forum.videolan.org/viewtopic.php?f=32&t=133635
by ssaguiar
05 Sep 2016 14:27
Forum: Development around libVLC
Topic: Can't compile libvlc
Replies: 10
Views: 2255

Can't compile libvlc

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...
by ssaguiar
31 Aug 2016 15:44
Forum: VLC for Android and Chrome OS
Topic: Error while trying to compile vlc lib for Android
Replies: 3
Views: 502

Re: Error while trying to compile vlc lib for Android

Nobody has an answer?
Is this so hard to compile vlc for Android (and vlc lib)?
by ssaguiar
26 Aug 2016 15:57
Forum: VLC for Android and Chrome OS
Topic: Error while trying to compile vlc lib for Android
Replies: 3
Views: 502

Re: Error while trying to compile vlc lib for Android

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).
by ssaguiar
26 Aug 2016 15:20
Forum: VLC for Android and Chrome OS
Topic: Error while trying to compile vlc lib for Android
Replies: 3
Views: 502

Re: Error while trying to compile vlc lib for Android

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...
by ssaguiar
26 Aug 2016 14:08
Forum: VLC for Android and Chrome OS
Topic: Error while trying to compile vlc lib for Android
Replies: 3
Views: 502

Error while trying to compile vlc lib for Android

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...
by ssaguiar
07 Jul 2016 15:11
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCKit mediaPlayerStateChanged error in IOS - Swift
Replies: 1
Views: 2647

Re: VLCKit mediaPlayerStateChanged error in IOS - Swift

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...
by ssaguiar
06 Jul 2016 22:08
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCKit mediaPlayerStateChanged error in IOS - Swift
Replies: 1
Views: 2647

VLCKit mediaPlayerStateChanged error in IOS - Swift

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 { . . ....
by ssaguiar
21 Dec 2015 13:43
Forum: Development around libVLC
Topic: Error using the compiled vlclib
Replies: 1
Views: 1498

Error using the compiled vlclib

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...
by ssaguiar
29 Nov 2015 15:27
Forum: Development around libVLC
Topic: Android LibVlc - how to show subtitles and select audio tracks in m3u8 stream.
Replies: 2
Views: 2740

Re: Android LibVlc - how to show subtitles and select audio tracks in m3u8 stream.

Nobody?

Nor even the developper can answer this question?

The VLC lib project is a very good one but it lacks of good documentation and examples of implementation.

It's almost impossible to use it.
by ssaguiar
27 Nov 2015 01:30
Forum: Development around libVLC
Topic: Android LibVlc - how to show subtitles and select audio tracks in m3u8 stream.
Replies: 2
Views: 2740

Android LibVlc - how to show subtitles and select audio tracks in m3u8 stream.

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...
by ssaguiar
08 Aug 2009 02:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Can't make ver 1 work. How o downgrade?
Replies: 0
Views: 229

Can't make ver 1 work. How o downgrade?

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...
by ssaguiar
16 May 2009 17:54
Forum: VLC stream-output (sout)
Topic: Write to disk plus stream
Replies: 5
Views: 579

Re: Write to disk plus stream

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...
by ssaguiar
15 May 2009 23:45
Forum: VLC stream-output (sout)
Topic: Write to disk plus stream
Replies: 5
Views: 579

Re: Write to disk plus stream

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

Go to advanced search