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