Select Subtitle/Audio Track
be6ana opened this issue · 1 comments
Hi,
great fork. I just need to get work select audio/subtitle stream track. But if i use
mMediaPlayer.getSpuTracks() is null or mMediaPlayer.getAudioTracksCount() is "-1" i got every time "null". Do you know why its null ?
Can you help me with this ?
Thank you! Sorry for the slow response. Unfortunately, it's been a really long time since I've worked with libVLC and I'm no longer familiar with the API.
However, I do have this repository here. Within it is a sample project that leverages this library. Maybe you could try pulling that down and running the sample project and debugging from there? Using that as a development harness might give you some insight into what could be going on.
Another thing that might help is checking out the VLC documentation or their repositories. You might be able to search through their issue tracker as well for developers experiencing similar issues.
Also, if you're going to use this library I would recommend updating libVLC and building the project as outlined in the README as this is somewhat outdated.
Best of luck, I hope that was somewhat helpful :)