Search found 87 matches

Go to advanced search

by tguillem
27 Sep 2017 12:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Deconding on TS stream failed
Replies: 10
Views: 2119

Re: Deconding on TS stream failed

The issue was fixed yesterday. It will now automatically fallback to software decoder now.

To disable hardware decoding, you can add the following option: ":codec=avcodec,none"
by tguillem
27 Sep 2017 11:45
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Deconding on TS stream failed
Replies: 10
Views: 2119

Re: Deconding on TS stream failed

Hello danyial,

Thanks for the sample, I'll try to fix the issue.

In the meantime, you can disable videotoolbox, by disabling "Hardware Decoding" in vlc for ios settings.
by tguillem
11 Jul 2017 11:02
Forum: Development around libVLC
Topic: LibVlc Lag on video Playback
Replies: 10
Views: 2449

Re: LibVlc Lag on video Playback

Hello! --network-caching=400 --file-caching=400 --live-caching=400 --disc-caching=400 --sout-mux-caching=400 Could you replace 400 by 3000 ? Mediacodec, the hw decoder needs a long input cache. If it's still not working, could you try without any LibVLC options ? If it's still not better, could you ...
by tguillem
06 Jul 2016 10:25
Forum: VLC for Android and Chrome OS
Topic: cannot read smb share
Replies: 8
Views: 1022

Re: cannot read smb share

OK, I found the issue, this was due to the "smb ports = 139" option.
This will be fixed in a next release.

Thanks for the bug report.
by tguillem
04 Jul 2016 08:43
Forum: VLC for Android and Chrome OS
Topic: cannot read smb share
Replies: 8
Views: 1022

Re: cannot read smb share

What is your samba version ?
I'll try to reproduce this issue with the same kind of config file during the week.
by tguillem
28 Jun 2016 09:36
Forum: Development around libVLC
Topic: android MediaPlayerBuffering how to?
Replies: 2
Views: 1248

Re: android MediaPlayerBuffering how to?

Here is a sample:

Code: Select all

case MediaPlayer.Event.Buffering: float percent = event.getBuffering(); /* from 0.0f to 100f */ .... break;
Note that getBuffering() method was added recently (maybe 1 or 2 months ago), so you have to up date vlc-android git
by tguillem
21 Jun 2016 11:35
Forum: VLC for Android and Chrome OS
Topic: SFTP connections are not persistent during session
Replies: 3
Views: 467

Re: SFTP connections are not persistent during session

Yes, for now, VLC is not keeping sessions when browsing.

We don't know when this problem will be fixed.
by tguillem
03 Nov 2015 11:04
Forum: VLC for Android and Chrome OS
Topic: VLC 1.6.0 stream playback bad - please fix
Replies: 16
Views: 2984

Re: VLC 1.6.0 stream playback bad - please fix

Ahhh, you said you tested 1.6.1. Could you try with the very last version of VLC , there may be a fix for your issue.
See nightlies here http://nightlies.videolan.org/build/and ... -ARMv7.apk
by tguillem
02 Nov 2015 12:13
Forum: VLC for Android and Chrome OS
Topic: VLC 1.6.0 stream playback bad - please fix
Replies: 16
Views: 2984

Re: VLC 1.6.0 stream playback bad - please fix

Could you provide a dump (.ts) of the udp stream you fail to play ?
by tguillem
02 Nov 2015 12:00
Forum: VLC for Android and Chrome OS
Topic: VLC Video Playback from m3u
Replies: 1
Views: 290

Re: VLC Video Playback from m3u

Using the last android release, I'm able to play the video from the url "http://s1.atv-stream.de:8180/db0tgm.ogv".

Could you test with the last release (1.6.90) ? If it still doesn't work, could share the logs ?
by tguillem
02 Nov 2015 11:41
Forum: VLC for Android and Chrome OS
Topic: Metadata for online radio is missing after 1.6.3 update
Replies: 9
Views: 1588

Re: Metadata for online radio is missing after 1.6.3 update

Thanks for your bug report.

I just fixed it: https://git.videolan.org/gitweb.cgi/vlc ... 00ab6af530

The fix will be available on the next VLC android release.
by tguillem
04 May 2015 16:41
Forum: VLC for Android and Chrome OS
Topic: [SOLVED]DetachCurrentThread not called
Replies: 3
Views: 339

Re: DetachCurrentThread not called

Hello,

This warning is normal, we use a pthread_key_create destructor to detach the Java thread, and there is no way to hide this warning.

Thanks for reporting it anyway.

Go to advanced search