Search found 20 matches

Go to advanced search

by user456
12 Jan 2022 22:03
Forum: Development around libVLC
Topic: VLC Android subtitles cause video to stutter/ drop frames
Replies: 87
Views: 132904

Re: VLC Android subtitles cause video to stutter/ drop frames

And yeah, it's not hardware issue of devices. It works perfect on MX Player
by user456
12 Jan 2022 21:51
Forum: Development around libVLC
Topic: VLC Android subtitles cause video to stutter/ drop frames
Replies: 87
Views: 132904

Re: VLC Android subtitles cause video to stutter/ drop frames

OMG. When is it going to be fixed? So old thread and issue and still was not fixed. Video freezes all the time a new subtitles appear on the screen. Samsung S10 and also Xiaomi Android TV. Any device I use has this problem. Same videos with soft subtitles work great on MX Player, no issue with luggi...
by user456
19 Nov 2021 21:31
Forum: VLC for Android and Chrome OS
Topic: VLC on Android Phone, Local Network, No thumbnails for video
Replies: 4
Views: 5133

Re: VLC on Android Phone, Local Network, No thumbnails for video

actually it showed one thumbnail but that's all, on Windows for this SMB server every videos have thumbnails
by user456
19 Nov 2021 21:30
Forum: VLC for Android and Chrome OS
Topic: VLC on Android Phone, Local Network, No thumbnails for video
Replies: 4
Views: 5133

Re: VLC on Android Phone, Local Network, No thumbnails for video

This is indeed a limitation of the app. To get a thumbnail, the file has to be indexed (VLC determines the image at this time) and for now it's not possible to index network files. The good news is it will probably be added in the next version (3.4). 3.4.2 still not available - https://code.videola...
by user456
04 Nov 2018 14:35
Forum: Development around libVLC
Topic: libVLC lua plugins license, like YouTube support (commercial use)
Replies: 2
Views: 484

Re: libVLC lua plugins license, like YouTube support (commercial use)

Mb then implement dynamic lua files connection For example user installs closed-source app, then he finds in this app option to open something like file manager and look for .lua files on his phone's sdcard (storage) and dynamically use them for playing YouTube and so on ArrayList<String> options = ...
by user456
05 Oct 2018 23:42
Forum: Development around libVLC
Topic: libVLC lua plugins license, like YouTube support (commercial use)
Replies: 2
Views: 484

libVLC lua plugins license, like YouTube support (commercial use)

https://github.com/videolan/vlc/blob/ma ... outube.lua

LibVLC can play YouTube if you have lua script for this. Are such scripts can be used in closed-source app?
by user456
23 Mar 2018 19:44
Forum: Development around libVLC
Topic: Errors when seeking though the video
Replies: 1
Views: 3073

Re: Errors when seeking though the video

seems official VLC Android Player also have it, those log errors aren't that scary, but other things more scary: here new errors i got and they lead to video playback end libvlc decoder: Decoder is draining libvlc decoder: buffer deadlock prevented a similar issue: https://code.videolan.org/videolan...
by user456
22 Mar 2018 07:36
Forum: Development around libVLC
Topic: Errors when seeking though the video
Replies: 1
Views: 3073

Errors when seeking though the video

I get next errors when seeking though the video on Android using LibVLC 03-22 08:30:21.378 15717-16515/com.domain.player E/NdkMediaCodec: sf error code: -38 03-22 08:30:27.158 15717-16515/com.domain.player E/NdkMediaCodec: sf error code: -38 03-22 08:30:27.531 15717-16515/com.domain.player E/VLC: [0...
by user456
25 Feb 2018 19:07
Forum: Development around libVLC
Topic: How do I know if subtitles (text track) are external or part of video container file?
Replies: 1
Views: 199

How do I know if subtitles (text track) are external or part of video container file?

When using libVLC for Android how do I know if subtitles (text track) are external (.srt, ass) or part of video container file (text track inside .mkv)? https://code.videolan.org/videolan/libvlc-android-samples https://code.videolan.org/videolan/vlc-android // MediaPlayer.getSpuTracks() - Get the li...
by user456
20 Dec 2017 20:57
Forum: Development around libVLC
Topic: How subtitles are drawn in VLC Android? Can I get strings?
Replies: 3
Views: 332

Re: How subtitles are drawn in VLC Android? Can I get strings?

mb do I need to clarify more what I want? (if it's not understandable) or VLC it's all about C language, and I would have to rewrite some code in C and then use jni to get it in java? for example subtitles in open-source ExoPlayer (not that big project as VLC and only for Android) are written in jav...
by user456
17 Dec 2017 14:43
Forum: Development around libVLC
Topic: How subtitles are drawn in VLC Android? Can I get strings?
Replies: 3
Views: 332

How subtitles are drawn in VLC Android? Can I get strings?

https://code.videolan.org/videolan/vlc-android
How subtitles are drawn in VLC Android? Can I get strings in java?
Does it use some native draw methods or java (like static layout), can I get somehow all text form current subtitles?
by user456
17 Dec 2017 11:31
Forum: Development around libVLC
Topic: Can I use AndroidCompile libVLC for closed-source Android App?
Replies: 1
Views: 254

Can I use AndroidCompile libVLC for closed-source Android App?

Can I use AndroidCompile libVLC for my closed-source Android apps and add it on Google Play?
by user456
17 Dec 2017 10:17
Forum: Development around libVLC
Topic: [Solved] Android build failed: touch .ffmpeg contribs: make failed
Replies: 6
Views: 1164

Re: Android build failed: touch .ffmpeg contribs: make failed

full log *** No ANDROID_ABI defined architecture: using ARMv7 VLC source found Configuring ABI: armeabi-v7a API: 9 PATH: /home/osboxes/vlc-android/toolchains/arm/bin:/home/osboxes/bin:/home/osboxes/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/s...
by user456
17 Dec 2017 00:59
Forum: Development around libVLC
Topic: [Solved] Android build failed: touch .ffmpeg contribs: make failed
Replies: 6
Views: 1164

Re: Android build failed: touch .ffmpeg contribs: make failed

one more

Code: Select all

make: *** [.protobuf] Error 2 contribs: make failed
why does it happen to me?
by user456
17 Dec 2017 00:55
Forum: Development around libVLC
Topic: [Solved] Android build failed: touch .ffmpeg contribs: make failed
Replies: 6
Views: 1164

Re: Android build failed: touch .ffmpeg contribs: make failed

next try another failed

Code: Select all

touch .gnutls contribs: make failed
by user456
17 Dec 2017 00:50
Forum: Development around libVLC
Topic: [Solved] Android build failed: touch .ffmpeg contribs: make failed
Replies: 6
Views: 1164

[Solved] Android build failed: touch .ffmpeg contribs: make failed

Code: Select all

make[1]: Leaving directory `/home/osboxes/vlc-android/vlc/contrib/contrib-android-arm-linux-androideabi/ffmpeg' touch .ffmpeg contribs: make failed

Go to advanced search