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
Code: Select all
-D/libc-netbsd: [getaddrinfo]: hostname=(null); servname=35662; netid=0; mark=0
- D/libc-netbsd: [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=9; ai_family=0
- W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[25,tid=5753,Native,Thread*=0xa15a5000,peer=0x12f07220,"VlcObject"]
I have played files with androids mediaplayer together with the audiogroup running, so that is why I think this might be a VLC "issue/feature" and not something in androids lib,
Have anyone experienced the same? Or do anyone know what can be the issue?
If more info is needed, let me know
Thanks