Search found 12 matches

Go to advanced search

by KrisMar
03 Jun 2017 13:19
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Re: Multiple instances LibVLC Android

Ok.. So it seems this issue is a network or android issue. Instaces have to be started one after the other sender, receiver, sender, receiver.. if I do sender sender, receiver receiver, and it fails. same with the other way.. anyone knows why? I would understand it if this was a sip or telephone str...
by KrisMar
01 Jun 2017 22:13
Forum: VLC for Android and Chrome OS
Topic: LibVLC, two problems, muted and not initialized.
Replies: 2
Views: 341

Re: LibVLC, two problems, muted and not initialized.

Issue was VLC's audiotrack inability to work with several instances of audiotrack.

Problem is almost fixed in 3.0.0 Still a lot of pauseinternal problems.
by KrisMar
01 Jun 2017 18:08
Forum: VLC for Android and Chrome OS
Topic: Lenovo Yoga Book and T-Home Entertain
Replies: 3
Views: 2988

Re: Lenovo Yoga Book and T-Home Entertain

Hello!

I am experiencing same problems on a Lenovo B and Lenovo C2 Phone...
Can you see if your log is active and you get audiotrackthread pauseinternal somewhere?
by KrisMar
01 Jun 2017 12:58
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Re: Multiple instances LibVLC Android

I am still often getting this pauseInternal problem D/AudioTrackCenter: setTrackActive, trackId: 0x9fbd5080, active: 1 D/AudioTrack: AudioTrackThread::pauseInternal: ns = 9223372036854775807 This error/problem is without starting several threads too. I cant seem to figure out what is wrong. Tried ch...
by KrisMar
30 May 2017 10:07
Forum: Development around libVLC
Topic: libvlc disable features?
Replies: 2
Views: 334

Re: libvlc disable features?

I think you should check compile libvlc sh where you'll find --enable/disable-this-and-that,
I havent tried changing anything, but I bet thats what it's there for :)
by KrisMar
28 May 2017 20:51
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Re: Multiple instances LibVLC Android

And the answer was yes. it is the fixed version. :) nice work
by KrisMar
28 May 2017 14:22
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Re: Multiple instances LibVLC Android

Im building libvlc from git url provided in the androidcompile instructions now, but I suddenly thought of somethng, will that provide the latest build you have,
as in with the fix of multiple, or will I need to find the special git or zip for the 3.0.0 lib?
by KrisMar
28 May 2017 10:27
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Re: Multiple instances LibVLC Android

Sorry. I thought I had searched everywhere for an answer. Found a bug/feature request and it seems that this issue should have been fixed.
I saw Milestone said 3.0.0 is that the same as it's fixed in version 3+?
by KrisMar
27 May 2017 14:05
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Re: Multiple instances LibVLC Android

This is the code I use, and when the second player is initiated both tracks have a call to internal pause on androids native track or something. ArrayList<String> options = new ArrayList<>(); options.add("--file-caching=1500"); LibVLC mLibVLC = new LibVLC(getActivity().getApplicationContex...
by KrisMar
27 May 2017 12:45
Forum: Development around libVLC
Topic: Multiple instances LibVLC Android
Replies: 6
Views: 1310

Multiple instances LibVLC Android

Hello, I have tried to initiate several instances of VLC on android but seems to fail. And I have seen that it can play two tracks/streams at once in windows (though i havent tried) and I know there can be sort of unlimited number of instances on windows.. So I was wondering if there is anything tha...
by KrisMar
17 May 2017 13:44
Forum: VLC for Android and Chrome OS
Topic: LibVLC, two problems, muted and not initialized.
Replies: 2
Views: 341

Re: LibVLC, two problems, muted and not initialized.

Hmm. well. after playing around, starting them in other orders. The "next" part fails insted, as silently as the other. So it seems vlc and the android.net.rtp package takes conflict over who's using resources. Though I only use the record feature in the net.rtp package. I have issued this...
by KrisMar
15 May 2017 23:45
Forum: VLC for Android and Chrome OS
Topic: LibVLC, two problems, muted and not initialized.
Replies: 2
Views: 341

LibVLC, two problems, muted and not initialized.

Hello everyone! I have this app I am developing, it uses LibVLC 2.0.6 to play streams, and when I have an android AudioGroup active the VLC MediaPlayer does not initialize, or, I don't think so, as it just gives me -D/libc-netbsd: [getaddrinfo]: hostname=(null); servname=35662; netid=0; mark=0 - D/l...

Go to advanced search