Search found 18 matches

Go to advanced search

by ebr
02 Nov 2015 13:26
Forum: VLC for Android and Chrome OS
Topic: Audio update
Replies: 9
Views: 1091

Re: Audio update

I'm sorry, "Yes" we need to re-build our instance of LibVlc (which is from late August) or "Yes" it was already in Android before that date?
by ebr
31 Oct 2015 13:44
Forum: VLC for Android and Chrome OS
Topic: Audio update
Replies: 9
Views: 1091

Re: Audio update

It's already on Android.
Meaning it was before the changes were done to the core?

Can you tell me when these changes went into Android? I just need to know if we need to re-build our LibVlc instance (which currently does not pass-thru DTS). Thanks.
by ebr
26 Oct 2015 15:20
Forum: VLC for Android and Chrome OS
Topic: Audio update
Replies: 9
Views: 1091

Re: Audio update

Anyone?

Did the recent commit of "Update LibVlc" perhaps include this?
by ebr
07 Oct 2015 03:56
Forum: VLC for Android and Chrome OS
Topic: Audio update
Replies: 9
Views: 1091

Audio update

Re: https://github.com/videolan/vlc/blob/master/NEWS

Specifically this:
Audio output:
* Complete rewrite of the AudioTrack Android module. This is now the default.
It now supports HDMI/SPDIF passthrough for AC3, 5.1/7.1 and float output.
Will this be making its way into the Android port?
by ebr
12 Sep 2015 22:32
Forum: VLC for Android and Chrome OS
Topic: Cannot display subtitles with LibVlc
Replies: 7
Views: 517

Re: Cannot display subtitles with LibVlc

Okay, if anyone else runs into this same issue - the problem was on our end. The way LibVlc identifies the subtitle tracks changed slightly from the version we were using before so we had to change how we were calling the routine to set the sub track to be sure we mapped the proper track to the prop...
by ebr
11 Sep 2015 19:43
Forum: VLC for Android and Chrome OS
Topic: Cannot display subtitles with LibVlc
Replies: 7
Views: 517

Re: Cannot display subtitles with LibVlc

You need to update, this is fixed @ newer version
Which issue? My original one of the blending error? Thanks.
by ebr
03 Sep 2015 13:59
Forum: VLC for Android and Chrome OS
Topic: Cannot display subtitles with LibVlc
Replies: 7
Views: 517

Re: Cannot display subtitles with LibVlc

The version we were using previously was from early this Spring and was before the last round of major changes. Many of the interfaces have changed since then so backing up that far probably wouldn't be good for you.
by ebr
31 Aug 2015 23:54
Forum: VLC for Android and Chrome OS
Topic: Seek during playback for HLS
Replies: 7
Views: 825

Re: Seek during playback for HLS

Very interested in the outcome of this one as we are having the same issue in our app using LibVlc compiled on Aug 20.
by ebr
31 Aug 2015 20:04
Forum: VLC for Android and Chrome OS
Topic: Cannot display subtitles with LibVlc
Replies: 7
Views: 517

Cannot display subtitles with LibVlc

We are using LibVlc in our own application and have compiled from recent source in the official repo. Everything is pretty much working except subtitles which generate the following errors when they attempt to render: D/VLC﹕ [b9486f08] core blend: looking for video blending module matching "any...
by ebr
13 Aug 2015 18:22
Forum: VLC for Android and Chrome OS
Topic: Compile vlc for android
Replies: 11
Views: 1637

Re: Compile vlc for android

I do not have a Linux environment only Android Studio on Windows (I know, I know...).

Would someone be willing to provide a compiled jar for LibVlc 1.5.x...?
by ebr
13 Aug 2015 18:05
Forum: VLC for Android and Chrome OS
Topic: LibVLC.java API Problem
Replies: 2
Views: 392

Re: LibVLC.java API Problem

I believe all you need to do now is construct a LibVlc instance like so:

mLibVlc = new LibVLC();

Please let me know if that gets you moving.
by ebr
16 Jul 2015 22:20
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

Thanks very much.
by ebr
16 Jul 2015 18:56
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

Okay. Is there a repo with the official source?
by ebr
16 Jul 2015 13:53
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

Can you please explain what you mean? Looking at the source here:

https://github.com/simonlinj/vlc-androi ... tance.java

All of those options are set when the libVlc instance is created.
by ebr
11 Jul 2015 18:24
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

For anyone else that has this issue, I solved it - at least for my case. It turned out to be an order of operations problem. I was calling init() on my LibVlc instance before I had set options like hardware acceleration, etc. Setting these options first and then calling the init solved the problem.
by ebr
09 Jul 2015 21:37
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

Okay, so what could be some of those reasons?

Have I not initialized something properly?

Can you give me any pointers for where to look in my logic flow?

Thanks for your help.
by ebr
09 Jul 2015 17:31
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

As further information - the first fishy thing I see in the log is this warning: W/VLC﹕ [5d1e0d0c] core video output: Not enough display buffers in the pool, requested 3 got 1 Next is: E/VLC﹕ [5d0ade94] core vout display: Failed to change zoom And then it starts producing these: W/VLC﹕ [5d26acbc] yu...
by ebr
08 Jul 2015 17:14
Forum: Development around libVLC
Topic: libVLC on Android: can't see video.
Replies: 13
Views: 2546

Re: libVLC on Android: can't see video.

Was there ever a resolution to this actual issue (the video not showing)?

I'm getting the same error trying to integrate libVLC into an Android app. Thx.

Go to advanced search