LibVLC, two problems, muted and not initialized.
Posted: 15 May 2017 23:45
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
And if I have another app running with vlc and start the app with active audiogroup, audio from vlc is "muted" and I can still see usersize logs etc.
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
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